#ee552b
a balanced, electric red · warm · closest name: tomato
RGB
238, 85, 43
HSL
13°, 85%, 55%
CMYK
0, 64, 82, 7
Luminance
0.2485
Every format
| HEX | #ee552b |
| RGB | rgb(238, 85, 43) |
| HSL | hsl(13, 85%, 55%) |
| CMYK | cmyk(0%, 64%, 82%, 7%) |
| LAB | lab(56.9 57.0 54.0) |
| LCH | lch(56.9 78.5 43.4) |
| OKLCH | oklch(0.650 0.196 35.7) |
Copy-ready code
/* CSS */
color: #ee552b;
background-color: #ee552b;
/* Tailwind (arbitrary) */
class="text-[#ee552b] bg-[#ee552b]"
/* SCSS */
$brand: #ee552b;
/* SwiftUI */
Color(red: 0.933, green: 0.333, blue: 0.169)
/* Android */
Color.parseColor("#ee552b")Accessibility — WCAG contrast
Aa
#ee552b on white: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee552b on black: 5.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green33.3%
Blue16.9%
CMYK percentages
Cyan0.0%
Magenta64.3%
Yellow81.9%
Key (black)6.7%
Color previews
#ee552b text on a black background
contrast 5.97:1
Card sample
#ee552b text on a white background
contrast 3.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee552b;
Background color
Panel with #ee552b background
background-color: #ee552b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee552b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 85, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 85, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee552b; background: linear-gradient(135deg, #ee552b, #EED72B);