#ecc4ac
a light, vivid orange · warm · closest name: tan
RGB
236, 196, 172
HSL
23°, 63%, 80%
CMYK
0, 17, 27, 8
Luminance
0.6029
Every format
| HEX | #ecc4ac |
| RGB | rgb(236, 196, 172) |
| HSL | hsl(23, 63%, 80%) |
| CMYK | cmyk(0%, 17%, 27%, 8%) |
| LAB | lab(82.0 10.7 17.4) |
| LCH | lch(82.0 20.4 58.4) |
| OKLCH | oklch(0.849 0.056 52.7) |
Copy-ready code
/* CSS */
color: #ecc4ac;
background-color: #ecc4ac;
/* Tailwind (arbitrary) */
class="text-[#ecc4ac] bg-[#ecc4ac]"
/* SCSS */
$brand: #ecc4ac;
/* SwiftUI */
Color(red: 0.925, green: 0.769, blue: 0.675)
/* Android */
Color.parseColor("#ecc4ac")Accessibility — WCAG contrast
Aa
#ecc4ac on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecc4ac on black: 13.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green76.9%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta16.9%
Yellow27.1%
Key (black)7.5%
Color previews
#ecc4ac text on a black background
contrast 13.06:1
Card sample
#ecc4ac text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecc4ac;
Background color
Panel with #ecc4ac background
background-color: #ecc4ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecc4ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 196, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 196, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecc4ac; background: linear-gradient(135deg, #ecc4ac, #E9ECAC);