#eac7df
a light, vivid magenta / pink · warm · closest name: pink
RGB
234, 199, 223
HSL
319°, 46%, 85%
CMYK
0, 15, 5, 8
Luminance
0.6367
Every format
| HEX | #eac7df |
| RGB | rgb(234, 199, 223) |
| HSL | hsl(319, 46%, 85%) |
| CMYK | cmyk(0%, 15%, 5%, 8%) |
| LAB | lab(83.8 16.3 -7.3) |
| LCH | lch(83.8 17.9 335.9) |
| OKLCH | oklch(0.867 0.051 337.6) |
Copy-ready code
/* CSS */
color: #eac7df;
background-color: #eac7df;
/* Tailwind (arbitrary) */
class="text-[#eac7df] bg-[#eac7df]"
/* SCSS */
$brand: #eac7df;
/* SwiftUI */
Color(red: 0.918, green: 0.780, blue: 0.875)
/* Android */
Color.parseColor("#eac7df")Accessibility — WCAG contrast
Aa
#eac7df on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eac7df on black: 13.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green78.0%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta15.0%
Yellow4.7%
Key (black)8.2%
Color previews
#eac7df text on a black background
contrast 13.73:1
Card sample
#eac7df text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eac7df;
Background color
Panel with #eac7df background
background-color: #eac7df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eac7df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 199, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 199, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eac7df; background: linear-gradient(135deg, #eac7df, #EAC7C8);