#eccdb3
a light, vivid orange · warm · closest name: tan
RGB
236, 205, 179
HSL
27°, 60%, 81%
CMYK
0, 13, 24, 8
Luminance
0.6475
Every format
| HEX | #eccdb3 |
| RGB | rgb(236, 205, 179) |
| HSL | hsl(27, 60%, 81%) |
| CMYK | cmyk(0%, 13%, 24%, 8%) |
| LAB | lab(84.4 7.0 17.0) |
| LCH | lch(84.4 18.3 67.7) |
| OKLCH | oklch(0.868 0.049 62.1) |
Copy-ready code
/* CSS */
color: #eccdb3;
background-color: #eccdb3;
/* Tailwind (arbitrary) */
class="text-[#eccdb3] bg-[#eccdb3]"
/* SCSS */
$brand: #eccdb3;
/* SwiftUI */
Color(red: 0.925, green: 0.804, blue: 0.702)
/* Android */
Color.parseColor("#eccdb3")Accessibility — WCAG contrast
Aa
#eccdb3 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eccdb3 on black: 13.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green80.4%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta13.1%
Yellow24.2%
Key (black)7.5%
Color previews
#eccdb3 text on a black background
contrast 13.95:1
Card sample
#eccdb3 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eccdb3;
Background color
Panel with #eccdb3 background
background-color: #eccdb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eccdb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 205, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 205, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eccdb3; background: linear-gradient(135deg, #eccdb3, #E5ECB3);