#eeb882
a light, electric orange · warm · closest name: tan
RGB
238, 184, 130
HSL
30°, 76%, 72%
CMYK
0, 23, 45, 7
Luminance
0.5407
Every format
| HEX | #eeb882 |
| RGB | rgb(238, 184, 130) |
| HSL | hsl(30, 76%, 72%) |
| CMYK | cmyk(0%, 23%, 45%, 7%) |
| LAB | lab(78.5 12.9 34.9) |
| LCH | lch(78.5 37.2 69.7) |
| OKLCH | oklch(0.820 0.094 65.9) |
Copy-ready code
/* CSS */
color: #eeb882;
background-color: #eeb882;
/* Tailwind (arbitrary) */
class="text-[#eeb882] bg-[#eeb882]"
/* SCSS */
$brand: #eeb882;
/* SwiftUI */
Color(red: 0.933, green: 0.722, blue: 0.510)
/* Android */
Color.parseColor("#eeb882")Accessibility — WCAG contrast
Aa
#eeb882 on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeb882 on black: 11.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green72.2%
Blue51.0%
CMYK percentages
Cyan0.0%
Magenta22.7%
Yellow45.4%
Key (black)6.7%
Color previews
#eeb882 text on a black background
contrast 11.81:1
Card sample
#eeb882 text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeb882;
Background color
Panel with #eeb882 background
background-color: #eeb882;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeb882;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 184, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 184, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeb882; background: linear-gradient(135deg, #eeb882, #DCEE82);