#e33421
a balanced, electric red · warm · closest name: tomato
RGB
227, 52, 33
HSL
6°, 78%, 51%
CMYK
0, 77, 86, 11
Luminance
0.1890
Every format
| HEX | #e33421 |
| RGB | rgb(227, 52, 33) |
| HSL | hsl(6, 78%, 51%) |
| CMYK | cmyk(0%, 77%, 86%, 11%) |
| LAB | lab(50.6 65.1 52.2) |
| LCH | lch(50.6 83.5 38.7) |
| OKLCH | oklch(0.599 0.213 30.4) |
Copy-ready code
/* CSS */
color: #e33421;
background-color: #e33421;
/* Tailwind (arbitrary) */
class="text-[#e33421] bg-[#e33421]"
/* SCSS */
$brand: #e33421;
/* SwiftUI */
Color(red: 0.890, green: 0.204, blue: 0.129)
/* Android */
Color.parseColor("#e33421")Accessibility — WCAG contrast
Aa
#e33421 on white: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e33421 on black: 4.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.0%
Green20.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta77.1%
Yellow85.5%
Key (black)11.0%
Color previews
#e33421 text on a black background
contrast 4.78:1
Card sample
#e33421 text on a white background
contrast 4.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e33421;
Background color
Panel with #e33421 background
background-color: #e33421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e33421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(227, 52, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(227, 52, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e33421; background: linear-gradient(135deg, #e33421, #E3B521);