#eeb080
a light, electric orange · warm · closest name: tan
RGB
238, 176, 128
HSL
26°, 76%, 72%
CMYK
0, 26, 46, 7
Luminance
0.5079
Every format
| HEX | #eeb080 |
| RGB | rgb(238, 176, 128) |
| HSL | hsl(26, 76%, 72%) |
| CMYK | cmyk(0%, 26%, 46%, 7%) |
| LAB | lab(76.5 16.9 33.4) |
| LCH | lch(76.5 37.4 63.1) |
| OKLCH | oklch(0.804 0.096 58.6) |
Copy-ready code
/* CSS */
color: #eeb080;
background-color: #eeb080;
/* Tailwind (arbitrary) */
class="text-[#eeb080] bg-[#eeb080]"
/* SCSS */
$brand: #eeb080;
/* SwiftUI */
Color(red: 0.933, green: 0.690, blue: 0.502)
/* Android */
Color.parseColor("#eeb080")Accessibility — WCAG contrast
Aa
#eeb080 on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeb080 on black: 11.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green69.0%
Blue50.2%
CMYK percentages
Cyan0.0%
Magenta26.1%
Yellow46.2%
Key (black)6.7%
Color previews
#eeb080 text on a black background
contrast 11.16:1
Card sample
#eeb080 text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeb080;
Background color
Panel with #eeb080 background
background-color: #eeb080;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeb080;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 176, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 176, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeb080; background: linear-gradient(135deg, #eeb080, #E3EE80);