#ecc6cf
a pale, vivid red · warm · closest name: pink
RGB
236, 198, 207
HSL
346°, 50%, 85%
CMYK
0, 16, 12, 8
Luminance
0.6273
Every format
| HEX | #ecc6cf |
| RGB | rgb(236, 198, 207) |
| HSL | hsl(346, 50%, 85%) |
| CMYK | cmyk(0%, 16%, 12%, 8%) |
| LAB | lab(83.3 14.9 0.6) |
| LCH | lch(83.3 14.9 2.1) |
| OKLCH | oklch(0.862 0.044 2.1) |
Copy-ready code
/* CSS */
color: #ecc6cf;
background-color: #ecc6cf;
/* Tailwind (arbitrary) */
class="text-[#ecc6cf] bg-[#ecc6cf]"
/* SCSS */
$brand: #ecc6cf;
/* SwiftUI */
Color(red: 0.925, green: 0.776, blue: 0.812)
/* Android */
Color.parseColor("#ecc6cf")Accessibility — WCAG contrast
Aa
#ecc6cf on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecc6cf on black: 13.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green77.6%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta16.1%
Yellow12.3%
Key (black)7.5%
Color previews
#ecc6cf text on a black background
contrast 13.55:1
Card sample
#ecc6cf text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecc6cf;
Background color
Panel with #ecc6cf background
background-color: #ecc6cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecc6cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 198, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 198, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecc6cf; background: linear-gradient(135deg, #ecc6cf, #ECD6C6);