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