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