#e2afda
a light, vivid magenta / pink · warm · closest name: plum
RGB
226, 175, 218
HSL
309°, 47%, 79%
CMYK
0, 23, 4, 11
Luminance
0.5189
Every format
| HEX | #e2afda |
| RGB | rgb(226, 175, 218) |
| HSL | hsl(309, 47%, 79%) |
| CMYK | cmyk(0%, 23%, 4%, 11%) |
| LAB | lab(77.2 25.6 -14.5) |
| LCH | lch(77.2 29.4 330.5) |
| OKLCH | oklch(0.814 0.082 331.7) |
Copy-ready code
/* CSS */
color: #e2afda;
background-color: #e2afda;
/* Tailwind (arbitrary) */
class="text-[#e2afda] bg-[#e2afda]"
/* SCSS */
$brand: #e2afda;
/* SwiftUI */
Color(red: 0.886, green: 0.686, blue: 0.855)
/* Android */
Color.parseColor("#e2afda")Accessibility — WCAG contrast
Aa
#e2afda on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2afda on black: 11.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green68.6%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta22.6%
Yellow3.5%
Key (black)11.4%
Color previews
#e2afda text on a black background
contrast 11.38:1
Card sample
#e2afda text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2afda;
Background color
Panel with #e2afda background
background-color: #e2afda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2afda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 175, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 175, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2afda; background: linear-gradient(135deg, #e2afda, #E2AFB8);