#ee8000
a balanced, electric orange · warm · closest name: chocolate
RGB
238, 128, 0
HSL
32°, 100%, 47%
CMYK
0, 46, 100, 7
Luminance
0.3362
Every format
| HEX | #ee8000 |
| RGB | rgb(238, 128, 0) |
| HSL | hsl(32, 100%, 47%) |
| CMYK | cmyk(0%, 46%, 100%, 7%) |
| LAB | lab(64.7 36.1 71.3) |
| LCH | lch(64.7 80.0 63.2) |
| OKLCH | oklch(0.709 0.171 57.2) |
Copy-ready code
/* CSS */
color: #ee8000;
background-color: #ee8000;
/* Tailwind (arbitrary) */
class="text-[#ee8000] bg-[#ee8000]"
/* SCSS */
$brand: #ee8000;
/* SwiftUI */
Color(red: 0.933, green: 0.502, blue: 0.000)
/* Android */
Color.parseColor("#ee8000")Accessibility — WCAG contrast
Aa
#ee8000 on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ee8000 on black: 7.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green50.2%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta46.2%
Yellow100.0%
Key (black)6.7%
Color previews
#ee8000 text on a black background
contrast 7.72:1
Card sample
#ee8000 text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee8000;
Background color
Panel with #ee8000 background
background-color: #ee8000;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee8000;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 128, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 128, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee8000; background: linear-gradient(135deg, #ee8000, #BDEE00);