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