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