#e53f13
a balanced, electric red · warm · closest name: tomato
RGB
229, 63, 19
HSL
13°, 85%, 49%
CMYK
0, 73, 92, 10
Luminance
0.2026
Every format
| HEX | #e53f13 |
| RGB | rgb(229, 63, 19) |
| HSL | hsl(13, 85%, 49%) |
| CMYK | cmyk(0%, 73%, 92%, 10%) |
| LAB | lab(52.1 62.0 59.0) |
| LCH | lch(52.1 85.5 43.6) |
| OKLCH | oklch(0.611 0.209 34.4) |
Copy-ready code
/* CSS */
color: #e53f13;
background-color: #e53f13;
/* Tailwind (arbitrary) */
class="text-[#e53f13] bg-[#e53f13]"
/* SCSS */
$brand: #e53f13;
/* SwiftUI */
Color(red: 0.898, green: 0.247, blue: 0.075)
/* Android */
Color.parseColor("#e53f13")Accessibility — WCAG contrast
Aa
#e53f13 on white: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e53f13 on black: 5.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green24.7%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta72.5%
Yellow91.7%
Key (black)10.2%
Color previews
#e53f13 text on a black background
contrast 5.05:1
Card sample
#e53f13 text on a white background
contrast 4.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e53f13;
Background color
Panel with #e53f13 background
background-color: #e53f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e53f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 63, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 63, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e53f13; background: linear-gradient(135deg, #e53f13, #E5CB13);