#e12b21
a balanced, electric red · warm · closest name: tomato
RGB
225, 43, 33
HSL
3°, 76%, 51%
CMYK
0, 81, 85, 12
Luminance
0.1785
Every format
| HEX | #e12b21 |
| RGB | rgb(225, 43, 33) |
| HSL | hsl(3, 76%, 51%) |
| CMYK | cmyk(0%, 81%, 85%, 12%) |
| LAB | lab(49.3 67.0 51.0) |
| LCH | lch(49.3 84.2 37.3) |
| OKLCH | oklch(0.589 0.217 29.0) |
Copy-ready code
/* CSS */
color: #e12b21;
background-color: #e12b21;
/* Tailwind (arbitrary) */
class="text-[#e12b21] bg-[#e12b21]"
/* SCSS */
$brand: #e12b21;
/* SwiftUI */
Color(red: 0.882, green: 0.169, blue: 0.129)
/* Android */
Color.parseColor("#e12b21")Accessibility — WCAG contrast
Aa
#e12b21 on white: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#e12b21 on black: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.2%
Green16.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta80.9%
Yellow85.3%
Key (black)11.8%
Color previews
#e12b21 text on a black background
contrast 4.57:1
Card sample
#e12b21 text on a white background
contrast 4.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e12b21;
Background color
Panel with #e12b21 background
background-color: #e12b21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e12b21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(225, 43, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(225, 43, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e12b21; background: linear-gradient(135deg, #e12b21, #E1AB21);