#eacfd4
a pale, soft red · warm · closest name: silver
RGB
234, 207, 212
HSL
349°, 39%, 87%
CMYK
0, 12, 9, 8
Luminance
0.6687
Every format
| HEX | #eacfd4 |
| RGB | rgb(234, 207, 212) |
| HSL | hsl(349, 39%, 87%) |
| CMYK | cmyk(0%, 12%, 9%, 8%) |
| LAB | lab(85.4 10.2 1.0) |
| LCH | lch(85.4 10.3 5.5) |
| OKLCH | oklch(0.878 0.031 5.1) |
Copy-ready code
/* CSS */
color: #eacfd4;
background-color: #eacfd4;
/* Tailwind (arbitrary) */
class="text-[#eacfd4] bg-[#eacfd4]"
/* SCSS */
$brand: #eacfd4;
/* SwiftUI */
Color(red: 0.918, green: 0.812, blue: 0.831)
/* Android */
Color.parseColor("#eacfd4")Accessibility — WCAG contrast
Aa
#eacfd4 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eacfd4 on black: 14.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green81.2%
Blue83.1%
CMYK percentages
Cyan0.0%
Magenta11.5%
Yellow9.4%
Key (black)8.2%
Color previews
#eacfd4 text on a black background
contrast 14.37:1
Card sample
#eacfd4 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eacfd4;
Background color
Panel with #eacfd4 background
background-color: #eacfd4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eacfd4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 207, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 207, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eacfd4; background: linear-gradient(135deg, #eacfd4, #EADCCF);