#e5afd2
a light, vivid magenta / pink · warm · closest name: plum
RGB
229, 175, 210
HSL
321°, 51%, 79%
CMYK
0, 24, 8, 10
Luminance
0.5197
Every format
| HEX | #e5afd2 |
| RGB | rgb(229, 175, 210) |
| HSL | hsl(321, 51%, 79%) |
| CMYK | cmyk(0%, 24%, 8%, 10%) |
| LAB | lab(77.3 25.2 -10.0) |
| LCH | lch(77.3 27.1 338.3) |
| OKLCH | oklch(0.814 0.077 339.9) |
Copy-ready code
/* CSS */
color: #e5afd2;
background-color: #e5afd2;
/* Tailwind (arbitrary) */
class="text-[#e5afd2] bg-[#e5afd2]"
/* SCSS */
$brand: #e5afd2;
/* SwiftUI */
Color(red: 0.898, green: 0.686, blue: 0.824)
/* Android */
Color.parseColor("#e5afd2")Accessibility — WCAG contrast
Aa
#e5afd2 on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e5afd2 on black: 11.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green68.6%
Blue82.4%
CMYK percentages
Cyan0.0%
Magenta23.6%
Yellow8.3%
Key (black)10.2%
Color previews
#e5afd2 text on a black background
contrast 11.39:1
Card sample
#e5afd2 text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e5afd2;
Background color
Panel with #e5afd2 background
background-color: #e5afd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e5afd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 175, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 175, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e5afd2; background: linear-gradient(135deg, #e5afd2, #E5B0AF);