#eececc
a pale, vivid red · warm · closest name: pink
RGB
238, 206, 204
HSL
4°, 50%, 87%
CMYK
0, 13, 14, 7
Luminance
0.6668
Every format
| HEX | #eececc |
| RGB | rgb(238, 206, 204) |
| HSL | hsl(4, 50%, 87%) |
| CMYK | cmyk(0%, 13%, 14%, 7%) |
| LAB | lab(85.3 10.9 5.1) |
| LCH | lch(85.3 12.0 25.3) |
| OKLCH | oklch(0.878 0.036 22.1) |
Copy-ready code
/* CSS */
color: #eececc;
background-color: #eececc;
/* Tailwind (arbitrary) */
class="text-[#eececc] bg-[#eececc]"
/* SCSS */
$brand: #eececc;
/* SwiftUI */
Color(red: 0.933, green: 0.808, blue: 0.800)
/* Android */
Color.parseColor("#eececc")Accessibility — WCAG contrast
Aa
#eececc on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eececc on black: 14.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green80.8%
Blue80.0%
CMYK percentages
Cyan0.0%
Magenta13.4%
Yellow14.3%
Key (black)6.7%
Color previews
#eececc text on a black background
contrast 14.34:1
Card sample
#eececc text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eececc;
Background color
Panel with #eececc background
background-color: #eececc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eececc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 206, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 206, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eececc; background: linear-gradient(135deg, #eececc, #EEE5CC);