#e2adcd
a light, vivid magenta / pink · warm · closest name: pink
RGB
226, 173, 205
HSL
324°, 48%, 78%
CMYK
0, 24, 9, 11
Luminance
0.5046
Every format
| HEX | #e2adcd |
| RGB | rgb(226, 173, 205) |
| HSL | hsl(324, 48%, 78%) |
| CMYK | cmyk(0%, 24%, 9%, 11%) |
| LAB | lab(76.3 24.4 -8.7) |
| LCH | lch(76.3 25.9 340.3) |
| OKLCH | oklch(0.806 0.074 342.0) |
Copy-ready code
/* CSS */
color: #e2adcd;
background-color: #e2adcd;
/* Tailwind (arbitrary) */
class="text-[#e2adcd] bg-[#e2adcd]"
/* SCSS */
$brand: #e2adcd;
/* SwiftUI */
Color(red: 0.886, green: 0.678, blue: 0.804)
/* Android */
Color.parseColor("#e2adcd")Accessibility — WCAG contrast
Aa
#e2adcd on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2adcd on black: 11.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green67.8%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta23.5%
Yellow9.3%
Key (black)11.4%
Color previews
#e2adcd text on a black background
contrast 11.09:1
Card sample
#e2adcd text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2adcd;
Background color
Panel with #e2adcd background
background-color: #e2adcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2adcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 173, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 173, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2adcd; background: linear-gradient(135deg, #e2adcd, #E2B0AD);