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