#eac6cf
a light, vivid red · warm · closest name: pink
RGB
234, 198, 207
HSL
345°, 46%, 85%
CMYK
0, 15, 12, 8
Luminance
0.6239
Every format
| HEX | #eac6cf |
| RGB | rgb(234, 198, 207) |
| HSL | hsl(345, 46%, 85%) |
| CMYK | cmyk(0%, 15%, 12%, 8%) |
| LAB | lab(83.1 14.2 0.3) |
| LCH | lch(83.1 14.2 1.1) |
| OKLCH | oklch(0.860 0.042 1.2) |
Copy-ready code
/* CSS */
color: #eac6cf;
background-color: #eac6cf;
/* Tailwind (arbitrary) */
class="text-[#eac6cf] bg-[#eac6cf]"
/* SCSS */
$brand: #eac6cf;
/* SwiftUI */
Color(red: 0.918, green: 0.776, blue: 0.812)
/* Android */
Color.parseColor("#eac6cf")Accessibility — WCAG contrast
Aa
#eac6cf on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eac6cf on black: 13.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green77.6%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta15.4%
Yellow11.5%
Key (black)8.2%
Color previews
#eac6cf text on a black background
contrast 13.48:1
Card sample
#eac6cf text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eac6cf;
Background color
Panel with #eac6cf background
background-color: #eac6cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eac6cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 198, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 198, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eac6cf; background: linear-gradient(135deg, #eac6cf, #EAD5C6);