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