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