#eccfcb
a pale, vivid red · warm · closest name: silver
RGB
236, 207, 203
HSL
7°, 47%, 86%
CMYK
0, 12, 14, 8
Luminance
0.6677
Every format
| HEX | #eccfcb |
| RGB | rgb(236, 207, 203) |
| HSL | hsl(7, 47%, 86%) |
| CMYK | cmyk(0%, 12%, 14%, 8%) |
| LAB | lab(85.4 9.5 5.7) |
| LCH | lch(85.4 11.1 31.1) |
| OKLCH | oklch(0.878 0.033 27.1) |
Copy-ready code
/* CSS */
color: #eccfcb;
background-color: #eccfcb;
/* Tailwind (arbitrary) */
class="text-[#eccfcb] bg-[#eccfcb]"
/* SCSS */
$brand: #eccfcb;
/* SwiftUI */
Color(red: 0.925, green: 0.812, blue: 0.796)
/* Android */
Color.parseColor("#eccfcb")Accessibility — WCAG contrast
Aa
#eccfcb on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eccfcb on black: 14.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green81.2%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta12.3%
Yellow14.0%
Key (black)7.5%
Color previews
#eccfcb text on a black background
contrast 14.35:1
Card sample
#eccfcb text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eccfcb;
Background color
Panel with #eccfcb background
background-color: #eccfcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eccfcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 207, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 207, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eccfcb; background: linear-gradient(135deg, #eccfcb, #ECE5CB);