#eeaa9d
a light, vivid red · warm · closest name: pink
RGB
238, 170, 157
HSL
10°, 70%, 78%
CMYK
0, 29, 34, 7
Luminance
0.4936
Every format
| HEX | #eeaa9d |
| RGB | rgb(238, 170, 157) |
| HSL | hsl(10, 70%, 78%) |
| CMYK | cmyk(0%, 29%, 34%, 7%) |
| LAB | lab(75.7 23.3 16.7) |
| LCH | lch(75.7 28.6 35.6) |
| OKLCH | oklch(0.799 0.083 31.1) |
Copy-ready code
/* CSS */
color: #eeaa9d;
background-color: #eeaa9d;
/* Tailwind (arbitrary) */
class="text-[#eeaa9d] bg-[#eeaa9d]"
/* SCSS */
$brand: #eeaa9d;
/* SwiftUI */
Color(red: 0.933, green: 0.667, blue: 0.616)
/* Android */
Color.parseColor("#eeaa9d")Accessibility — WCAG contrast
Aa
#eeaa9d on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeaa9d on black: 10.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green66.7%
Blue61.6%
CMYK percentages
Cyan0.0%
Magenta28.6%
Yellow34.0%
Key (black)6.7%
Color previews
#eeaa9d text on a black background
contrast 10.87:1
Card sample
#eeaa9d text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeaa9d;
Background color
Panel with #eeaa9d background
background-color: #eeaa9d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeaa9d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 170, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 170, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeaa9d; background: linear-gradient(135deg, #eeaa9d, #EEE09D);