#e13821
a balanced, electric red · warm · closest name: tomato
RGB
225, 56, 33
HSL
7°, 76%, 51%
CMYK
0, 75, 85, 12
Luminance
0.1895
Every format
| HEX | #e13821 |
| RGB | rgb(225, 56, 33) |
| HSL | hsl(7, 76%, 51%) |
| CMYK | cmyk(0%, 75%, 85%, 12%) |
| LAB | lab(50.6 63.3 52.1) |
| LCH | lch(50.6 82.0 39.4) |
| OKLCH | oklch(0.599 0.208 31.1) |
Copy-ready code
/* CSS */
color: #e13821;
background-color: #e13821;
/* Tailwind (arbitrary) */
class="text-[#e13821] bg-[#e13821]"
/* SCSS */
$brand: #e13821;
/* SwiftUI */
Color(red: 0.882, green: 0.220, blue: 0.129)
/* Android */
Color.parseColor("#e13821")Accessibility — WCAG contrast
Aa
#e13821 on white: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e13821 on black: 4.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.2%
Green22.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta75.1%
Yellow85.3%
Key (black)11.8%
Color previews
#e13821 text on a black background
contrast 4.79:1
Card sample
#e13821 text on a white background
contrast 4.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e13821;
Background color
Panel with #e13821 background
background-color: #e13821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e13821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(225, 56, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(225, 56, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e13821; background: linear-gradient(135deg, #e13821, #E1B821);