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