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