#eccead
a light, vivid orange · warm · closest name: tan
RGB
236, 206, 173
HSL
31°, 62%, 80%
CMYK
0, 13, 27, 8
Luminance
0.6499
Every format
| HEX | #eccead |
| RGB | rgb(236, 206, 173) |
| HSL | hsl(31, 62%, 80%) |
| CMYK | cmyk(0%, 13%, 27%, 8%) |
| LAB | lab(84.5 5.6 20.3) |
| LCH | lch(84.5 21.1 74.6) |
| OKLCH | oklch(0.868 0.055 69.7) |
Copy-ready code
/* CSS */
color: #eccead;
background-color: #eccead;
/* Tailwind (arbitrary) */
class="text-[#eccead] bg-[#eccead]"
/* SCSS */
$brand: #eccead;
/* SwiftUI */
Color(red: 0.925, green: 0.808, blue: 0.678)
/* Android */
Color.parseColor("#eccead")Accessibility — WCAG contrast
Aa
#eccead on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eccead on black: 14.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green80.8%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta12.7%
Yellow26.7%
Key (black)7.5%
Color previews
#eccead text on a black background
contrast 14.00:1
Card sample
#eccead text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eccead;
Background color
Panel with #eccead background
background-color: #eccead;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eccead;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 206, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 206, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eccead; background: linear-gradient(135deg, #eccead, #E0ECAD);