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