#ee5533
a balanced, electric red · warm · closest name: tomato
RGB
238, 85, 51
HSL
11°, 85%, 57%
CMYK
0, 64, 79, 7
Luminance
0.2491
Every format
| HEX | #ee5533 |
| RGB | rgb(238, 85, 51) |
| HSL | hsl(11, 85%, 57%) |
| CMYK | cmyk(0%, 64%, 79%, 7%) |
| LAB | lab(57.0 57.3 50.3) |
| LCH | lch(57.0 76.2 41.3) |
| OKLCH | oklch(0.651 0.195 34.0) |
Copy-ready code
/* CSS */
color: #ee5533;
background-color: #ee5533;
/* Tailwind (arbitrary) */
class="text-[#ee5533] bg-[#ee5533]"
/* SCSS */
$brand: #ee5533;
/* SwiftUI */
Color(red: 0.933, green: 0.333, blue: 0.200)
/* Android */
Color.parseColor("#ee5533")Accessibility — WCAG contrast
Aa
#ee5533 on white: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee5533 on black: 5.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green33.3%
Blue20.0%
CMYK percentages
Cyan0.0%
Magenta64.3%
Yellow78.6%
Key (black)6.7%
Color previews
#ee5533 text on a black background
contrast 5.98:1
Card sample
#ee5533 text on a white background
contrast 3.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee5533;
Background color
Panel with #ee5533 background
background-color: #ee5533;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee5533;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 85, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 85, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee5533; background: linear-gradient(135deg, #ee5533, #EED233);