#eac2cf
a light, vivid magenta / pink · warm · closest name: pink
RGB
234, 194, 207
HSL
341°, 49%, 84%
CMYK
0, 17, 12, 8
Luminance
0.6058
Every format
| HEX | #eac2cf |
| RGB | rgb(234, 194, 207) |
| HSL | hsl(341, 49%, 84%) |
| CMYK | cmyk(0%, 17%, 12%, 8%) |
| LAB | lab(82.2 16.3 -1.1) |
| LCH | lch(82.2 16.3 356.0) |
| OKLCH | oklch(0.852 0.048 356.7) |
Copy-ready code
/* CSS */
color: #eac2cf;
background-color: #eac2cf;
/* Tailwind (arbitrary) */
class="text-[#eac2cf] bg-[#eac2cf]"
/* SCSS */
$brand: #eac2cf;
/* SwiftUI */
Color(red: 0.918, green: 0.761, blue: 0.812)
/* Android */
Color.parseColor("#eac2cf")Accessibility — WCAG contrast
Aa
#eac2cf on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eac2cf on black: 13.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green76.1%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta17.1%
Yellow11.5%
Key (black)8.2%
Color previews
#eac2cf text on a black background
contrast 13.12:1
Card sample
#eac2cf text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eac2cf;
Background color
Panel with #eac2cf background
background-color: #eac2cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eac2cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 194, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 194, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eac2cf; background: linear-gradient(135deg, #eac2cf, #EAD0C2);