#eec2ba
a light, vivid red · warm · closest name: pink
RGB
238, 194, 186
HSL
9°, 61%, 83%
CMYK
0, 19, 22, 7
Luminance
0.6031
Every format
| HEX | #eec2ba |
| RGB | rgb(238, 194, 186) |
| HSL | hsl(9, 61%, 83%) |
| CMYK | cmyk(0%, 19%, 22%, 7%) |
| LAB | lab(82.0 14.5 9.9) |
| LCH | lch(82.0 17.6 34.5) |
| OKLCH | oklch(0.850 0.052 30.1) |
Copy-ready code
/* CSS */
color: #eec2ba;
background-color: #eec2ba;
/* Tailwind (arbitrary) */
class="text-[#eec2ba] bg-[#eec2ba]"
/* SCSS */
$brand: #eec2ba;
/* SwiftUI */
Color(red: 0.933, green: 0.761, blue: 0.729)
/* Android */
Color.parseColor("#eec2ba")Accessibility — WCAG contrast
Aa
#eec2ba on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eec2ba on black: 13.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green76.1%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta18.5%
Yellow21.8%
Key (black)6.7%
Color previews
#eec2ba text on a black background
contrast 13.06:1
Card sample
#eec2ba text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eec2ba;
Background color
Panel with #eec2ba background
background-color: #eec2ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eec2ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 194, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 194, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eec2ba; background: linear-gradient(135deg, #eec2ba, #EEE5BA);