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