#e2adbb
a light, vivid magenta / pink · warm · closest name: pink
RGB
226, 173, 187
HSL
344°, 48%, 78%
CMYK
0, 24, 17, 11
Luminance
0.4964
Every format
| HEX | #e2adbb |
| RGB | rgb(226, 173, 187) |
| HSL | hsl(344, 48%, 78%) |
| CMYK | cmyk(0%, 24%, 17%, 11%) |
| LAB | lab(75.8 21.4 0.4) |
| LCH | lch(75.8 21.4 1.0) |
| OKLCH | oklch(0.800 0.064 1.2) |
Copy-ready code
/* CSS */
color: #e2adbb;
background-color: #e2adbb;
/* Tailwind (arbitrary) */
class="text-[#e2adbb] bg-[#e2adbb]"
/* SCSS */
$brand: #e2adbb;
/* SwiftUI */
Color(red: 0.886, green: 0.678, blue: 0.733)
/* Android */
Color.parseColor("#e2adbb")Accessibility — WCAG contrast
Aa
#e2adbb on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2adbb on black: 10.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green67.8%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta23.5%
Yellow17.3%
Key (black)11.4%
Color previews
#e2adbb text on a black background
contrast 10.93:1
Card sample
#e2adbb text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2adbb;
Background color
Panel with #e2adbb background
background-color: #e2adbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2adbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 173, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 173, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2adbb; background: linear-gradient(135deg, #e2adbb, #E2C2AD);