#ecc0cf
a light, vivid magenta / pink · warm · closest name: pink
RGB
236, 192, 207
HSL
340°, 54%, 84%
CMYK
0, 19, 12, 8
Luminance
0.6004
Every format
| HEX | #ecc0cf |
| RGB | rgb(236, 192, 207) |
| HSL | hsl(340, 54%, 84%) |
| CMYK | cmyk(0%, 19%, 12%, 8%) |
| LAB | lab(81.9 18.0 -1.6) |
| LCH | lch(81.9 18.1 355.1) |
| OKLCH | oklch(0.851 0.054 355.9) |
Copy-ready code
/* CSS */
color: #ecc0cf;
background-color: #ecc0cf;
/* Tailwind (arbitrary) */
class="text-[#ecc0cf] bg-[#ecc0cf]"
/* SCSS */
$brand: #ecc0cf;
/* SwiftUI */
Color(red: 0.925, green: 0.753, blue: 0.812)
/* Android */
Color.parseColor("#ecc0cf")Accessibility — WCAG contrast
Aa
#ecc0cf on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecc0cf on black: 13.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green75.3%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta18.6%
Yellow12.3%
Key (black)7.5%
Color previews
#ecc0cf text on a black background
contrast 13.01:1
Card sample
#ecc0cf text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecc0cf;
Background color
Panel with #ecc0cf background
background-color: #ecc0cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecc0cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 192, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 192, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecc0cf; background: linear-gradient(135deg, #ecc0cf, #ECCEC0);