#eccadc
a pale, vivid magenta / pink · warm · closest name: pink
RGB
236, 202, 220
HSL
328°, 47%, 86%
CMYK
0, 14, 7, 8
Luminance
0.6524
Every format
| HEX | #eccadc |
| RGB | rgb(236, 202, 220) |
| HSL | hsl(328, 47%, 86%) |
| CMYK | cmyk(0%, 14%, 7%, 8%) |
| LAB | lab(84.6 14.9 -4.5) |
| LCH | lch(84.6 15.6 343.3) |
| OKLCH | oklch(0.873 0.045 344.9) |
Copy-ready code
/* CSS */
color: #eccadc;
background-color: #eccadc;
/* Tailwind (arbitrary) */
class="text-[#eccadc] bg-[#eccadc]"
/* SCSS */
$brand: #eccadc;
/* SwiftUI */
Color(red: 0.925, green: 0.792, blue: 0.863)
/* Android */
Color.parseColor("#eccadc")Accessibility — WCAG contrast
Aa
#eccadc on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eccadc on black: 14.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green79.2%
Blue86.3%
CMYK percentages
Cyan0.0%
Magenta14.4%
Yellow6.8%
Key (black)7.5%
Color previews
#eccadc text on a black background
contrast 14.05:1
Card sample
#eccadc text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eccadc;
Background color
Panel with #eccadc background
background-color: #eccadc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eccadc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 202, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 202, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eccadc; background: linear-gradient(135deg, #eccadc, #ECCFCA);