#eac8df
a pale, soft magenta / pink · warm · closest name: pink
RGB
234, 200, 223
HSL
319°, 45%, 85%
CMYK
0, 15, 5, 8
Luminance
0.6413
Every format
| HEX | #eac8df |
| RGB | rgb(234, 200, 223) |
| HSL | hsl(319, 45%, 85%) |
| CMYK | cmyk(0%, 15%, 5%, 8%) |
| LAB | lab(84.0 15.8 -6.9) |
| LCH | lch(84.0 17.3 336.3) |
| OKLCH | oklch(0.868 0.049 337.9) |
Copy-ready code
/* CSS */
color: #eac8df;
background-color: #eac8df;
/* Tailwind (arbitrary) */
class="text-[#eac8df] bg-[#eac8df]"
/* SCSS */
$brand: #eac8df;
/* SwiftUI */
Color(red: 0.918, green: 0.784, blue: 0.875)
/* Android */
Color.parseColor("#eac8df")Accessibility — WCAG contrast
Aa
#eac8df on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eac8df on black: 13.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green78.4%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta14.5%
Yellow4.7%
Key (black)8.2%
Color previews
#eac8df text on a black background
contrast 13.83:1
Card sample
#eac8df text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eac8df;
Background color
Panel with #eac8df background
background-color: #eac8df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eac8df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 200, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 200, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eac8df; background: linear-gradient(135deg, #eac8df, #EAC8C8);