#e3afdf
a light, vivid magenta / pink · warm · closest name: plum
RGB
227, 175, 223
HSL
305°, 48%, 79%
CMYK
0, 23, 2, 11
Luminance
0.5232
Every format
| HEX | #e3afdf |
| RGB | rgb(227, 175, 223) |
| HSL | hsl(305, 48%, 79%) |
| CMYK | cmyk(0%, 23%, 2%, 11%) |
| LAB | lab(77.5 26.8 -16.8) |
| LCH | lch(77.5 31.6 327.9) |
| OKLCH | oklch(0.816 0.087 328.9) |
Copy-ready code
/* CSS */
color: #e3afdf;
background-color: #e3afdf;
/* Tailwind (arbitrary) */
class="text-[#e3afdf] bg-[#e3afdf]"
/* SCSS */
$brand: #e3afdf;
/* SwiftUI */
Color(red: 0.890, green: 0.686, blue: 0.875)
/* Android */
Color.parseColor("#e3afdf")Accessibility — WCAG contrast
Aa
#e3afdf on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e3afdf on black: 11.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.0%
Green68.6%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta22.9%
Yellow1.8%
Key (black)11.0%
Color previews
#e3afdf text on a black background
contrast 11.46:1
Card sample
#e3afdf text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e3afdf;
Background color
Panel with #e3afdf background
background-color: #e3afdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e3afdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(227, 175, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(227, 175, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e3afdf; background: linear-gradient(135deg, #e3afdf, #E3AFBC);