#ecc8ac
a light, vivid orange · warm · closest name: tan
RGB
236, 200, 172
HSL
26°, 63%, 80%
CMYK
0, 15, 27, 8
Luminance
0.6212
Every format
| HEX | #ecc8ac |
| RGB | rgb(236, 200, 172) |
| HSL | hsl(26, 63%, 80%) |
| CMYK | cmyk(0%, 15%, 27%, 8%) |
| LAB | lab(83.0 8.6 18.7) |
| LCH | lch(83.0 20.6 65.3) |
| OKLCH | oklch(0.857 0.056 59.8) |
Copy-ready code
/* CSS */
color: #ecc8ac;
background-color: #ecc8ac;
/* Tailwind (arbitrary) */
class="text-[#ecc8ac] bg-[#ecc8ac]"
/* SCSS */
$brand: #ecc8ac;
/* SwiftUI */
Color(red: 0.925, green: 0.784, blue: 0.675)
/* Android */
Color.parseColor("#ecc8ac")Accessibility — WCAG contrast
Aa
#ecc8ac on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecc8ac on black: 13.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green78.4%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta15.3%
Yellow27.1%
Key (black)7.5%
Color previews
#ecc8ac text on a black background
contrast 13.42:1
Card sample
#ecc8ac text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecc8ac;
Background color
Panel with #ecc8ac background
background-color: #ecc8ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecc8ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 200, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 200, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecc8ac; background: linear-gradient(135deg, #ecc8ac, #E5ECAC);