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