#e4ada6
a light, vivid red · warm · closest name: pink
RGB
228, 173, 166
HSL
7°, 53%, 77%
CMYK
0, 24, 27, 11
Luminance
0.4913
Every format
| HEX | #e4ada6 |
| RGB | rgb(228, 173, 166) |
| HSL | hsl(7, 53%, 77%) |
| CMYK | cmyk(0%, 24%, 27%, 11%) |
| LAB | lab(75.5 19.1 11.4) |
| LCH | lch(75.5 22.3 30.8) |
| OKLCH | oklch(0.796 0.066 26.9) |
Copy-ready code
/* CSS */
color: #e4ada6;
background-color: #e4ada6;
/* Tailwind (arbitrary) */
class="text-[#e4ada6] bg-[#e4ada6]"
/* SCSS */
$brand: #e4ada6;
/* SwiftUI */
Color(red: 0.894, green: 0.678, blue: 0.651)
/* Android */
Color.parseColor("#e4ada6")Accessibility — WCAG contrast
Aa
#e4ada6 on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e4ada6 on black: 10.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green67.8%
Blue65.1%
CMYK percentages
Cyan0.0%
Magenta24.1%
Yellow27.2%
Key (black)10.6%
Color previews
#e4ada6 text on a black background
contrast 10.83:1
Card sample
#e4ada6 text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e4ada6;
Background color
Panel with #e4ada6 background
background-color: #e4ada6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e4ada6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 173, 166, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 173, 166, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e4ada6; background: linear-gradient(135deg, #e4ada6, #E4D6A6);