#eccfcf
a pale, soft red · warm · closest name: silver
RGB
236, 207, 207
HSL
0°, 43%, 87%
CMYK
0, 12, 12, 8
Luminance
0.6696
Every format
| HEX | #eccfcf |
| RGB | rgb(236, 207, 207) |
| HSL | hsl(0, 43%, 87%) |
| CMYK | cmyk(0%, 12%, 12%, 8%) |
| LAB | lab(85.5 10.1 3.7) |
| LCH | lch(85.5 10.8 20.2) |
| OKLCH | oklch(0.879 0.033 17.8) |
Copy-ready code
/* CSS */
color: #eccfcf;
background-color: #eccfcf;
/* Tailwind (arbitrary) */
class="text-[#eccfcf] bg-[#eccfcf]"
/* SCSS */
$brand: #eccfcf;
/* SwiftUI */
Color(red: 0.925, green: 0.812, blue: 0.812)
/* Android */
Color.parseColor("#eccfcf")Accessibility — WCAG contrast
Aa
#eccfcf on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eccfcf on black: 14.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green81.2%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta12.3%
Yellow12.3%
Key (black)7.5%
Color previews
#eccfcf text on a black background
contrast 14.39:1
Card sample
#eccfcf text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eccfcf;
Background color
Panel with #eccfcf background
background-color: #eccfcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eccfcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 207, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 207, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eccfcf; background: linear-gradient(135deg, #eccfcf, #ECE2CF);