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