#eecdcf
a pale, vivid red · warm · closest name: pink
RGB
238, 205, 207
HSL
356°, 49%, 87%
CMYK
0, 14, 13, 7
Luminance
0.6634
Every format
| HEX | #eecdcf |
| RGB | rgb(238, 205, 207) |
| HSL | hsl(356, 49%, 87%) |
| CMYK | cmyk(0%, 14%, 13%, 7%) |
| LAB | lab(85.2 11.9 3.3) |
| LCH | lch(85.2 12.3 15.5) |
| OKLCH | oklch(0.877 0.037 13.7) |
Copy-ready code
/* CSS */
color: #eecdcf;
background-color: #eecdcf;
/* Tailwind (arbitrary) */
class="text-[#eecdcf] bg-[#eecdcf]"
/* SCSS */
$brand: #eecdcf;
/* SwiftUI */
Color(red: 0.933, green: 0.804, blue: 0.812)
/* Android */
Color.parseColor("#eecdcf")Accessibility — WCAG contrast
Aa
#eecdcf on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eecdcf on black: 14.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green80.4%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta13.9%
Yellow13.0%
Key (black)6.7%
Color previews
#eecdcf text on a black background
contrast 14.27:1
Card sample
#eecdcf text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eecdcf;
Background color
Panel with #eecdcf background
background-color: #eecdcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eecdcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 205, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 205, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eecdcf; background: linear-gradient(135deg, #eecdcf, #EEE1CD);