#ee4400
a balanced, electric orange · warm · closest name: red
RGB
238, 68, 0
HSL
17°, 100%, 47%
CMYK
0, 71, 100, 7
Luminance
0.2231
Every format
| HEX | #ee4400 |
| RGB | rgb(238, 68, 0) |
| HSL | hsl(17, 100%, 47%) |
| CMYK | cmyk(0%, 71%, 100%, 7%) |
| LAB | lab(54.4 62.9 65.7) |
| LCH | lch(54.4 90.9 46.2) |
| OKLCH | oklch(0.630 0.215 36.3) |
Copy-ready code
/* CSS */
color: #ee4400;
background-color: #ee4400;
/* Tailwind (arbitrary) */
class="text-[#ee4400] bg-[#ee4400]"
/* SCSS */
$brand: #ee4400;
/* SwiftUI */
Color(red: 0.933, green: 0.267, blue: 0.000)
/* Android */
Color.parseColor("#ee4400")Accessibility — WCAG contrast
Aa
#ee4400 on white: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee4400 on black: 5.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green26.7%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta71.4%
Yellow100.0%
Key (black)6.7%
Color previews
#ee4400 text on a black background
contrast 5.46:1
Card sample
#ee4400 text on a white background
contrast 3.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee4400;
Background color
Panel with #ee4400 background
background-color: #ee4400;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee4400;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 68, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 68, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee4400; background: linear-gradient(135deg, #ee4400, #EEE300);