#e2afdf
a light, vivid magenta / pink · warm · closest name: plum
RGB
226, 175, 223
HSL
304°, 47%, 79%
CMYK
0, 23, 1, 11
Luminance
0.5216
Every format
| HEX | #e2afdf |
| RGB | rgb(226, 175, 223) |
| HSL | hsl(304, 47%, 79%) |
| CMYK | cmyk(0%, 23%, 1%, 11%) |
| LAB | lab(77.4 26.5 -17.0) |
| LCH | lch(77.4 31.4 327.3) |
| OKLCH | oklch(0.815 0.087 328.3) |
Copy-ready code
/* CSS */
color: #e2afdf;
background-color: #e2afdf;
/* Tailwind (arbitrary) */
class="text-[#e2afdf] bg-[#e2afdf]"
/* SCSS */
$brand: #e2afdf;
/* SwiftUI */
Color(red: 0.886, green: 0.686, blue: 0.875)
/* Android */
Color.parseColor("#e2afdf")Accessibility — WCAG contrast
Aa
#e2afdf on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2afdf on black: 11.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green68.6%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta22.6%
Yellow1.3%
Key (black)11.4%
Color previews
#e2afdf text on a black background
contrast 11.43:1
Card sample
#e2afdf text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2afdf;
Background color
Panel with #e2afdf background
background-color: #e2afdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2afdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 175, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 175, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2afdf; background: linear-gradient(135deg, #e2afdf, #E2AFBD);