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