#eccdb0
a light, vivid orange · warm · closest name: tan
RGB
236, 205, 176
HSL
29°, 61%, 81%
CMYK
0, 13, 25, 8
Luminance
0.6463
Every format
| HEX | #eccdb0 |
| RGB | rgb(236, 205, 176) |
| HSL | hsl(29, 61%, 81%) |
| CMYK | cmyk(0%, 13%, 25%, 8%) |
| LAB | lab(84.3 6.5 18.5) |
| LCH | lch(84.3 19.6 70.5) |
| OKLCH | oklch(0.867 0.052 65.2) |
Copy-ready code
/* CSS */
color: #eccdb0;
background-color: #eccdb0;
/* Tailwind (arbitrary) */
class="text-[#eccdb0] bg-[#eccdb0]"
/* SCSS */
$brand: #eccdb0;
/* SwiftUI */
Color(red: 0.925, green: 0.804, blue: 0.690)
/* Android */
Color.parseColor("#eccdb0")Accessibility — WCAG contrast
Aa
#eccdb0 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eccdb0 on black: 13.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green80.4%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta13.1%
Yellow25.4%
Key (black)7.5%
Color previews
#eccdb0 text on a black background
contrast 13.93:1
Card sample
#eccdb0 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eccdb0;
Background color
Panel with #eccdb0 background
background-color: #eccdb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eccdb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 205, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 205, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eccdb0; background: linear-gradient(135deg, #eccdb0, #E3ECB0);