#eccec4
a light, vivid orange · warm · closest name: silver
RGB
236, 206, 196
HSL
15°, 51%, 85%
CMYK
0, 13, 17, 8
Luminance
0.6596
Every format
| HEX | #eccec4 |
| RGB | rgb(236, 206, 196) |
| HSL | hsl(15, 51%, 85%) |
| CMYK | cmyk(0%, 13%, 17%, 8%) |
| LAB | lab(85.0 8.9 8.8) |
| LCH | lch(85.0 12.5 44.7) |
| OKLCH | oklch(0.874 0.037 39.3) |
Copy-ready code
/* CSS */
color: #eccec4;
background-color: #eccec4;
/* Tailwind (arbitrary) */
class="text-[#eccec4] bg-[#eccec4]"
/* SCSS */
$brand: #eccec4;
/* SwiftUI */
Color(red: 0.925, green: 0.808, blue: 0.769)
/* Android */
Color.parseColor("#eccec4")Accessibility — WCAG contrast
Aa
#eccec4 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eccec4 on black: 14.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green80.8%
Blue76.9%
CMYK percentages
Cyan0.0%
Magenta12.7%
Yellow16.9%
Key (black)7.5%
Color previews
#eccec4 text on a black background
contrast 14.19:1
Card sample
#eccec4 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eccec4;
Background color
Panel with #eccec4 background
background-color: #eccec4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eccec4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 206, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 206, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eccec4; background: linear-gradient(135deg, #eccec4, #ECE9C4);