#eac0df
a light, vivid magenta / pink · warm · closest name: pink
RGB
234, 192, 223
HSL
316°, 50%, 84%
CMYK
0, 18, 5, 8
Luminance
0.6052
Every format
| HEX | #eac0df |
| RGB | rgb(234, 192, 223) |
| HSL | hsl(316, 50%, 84%) |
| CMYK | cmyk(0%, 18%, 5%, 8%) |
| LAB | lab(82.1 20.1 -9.8) |
| LCH | lch(82.1 22.3 334.0) |
| OKLCH | oklch(0.854 0.063 335.6) |
Copy-ready code
/* CSS */
color: #eac0df;
background-color: #eac0df;
/* Tailwind (arbitrary) */
class="text-[#eac0df] bg-[#eac0df]"
/* SCSS */
$brand: #eac0df;
/* SwiftUI */
Color(red: 0.918, green: 0.753, blue: 0.875)
/* Android */
Color.parseColor("#eac0df")Accessibility — WCAG contrast
Aa
#eac0df on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eac0df on black: 13.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green75.3%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta17.9%
Yellow4.7%
Key (black)8.2%
Color previews
#eac0df text on a black background
contrast 13.10:1
Card sample
#eac0df text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eac0df;
Background color
Panel with #eac0df background
background-color: #eac0df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eac0df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 192, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 192, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eac0df; background: linear-gradient(135deg, #eac0df, #EAC0C3);