#ecc3df
a light, vivid magenta / pink · warm · closest name: pink
RGB
236, 195, 223
HSL
319°, 52%, 85%
CMYK
0, 17, 6, 8
Luminance
0.6219
Every format
| HEX | #ecc3df |
| RGB | rgb(236, 195, 223) |
| HSL | hsl(319, 52%, 85%) |
| CMYK | cmyk(0%, 17%, 6%, 8%) |
| LAB | lab(83.0 19.1 -8.4) |
| LCH | lch(83.0 20.9 336.2) |
| OKLCH | oklch(0.861 0.059 337.9) |
Copy-ready code
/* CSS */
color: #ecc3df;
background-color: #ecc3df;
/* Tailwind (arbitrary) */
class="text-[#ecc3df] bg-[#ecc3df]"
/* SCSS */
$brand: #ecc3df;
/* SwiftUI */
Color(red: 0.925, green: 0.765, blue: 0.875)
/* Android */
Color.parseColor("#ecc3df")Accessibility — WCAG contrast
Aa
#ecc3df on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecc3df on black: 13.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green76.5%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta17.4%
Yellow5.5%
Key (black)7.5%
Color previews
#ecc3df text on a black background
contrast 13.44:1
Card sample
#ecc3df text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecc3df;
Background color
Panel with #ecc3df background
background-color: #ecc3df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecc3df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 195, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 195, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecc3df; background: linear-gradient(135deg, #ecc3df, #ECC3C4);