#eccdbd
a light, vivid orange · warm · closest name: tan
RGB
236, 205, 189
HSL
20°, 55%, 83%
CMYK
0, 13, 20, 8
Luminance
0.6517
Every format
| HEX | #eccdbd |
| RGB | rgb(236, 205, 189) |
| HSL | hsl(20, 55%, 83%) |
| CMYK | cmyk(0%, 13%, 20%, 8%) |
| LAB | lab(84.6 8.4 12.0) |
| LCH | lch(84.6 14.6 55.0) |
| OKLCH | oklch(0.870 0.041 49.0) |
Copy-ready code
/* CSS */
color: #eccdbd;
background-color: #eccdbd;
/* Tailwind (arbitrary) */
class="text-[#eccdbd] bg-[#eccdbd]"
/* SCSS */
$brand: #eccdbd;
/* SwiftUI */
Color(red: 0.925, green: 0.804, blue: 0.741)
/* Android */
Color.parseColor("#eccdbd")Accessibility — WCAG contrast
Aa
#eccdbd on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eccdbd on black: 14.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green80.4%
Blue74.1%
CMYK percentages
Cyan0.0%
Magenta13.1%
Yellow19.9%
Key (black)7.5%
Color previews
#eccdbd text on a black background
contrast 14.03:1
Card sample
#eccdbd text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eccdbd;
Background color
Panel with #eccdbd background
background-color: #eccdbd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eccdbd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 205, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 205, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eccdbd; background: linear-gradient(135deg, #eccdbd, #ECECBD);