#ecc7cf
a pale, vivid red · warm · closest name: pink
RGB
236, 199, 207
HSL
347°, 49%, 85%
CMYK
0, 16, 12, 8
Luminance
0.6318
Every format
| HEX | #ecc7cf |
| RGB | rgb(236, 199, 207) |
| HSL | hsl(347, 49%, 85%) |
| CMYK | cmyk(0%, 16%, 12%, 8%) |
| LAB | lab(83.5 14.3 0.9) |
| LCH | lch(83.5 14.4 3.6) |
| OKLCH | oklch(0.864 0.043 3.4) |
Copy-ready code
/* CSS */
color: #ecc7cf;
background-color: #ecc7cf;
/* Tailwind (arbitrary) */
class="text-[#ecc7cf] bg-[#ecc7cf]"
/* SCSS */
$brand: #ecc7cf;
/* SwiftUI */
Color(red: 0.925, green: 0.780, blue: 0.812)
/* Android */
Color.parseColor("#ecc7cf")Accessibility — WCAG contrast
Aa
#ecc7cf on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecc7cf on black: 13.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green78.0%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta15.7%
Yellow12.3%
Key (black)7.5%
Color previews
#ecc7cf text on a black background
contrast 13.64:1
Card sample
#ecc7cf text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecc7cf;
Background color
Panel with #ecc7cf background
background-color: #ecc7cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecc7cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 199, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 199, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecc7cf; background: linear-gradient(135deg, #ecc7cf, #ECD8C7);