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