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