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