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