#e9afdf
a light, vivid magenta / pink · warm · closest name: plum
RGB
233, 175, 223
HSL
310°, 57%, 80%
CMYK
0, 25, 4, 9
Luminance
0.5331
Every format
| HEX | #e9afdf |
| RGB | rgb(233, 175, 223) |
| HSL | hsl(310, 57%, 80%) |
| CMYK | cmyk(0%, 25%, 4%, 9%) |
| LAB | lab(78.1 28.8 -15.9) |
| LCH | lch(78.1 32.9 331.1) |
| OKLCH | oklch(0.822 0.092 332.5) |
Copy-ready code
/* CSS */
color: #e9afdf;
background-color: #e9afdf;
/* Tailwind (arbitrary) */
class="text-[#e9afdf] bg-[#e9afdf]"
/* SCSS */
$brand: #e9afdf;
/* SwiftUI */
Color(red: 0.914, green: 0.686, blue: 0.875)
/* Android */
Color.parseColor("#e9afdf")Accessibility — WCAG contrast
Aa
#e9afdf on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e9afdf on black: 11.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green68.6%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta24.9%
Yellow4.3%
Key (black)8.6%
Color previews
#e9afdf text on a black background
contrast 11.66:1
Card sample
#e9afdf text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e9afdf;
Background color
Panel with #e9afdf background
background-color: #e9afdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e9afdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 175, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 175, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e9afdf; background: linear-gradient(135deg, #e9afdf, #E9AFB8);