#eac5df
a light, vivid magenta / pink · warm · closest name: pink
RGB
234, 197, 223
HSL
318°, 47%, 85%
CMYK
0, 16, 5, 8
Luminance
0.6275
Every format
| HEX | #eac5df |
| RGB | rgb(234, 197, 223) |
| HSL | hsl(318, 47%, 85%) |
| CMYK | cmyk(0%, 16%, 5%, 8%) |
| LAB | lab(83.3 17.4 -8.0) |
| LCH | lch(83.3 19.1 335.3) |
| OKLCH | oklch(0.863 0.054 336.9) |
Copy-ready code
/* CSS */
color: #eac5df;
background-color: #eac5df;
/* Tailwind (arbitrary) */
class="text-[#eac5df] bg-[#eac5df]"
/* SCSS */
$brand: #eac5df;
/* SwiftUI */
Color(red: 0.918, green: 0.773, blue: 0.875)
/* Android */
Color.parseColor("#eac5df")Accessibility — WCAG contrast
Aa
#eac5df on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eac5df on black: 13.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green77.3%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta15.8%
Yellow4.7%
Key (black)8.2%
Color previews
#eac5df text on a black background
contrast 13.55:1
Card sample
#eac5df text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eac5df;
Background color
Panel with #eac5df background
background-color: #eac5df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eac5df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 197, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 197, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eac5df; background: linear-gradient(135deg, #eac5df, #EAC5C6);