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