#eecba8
a light, vivid orange · warm · closest name: tan
RGB
238, 203, 168
HSL
30°, 67%, 80%
CMYK
0, 15, 29, 7
Luminance
0.6372
Every format
| HEX | #eecba8 |
| RGB | rgb(238, 203, 168) |
| HSL | hsl(30, 67%, 80%) |
| CMYK | cmyk(0%, 15%, 29%, 7%) |
| LAB | lab(83.8 7.3 22.1) |
| LCH | lch(83.8 23.2 71.8) |
| OKLCH | oklch(0.863 0.061 66.9) |
Copy-ready code
/* CSS */
color: #eecba8;
background-color: #eecba8;
/* Tailwind (arbitrary) */
class="text-[#eecba8] bg-[#eecba8]"
/* SCSS */
$brand: #eecba8;
/* SwiftUI */
Color(red: 0.933, green: 0.796, blue: 0.659)
/* Android */
Color.parseColor("#eecba8")Accessibility — WCAG contrast
Aa
#eecba8 on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eecba8 on black: 13.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green79.6%
Blue65.9%
CMYK percentages
Cyan0.0%
Magenta14.7%
Yellow29.4%
Key (black)6.7%
Color previews
#eecba8 text on a black background
contrast 13.74:1
Card sample
#eecba8 text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eecba8;
Background color
Panel with #eecba8 background
background-color: #eecba8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eecba8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 203, 168, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 203, 168, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eecba8; background: linear-gradient(135deg, #eecba8, #E2EEA8);