#ecc9cf
a pale, vivid red · warm · closest name: pink
RGB
236, 201, 207
HSL
350°, 48%, 86%
CMYK
0, 15, 12, 8
Luminance
0.6411
Every format
| HEX | #ecc9cf |
| RGB | rgb(236, 201, 207) |
| HSL | hsl(350, 48%, 86%) |
| CMYK | cmyk(0%, 15%, 12%, 8%) |
| LAB | lab(84.0 13.3 1.6) |
| LCH | lch(84.0 13.4 6.9) |
| OKLCH | oklch(0.867 0.040 6.3) |
Copy-ready code
/* CSS */
color: #ecc9cf;
background-color: #ecc9cf;
/* Tailwind (arbitrary) */
class="text-[#ecc9cf] bg-[#ecc9cf]"
/* SCSS */
$brand: #ecc9cf;
/* SwiftUI */
Color(red: 0.925, green: 0.788, blue: 0.812)
/* Android */
Color.parseColor("#ecc9cf")Accessibility — WCAG contrast
Aa
#ecc9cf on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecc9cf on black: 13.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green78.8%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta14.8%
Yellow12.3%
Key (black)7.5%
Color previews
#ecc9cf text on a black background
contrast 13.82:1
Card sample
#ecc9cf text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecc9cf;
Background color
Panel with #ecc9cf background
background-color: #ecc9cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecc9cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 201, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 201, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecc9cf; background: linear-gradient(135deg, #ecc9cf, #ECDAC9);