#eccdaa
a light, vivid orange · warm · closest name: tan
RGB
236, 205, 170
HSL
32°, 64%, 80%
CMYK
0, 13, 28, 8
Luminance
0.6440
Every format
| HEX | #eccdaa |
| RGB | rgb(236, 205, 170) |
| HSL | hsl(32, 64%, 80%) |
| CMYK | cmyk(0%, 13%, 28%, 8%) |
| LAB | lab(84.2 5.7 21.5) |
| LCH | lch(84.2 22.2 75.1) |
| OKLCH | oklch(0.866 0.058 70.3) |
Copy-ready code
/* CSS */
color: #eccdaa;
background-color: #eccdaa;
/* Tailwind (arbitrary) */
class="text-[#eccdaa] bg-[#eccdaa]"
/* SCSS */
$brand: #eccdaa;
/* SwiftUI */
Color(red: 0.925, green: 0.804, blue: 0.667)
/* Android */
Color.parseColor("#eccdaa")Accessibility — WCAG contrast
Aa
#eccdaa on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eccdaa on black: 13.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green80.4%
Blue66.7%
CMYK percentages
Cyan0.0%
Magenta13.1%
Yellow28.0%
Key (black)7.5%
Color previews
#eccdaa text on a black background
contrast 13.88:1
Card sample
#eccdaa text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eccdaa;
Background color
Panel with #eccdaa background
background-color: #eccdaa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eccdaa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 205, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 205, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eccdaa; background: linear-gradient(135deg, #eccdaa, #DFECAA);