#ee5607
a balanced, electric orange · warm · closest name: tomato
RGB
238, 86, 7
HSL
21°, 94%, 48%
CMYK
0, 64, 97, 7
Luminance
0.2485
Every format
| HEX | #ee5607 |
| RGB | rgb(238, 86, 7) |
| HSL | hsl(21, 94%, 48%) |
| CMYK | cmyk(0%, 64%, 97%, 7%) |
| LAB | lab(56.9 56.0 65.6) |
| LCH | lch(56.9 86.2 49.5) |
| OKLCH | oklch(0.650 0.200 40.4) |
Copy-ready code
/* CSS */
color: #ee5607;
background-color: #ee5607;
/* Tailwind (arbitrary) */
class="text-[#ee5607] bg-[#ee5607]"
/* SCSS */
$brand: #ee5607;
/* SwiftUI */
Color(red: 0.933, green: 0.337, blue: 0.027)
/* Android */
Color.parseColor("#ee5607")Accessibility — WCAG contrast
Aa
#ee5607 on white: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee5607 on black: 5.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green33.7%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta63.9%
Yellow97.1%
Key (black)6.7%
Color previews
#ee5607 text on a black background
contrast 5.97:1
Card sample
#ee5607 text on a white background
contrast 3.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee5607;
Background color
Panel with #ee5607 background
background-color: #ee5607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee5607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 86, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 86, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee5607; background: linear-gradient(135deg, #ee5607, #ECEE07);