#eac9df
a pale, soft magenta / pink · warm · closest name: pink
RGB
234, 201, 223
HSL
320°, 44%, 85%
CMYK
0, 14, 5, 8
Luminance
0.6459
Every format
| HEX | #eac9df |
| RGB | rgb(234, 201, 223) |
| HSL | hsl(320, 44%, 85%) |
| CMYK | cmyk(0%, 14%, 5%, 8%) |
| LAB | lab(84.3 15.3 -6.6) |
| LCH | lch(84.3 16.6 336.7) |
| OKLCH | oklch(0.870 0.047 338.3) |
Copy-ready code
/* CSS */
color: #eac9df;
background-color: #eac9df;
/* Tailwind (arbitrary) */
class="text-[#eac9df] bg-[#eac9df]"
/* SCSS */
$brand: #eac9df;
/* SwiftUI */
Color(red: 0.918, green: 0.788, blue: 0.875)
/* Android */
Color.parseColor("#eac9df")Accessibility — WCAG contrast
Aa
#eac9df on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eac9df on black: 13.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green78.8%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta14.1%
Yellow4.7%
Key (black)8.2%
Color previews
#eac9df text on a black background
contrast 13.92:1
Card sample
#eac9df text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eac9df;
Background color
Panel with #eac9df background
background-color: #eac9df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eac9df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 201, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 201, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eac9df; background: linear-gradient(135deg, #eac9df, #EAC9C9);