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