#eacace
a pale, soft red · warm · closest name: pink
RGB
234, 202, 206
HSL
353°, 43%, 86%
CMYK
0, 14, 12, 8
Luminance
0.6419
Every format
| HEX | #eacace |
| RGB | rgb(234, 202, 206) |
| HSL | hsl(353, 43%, 86%) |
| CMYK | cmyk(0%, 14%, 12%, 8%) |
| LAB | lab(84.1 11.9 2.2) |
| LCH | lch(84.1 12.1 10.4) |
| OKLCH | oklch(0.867 0.036 9.3) |
Copy-ready code
/* CSS */
color: #eacace;
background-color: #eacace;
/* Tailwind (arbitrary) */
class="text-[#eacace] bg-[#eacace]"
/* SCSS */
$brand: #eacace;
/* SwiftUI */
Color(red: 0.918, green: 0.792, blue: 0.808)
/* Android */
Color.parseColor("#eacace")Accessibility — WCAG contrast
Aa
#eacace on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eacace on black: 13.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green79.2%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta13.7%
Yellow12.0%
Key (black)8.2%
Color previews
#eacace text on a black background
contrast 13.84:1
Card sample
#eacace text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eacace;
Background color
Panel with #eacace background
background-color: #eacace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eacace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 202, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 202, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eacace; background: linear-gradient(135deg, #eacace, #EADBCA);