#eccade
a pale, vivid magenta / pink · warm · closest name: pink
RGB
236, 202, 222
HSL
325°, 47%, 86%
CMYK
0, 14, 6, 8
Luminance
0.6535
Every format
| HEX | #eccade |
| RGB | rgb(236, 202, 222) |
| HSL | hsl(325, 47%, 86%) |
| CMYK | cmyk(0%, 14%, 6%, 8%) |
| LAB | lab(84.7 15.3 -5.5) |
| LCH | lch(84.7 16.2 340.3) |
| OKLCH | oklch(0.874 0.046 342.0) |
Copy-ready code
/* CSS */
color: #eccade;
background-color: #eccade;
/* Tailwind (arbitrary) */
class="text-[#eccade] bg-[#eccade]"
/* SCSS */
$brand: #eccade;
/* SwiftUI */
Color(red: 0.925, green: 0.792, blue: 0.871)
/* Android */
Color.parseColor("#eccade")Accessibility — WCAG contrast
Aa
#eccade on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eccade on black: 14.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green79.2%
Blue87.1%
CMYK percentages
Cyan0.0%
Magenta14.4%
Yellow5.9%
Key (black)7.5%
Color previews
#eccade text on a black background
contrast 14.07:1
Card sample
#eccade text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eccade;
Background color
Panel with #eccade background
background-color: #eccade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eccade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 202, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 202, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eccade; background: linear-gradient(135deg, #eccade, #ECCDCA);