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