#ee8024
a balanced, electric orange · warm · closest name: chocolate
RGB
238, 128, 36
HSL
27°, 86%, 54%
CMYK
0, 46, 85, 7
Luminance
0.3374
Every format
| HEX | #ee8024 |
| RGB | rgb(238, 128, 36) |
| HSL | hsl(27, 86%, 54%) |
| CMYK | cmyk(0%, 46%, 85%, 7%) |
| LAB | lab(64.8 36.6 63.5) |
| LCH | lch(64.8 73.3 60.0) |
| OKLCH | oklch(0.710 0.165 54.2) |
Copy-ready code
/* CSS */
color: #ee8024;
background-color: #ee8024;
/* Tailwind (arbitrary) */
class="text-[#ee8024] bg-[#ee8024]"
/* SCSS */
$brand: #ee8024;
/* SwiftUI */
Color(red: 0.933, green: 0.502, blue: 0.141)
/* Android */
Color.parseColor("#ee8024")Accessibility — WCAG contrast
Aa
#ee8024 on white: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ee8024 on black: 7.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green50.2%
Blue14.1%
CMYK percentages
Cyan0.0%
Magenta46.2%
Yellow84.9%
Key (black)6.7%
Color previews
#ee8024 text on a black background
contrast 7.75:1
Card sample
#ee8024 text on a white background
contrast 2.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee8024;
Background color
Panel with #ee8024 background
background-color: #ee8024;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee8024;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 128, 36, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 128, 36, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee8024; background: linear-gradient(135deg, #ee8024, #D5EE24);