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