#ecc8cf
a pale, vivid red · warm · closest name: pink
RGB
236, 200, 207
HSL
348°, 49%, 86%
CMYK
0, 15, 12, 8
Luminance
0.6365
Every format
| HEX | #ecc8cf |
| RGB | rgb(236, 200, 207) |
| HSL | hsl(348, 49%, 86%) |
| CMYK | cmyk(0%, 15%, 12%, 8%) |
| LAB | lab(83.8 13.8 1.3) |
| LCH | lch(83.8 13.9 5.2) |
| OKLCH | oklch(0.865 0.042 4.8) |
Copy-ready code
/* CSS */
color: #ecc8cf;
background-color: #ecc8cf;
/* Tailwind (arbitrary) */
class="text-[#ecc8cf] bg-[#ecc8cf]"
/* SCSS */
$brand: #ecc8cf;
/* SwiftUI */
Color(red: 0.925, green: 0.784, blue: 0.812)
/* Android */
Color.parseColor("#ecc8cf")Accessibility — WCAG contrast
Aa
#ecc8cf on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecc8cf on black: 13.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green78.4%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta15.3%
Yellow12.3%
Key (black)7.5%
Color previews
#ecc8cf text on a black background
contrast 13.73:1
Card sample
#ecc8cf text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecc8cf;
Background color
Panel with #ecc8cf background
background-color: #ecc8cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecc8cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 200, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 200, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecc8cf; background: linear-gradient(135deg, #ecc8cf, #ECD9C8);