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