#ee5500
a balanced, electric orange · warm · closest name: tomato
RGB
238, 85, 0
HSL
21°, 100%, 47%
CMYK
0, 64, 100, 7
Luminance
0.2467
Every format
| HEX | #ee5500 |
| RGB | rgb(238, 85, 0) |
| HSL | hsl(21, 100%, 47%) |
| CMYK | cmyk(0%, 64%, 100%, 7%) |
| LAB | lab(56.8 56.4 66.9) |
| LCH | lch(56.8 87.5 49.9) |
| OKLCH | oklch(0.649 0.202 40.5) |
Copy-ready code
/* CSS */
color: #ee5500;
background-color: #ee5500;
/* Tailwind (arbitrary) */
class="text-[#ee5500] bg-[#ee5500]"
/* SCSS */
$brand: #ee5500;
/* SwiftUI */
Color(red: 0.933, green: 0.333, blue: 0.000)
/* Android */
Color.parseColor("#ee5500")Accessibility — WCAG contrast
Aa
#ee5500 on white: 3.54:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee5500 on black: 5.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green33.3%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta64.3%
Yellow100.0%
Key (black)6.7%
Color previews
#ee5500 text on a black background
contrast 5.93:1
Card sample
#ee5500 text on a white background
contrast 3.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee5500;
Background color
Panel with #ee5500 background
background-color: #ee5500;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee5500;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 85, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 85, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee5500; background: linear-gradient(135deg, #ee5500, #E9EE00);