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