#eeaa55
a balanced, electric orange · warm · closest name: peru
RGB
238, 170, 85
HSL
33°, 82%, 63%
CMYK
0, 29, 64, 7
Luminance
0.4758
Every format
| HEX | #eeaa55 |
| RGB | rgb(238, 170, 85) |
| HSL | hsl(33, 82%, 63%) |
| CMYK | cmyk(0%, 29%, 64%, 7%) |
| LAB | lab(74.6 16.7 52.7) |
| LCH | lch(74.6 55.3 72.4) |
| OKLCH | oklch(0.787 0.129 70.0) |
Copy-ready code
/* CSS */
color: #eeaa55;
background-color: #eeaa55;
/* Tailwind (arbitrary) */
class="text-[#eeaa55] bg-[#eeaa55]"
/* SCSS */
$brand: #eeaa55;
/* SwiftUI */
Color(red: 0.933, green: 0.667, blue: 0.333)
/* Android */
Color.parseColor("#eeaa55")Accessibility — WCAG contrast
Aa
#eeaa55 on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeaa55 on black: 10.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green66.7%
Blue33.3%
CMYK percentages
Cyan0.0%
Magenta28.6%
Yellow64.3%
Key (black)6.7%
Color previews
#eeaa55 text on a black background
contrast 10.52:1
Card sample
#eeaa55 text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeaa55;
Background color
Panel with #eeaa55 background
background-color: #eeaa55;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeaa55;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 170, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 170, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeaa55; background: linear-gradient(135deg, #eeaa55, #CCEE55);