#eacade
a pale, soft magenta / pink · warm · closest name: pink
RGB
234, 202, 222
HSL
323°, 43%, 86%
CMYK
0, 14, 5, 8
Luminance
0.6501
Every format
| HEX | #eacade |
| RGB | rgb(234, 202, 222) |
| HSL | hsl(323, 43%, 86%) |
| CMYK | cmyk(0%, 14%, 5%, 8%) |
| LAB | lab(84.5 14.6 -5.7) |
| LCH | lch(84.5 15.7 338.5) |
| OKLCH | oklch(0.872 0.044 340.2) |
Copy-ready code
/* CSS */
color: #eacade;
background-color: #eacade;
/* Tailwind (arbitrary) */
class="text-[#eacade] bg-[#eacade]"
/* SCSS */
$brand: #eacade;
/* SwiftUI */
Color(red: 0.918, green: 0.792, blue: 0.871)
/* Android */
Color.parseColor("#eacade")Accessibility — WCAG contrast
Aa
#eacade on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eacade on black: 14.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green79.2%
Blue87.1%
CMYK percentages
Cyan0.0%
Magenta13.7%
Yellow5.1%
Key (black)8.2%
Color previews
#eacade text on a black background
contrast 14.00:1
Card sample
#eacade text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eacade;
Background color
Panel with #eacade background
background-color: #eacade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eacade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 202, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 202, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eacade; background: linear-gradient(135deg, #eacade, #EACBCA);