#ecc2ad
a light, vivid orange · warm · closest name: tan
RGB
236, 194, 173
HSL
20°, 62%, 80%
CMYK
0, 18, 27, 8
Luminance
0.5943
Every format
| HEX | #ecc2ad |
| RGB | rgb(236, 194, 173) |
| HSL | hsl(20, 62%, 80%) |
| CMYK | cmyk(0%, 18%, 27%, 8%) |
| LAB | lab(81.5 11.9 16.2) |
| LCH | lch(81.5 20.1 53.7) |
| OKLCH | oklch(0.845 0.056 48.0) |
Copy-ready code
/* CSS */
color: #ecc2ad;
background-color: #ecc2ad;
/* Tailwind (arbitrary) */
class="text-[#ecc2ad] bg-[#ecc2ad]"
/* SCSS */
$brand: #ecc2ad;
/* SwiftUI */
Color(red: 0.925, green: 0.761, blue: 0.678)
/* Android */
Color.parseColor("#ecc2ad")Accessibility — WCAG contrast
Aa
#ecc2ad on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecc2ad on black: 12.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green76.1%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta17.8%
Yellow26.7%
Key (black)7.5%
Color previews
#ecc2ad text on a black background
contrast 12.89:1
Card sample
#ecc2ad text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecc2ad;
Background color
Panel with #ecc2ad background
background-color: #ecc2ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecc2ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 194, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 194, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecc2ad; background: linear-gradient(135deg, #ecc2ad, #ECECAD);