#eccba1
a light, vivid orange · warm · closest name: tan
RGB
236, 203, 161
HSL
34°, 66%, 78%
CMYK
0, 14, 32, 8
Luminance
0.6312
Every format
| HEX | #eccba1 |
| RGB | rgb(236, 203, 161) |
| HSL | hsl(34, 66%, 78%) |
| CMYK | cmyk(0%, 14%, 32%, 8%) |
| LAB | lab(83.5 5.6 25.3) |
| LCH | lch(83.5 25.9 77.5) |
| OKLCH | oklch(0.860 0.067 73.4) |
Copy-ready code
/* CSS */
color: #eccba1;
background-color: #eccba1;
/* Tailwind (arbitrary) */
class="text-[#eccba1] bg-[#eccba1]"
/* SCSS */
$brand: #eccba1;
/* SwiftUI */
Color(red: 0.925, green: 0.796, blue: 0.631)
/* Android */
Color.parseColor("#eccba1")Accessibility — WCAG contrast
Aa
#eccba1 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eccba1 on black: 13.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green79.6%
Blue63.1%
CMYK percentages
Cyan0.0%
Magenta14.0%
Yellow31.8%
Key (black)7.5%
Color previews
#eccba1 text on a black background
contrast 13.62:1
Card sample
#eccba1 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eccba1;
Background color
Panel with #eccba1 background
background-color: #eccba1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eccba1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 203, 161, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 203, 161, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eccba1; background: linear-gradient(135deg, #eccba1, #DBECA1);