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