#e4adbb
a light, vivid magenta / pink · warm · closest name: pink
RGB
228, 173, 187
HSL
345°, 51%, 79%
CMYK
0, 24, 18, 11
Luminance
0.4997
Every format
| HEX | #e4adbb |
| RGB | rgb(228, 173, 187) |
| HSL | hsl(345, 51%, 79%) |
| CMYK | cmyk(0%, 24%, 18%, 11%) |
| LAB | lab(76.0 22.2 0.7) |
| LCH | lch(76.0 22.2 1.8) |
| OKLCH | oklch(0.802 0.067 1.8) |
Copy-ready code
/* CSS */
color: #e4adbb;
background-color: #e4adbb;
/* Tailwind (arbitrary) */
class="text-[#e4adbb] bg-[#e4adbb]"
/* SCSS */
$brand: #e4adbb;
/* SwiftUI */
Color(red: 0.894, green: 0.678, blue: 0.733)
/* Android */
Color.parseColor("#e4adbb")Accessibility — WCAG contrast
Aa
#e4adbb on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e4adbb on black: 10.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green67.8%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta24.1%
Yellow18.0%
Key (black)10.6%
Color previews
#e4adbb text on a black background
contrast 10.99:1
Card sample
#e4adbb text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e4adbb;
Background color
Panel with #e4adbb background
background-color: #e4adbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e4adbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 173, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 173, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e4adbb; background: linear-gradient(135deg, #e4adbb, #E4C4AD);