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