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