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