#e2afba
a light, vivid red · warm · closest name: pink
RGB
226, 175, 186
HSL
347°, 47%, 79%
CMYK
0, 23, 18, 11
Luminance
0.5037
Every format
| HEX | #e2afba |
| RGB | rgb(226, 175, 186) |
| HSL | hsl(347, 47%, 79%) |
| CMYK | cmyk(0%, 23%, 18%, 11%) |
| LAB | lab(76.3 20.2 1.6) |
| LCH | lch(76.3 20.3 4.4) |
| OKLCH | oklch(0.803 0.061 4.2) |
Copy-ready code
/* CSS */
color: #e2afba;
background-color: #e2afba;
/* Tailwind (arbitrary) */
class="text-[#e2afba] bg-[#e2afba]"
/* SCSS */
$brand: #e2afba;
/* SwiftUI */
Color(red: 0.886, green: 0.686, blue: 0.729)
/* Android */
Color.parseColor("#e2afba")Accessibility — WCAG contrast
Aa
#e2afba on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2afba on black: 11.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green68.6%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta22.6%
Yellow17.7%
Key (black)11.4%
Color previews
#e2afba text on a black background
contrast 11.07:1
Card sample
#e2afba text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2afba;
Background color
Panel with #e2afba background
background-color: #e2afba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2afba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 175, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 175, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2afba; background: linear-gradient(135deg, #e2afba, #E2C6AF);