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