#e8552b
a balanced, electric red · warm · closest name: tomato
RGB
232, 85, 43
HSL
13°, 80%, 54%
CMYK
0, 63, 82, 9
Luminance
0.2383
Every format
| HEX | #e8552b |
| RGB | rgb(232, 85, 43) |
| HSL | hsl(13, 80%, 54%) |
| CMYK | cmyk(0%, 63%, 82%, 9%) |
| LAB | lab(55.9 55.0 52.7) |
| LCH | lch(55.9 76.1 43.8) |
| OKLCH | oklch(0.641 0.190 36.2) |
Copy-ready code
/* CSS */
color: #e8552b;
background-color: #e8552b;
/* Tailwind (arbitrary) */
class="text-[#e8552b] bg-[#e8552b]"
/* SCSS */
$brand: #e8552b;
/* SwiftUI */
Color(red: 0.910, green: 0.333, blue: 0.169)
/* Android */
Color.parseColor("#e8552b")Accessibility — WCAG contrast
Aa
#e8552b on white: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e8552b on black: 5.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.0%
Green33.3%
Blue16.9%
CMYK percentages
Cyan0.0%
Magenta63.4%
Yellow81.5%
Key (black)9.0%
Color previews
#e8552b text on a black background
contrast 5.77:1
Card sample
#e8552b text on a white background
contrast 3.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e8552b;
Background color
Panel with #e8552b background
background-color: #e8552b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e8552b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(232, 85, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(232, 85, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e8552b; background: linear-gradient(135deg, #e8552b, #E8D32B);