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