#ecc3cf
a light, vivid magenta / pink · warm · closest name: pink
RGB
236, 195, 207
HSL
342°, 52%, 85%
CMYK
0, 17, 12, 8
Luminance
0.6137
Every format
| HEX | #ecc3cf |
| RGB | rgb(236, 195, 207) |
| HSL | hsl(342, 52%, 85%) |
| CMYK | cmyk(0%, 17%, 12%, 8%) |
| LAB | lab(82.6 16.4 -0.5) |
| LCH | lch(82.6 16.5 358.2) |
| OKLCH | oklch(0.856 0.049 358.7) |
Copy-ready code
/* CSS */
color: #ecc3cf;
background-color: #ecc3cf;
/* Tailwind (arbitrary) */
class="text-[#ecc3cf] bg-[#ecc3cf]"
/* SCSS */
$brand: #ecc3cf;
/* SwiftUI */
Color(red: 0.925, green: 0.765, blue: 0.812)
/* Android */
Color.parseColor("#ecc3cf")Accessibility — WCAG contrast
Aa
#ecc3cf on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecc3cf on black: 13.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green76.5%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta17.4%
Yellow12.3%
Key (black)7.5%
Color previews
#ecc3cf text on a black background
contrast 13.27:1
Card sample
#ecc3cf text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecc3cf;
Background color
Panel with #ecc3cf background
background-color: #ecc3cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecc3cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 195, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 195, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecc3cf; background: linear-gradient(135deg, #ecc3cf, #ECD2C3);