#ecc4df
a light, vivid magenta / pink · warm · closest name: pink
RGB
236, 196, 223
HSL
320°, 51%, 85%
CMYK
0, 17, 6, 8
Luminance
0.6264
Every format
| HEX | #ecc4df |
| RGB | rgb(236, 196, 223) |
| HSL | hsl(320, 51%, 85%) |
| CMYK | cmyk(0%, 17%, 6%, 8%) |
| LAB | lab(83.3 18.6 -8.1) |
| LCH | lch(83.3 20.3 336.5) |
| OKLCH | oklch(0.863 0.057 338.2) |
Copy-ready code
/* CSS */
color: #ecc4df;
background-color: #ecc4df;
/* Tailwind (arbitrary) */
class="text-[#ecc4df] bg-[#ecc4df]"
/* SCSS */
$brand: #ecc4df;
/* SwiftUI */
Color(red: 0.925, green: 0.769, blue: 0.875)
/* Android */
Color.parseColor("#ecc4df")Accessibility — WCAG contrast
Aa
#ecc4df on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecc4df on black: 13.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green76.9%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta16.9%
Yellow5.5%
Key (black)7.5%
Color previews
#ecc4df text on a black background
contrast 13.53:1
Card sample
#ecc4df text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecc4df;
Background color
Panel with #ecc4df background
background-color: #ecc4df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecc4df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 196, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 196, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecc4df; background: linear-gradient(135deg, #ecc4df, #ECC4C4);