#eeac49
a balanced, electric orange · warm · closest name: peru
RGB
238, 172, 73
HSL
36°, 83%, 61%
CMYK
0, 28, 69, 7
Luminance
0.4816
Every format
| HEX | #eeac49 |
| RGB | rgb(238, 172, 73) |
| HSL | hsl(36, 83%, 61%) |
| CMYK | cmyk(0%, 28%, 69%, 7%) |
| LAB | lab(74.9 14.9 58.5) |
| LCH | lch(74.9 60.4 75.7) |
| OKLCH | oklch(0.789 0.137 74.2) |
Copy-ready code
/* CSS */
color: #eeac49;
background-color: #eeac49;
/* Tailwind (arbitrary) */
class="text-[#eeac49] bg-[#eeac49]"
/* SCSS */
$brand: #eeac49;
/* SwiftUI */
Color(red: 0.933, green: 0.675, blue: 0.286)
/* Android */
Color.parseColor("#eeac49")Accessibility — WCAG contrast
Aa
#eeac49 on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeac49 on black: 10.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green67.5%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta27.7%
Yellow69.3%
Key (black)6.7%
Color previews
#eeac49 text on a black background
contrast 10.63:1
Card sample
#eeac49 text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeac49;
Background color
Panel with #eeac49 background
background-color: #eeac49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeac49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 172, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 172, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeac49; background: linear-gradient(135deg, #eeac49, #C2EE49);