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