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