#e9afcc
a light, vivid magenta / pink · warm · closest name: pink
RGB
233, 175, 204
HSL
330°, 57%, 80%
CMYK
0, 25, 12, 9
Luminance
0.5234
Every format
| HEX | #e9afcc |
| RGB | rgb(233, 175, 204) |
| HSL | hsl(330, 57%, 80%) |
| CMYK | cmyk(0%, 25%, 12%, 9%) |
| LAB | lab(77.5 25.6 -6.4) |
| LCH | lch(77.5 26.4 345.9) |
| OKLCH | oklch(0.816 0.077 347.5) |
Copy-ready code
/* CSS */
color: #e9afcc;
background-color: #e9afcc;
/* Tailwind (arbitrary) */
class="text-[#e9afcc] bg-[#e9afcc]"
/* SCSS */
$brand: #e9afcc;
/* SwiftUI */
Color(red: 0.914, green: 0.686, blue: 0.800)
/* Android */
Color.parseColor("#e9afcc")Accessibility — WCAG contrast
Aa
#e9afcc on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e9afcc on black: 11.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green68.6%
Blue80.0%
CMYK percentages
Cyan0.0%
Magenta24.9%
Yellow12.4%
Key (black)8.6%
Color previews
#e9afcc text on a black background
contrast 11.47:1
Card sample
#e9afcc text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e9afcc;
Background color
Panel with #e9afcc background
background-color: #e9afcc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e9afcc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 175, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 175, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e9afcc; background: linear-gradient(135deg, #e9afcc, #E9B9AF);