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