#eac4cf
a light, vivid magenta / pink · warm · closest name: pink
RGB
234, 196, 207
HSL
343°, 48%, 84%
CMYK
0, 16, 12, 8
Luminance
0.6148
Every format
| HEX | #eac4cf |
| RGB | rgb(234, 196, 207) |
| HSL | hsl(343, 48%, 84%) |
| CMYK | cmyk(0%, 16%, 12%, 8%) |
| LAB | lab(82.6 15.2 -0.4) |
| LCH | lch(82.6 15.2 358.3) |
| OKLCH | oklch(0.856 0.045 358.8) |
Copy-ready code
/* CSS */
color: #eac4cf;
background-color: #eac4cf;
/* Tailwind (arbitrary) */
class="text-[#eac4cf] bg-[#eac4cf]"
/* SCSS */
$brand: #eac4cf;
/* SwiftUI */
Color(red: 0.918, green: 0.769, blue: 0.812)
/* Android */
Color.parseColor("#eac4cf")Accessibility — WCAG contrast
Aa
#eac4cf on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eac4cf on black: 13.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green76.9%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta16.2%
Yellow11.5%
Key (black)8.2%
Color previews
#eac4cf text on a black background
contrast 13.30:1
Card sample
#eac4cf text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eac4cf;
Background color
Panel with #eac4cf background
background-color: #eac4cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eac4cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 196, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 196, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eac4cf; background: linear-gradient(135deg, #eac4cf, #EAD2C4);