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