#ef1e22
a balanced, electric red · warm · closest name: red
RGB
239, 30, 34
HSL
359°, 87%, 53%
CMYK
0, 87, 86, 6
Luminance
0.1939
Every format
| HEX | #ef1e22 |
| RGB | rgb(239, 30, 34) |
| HSL | hsl(359, 87%, 53%) |
| CMYK | cmyk(0%, 87%, 86%, 6%) |
| LAB | lab(51.1 73.5 53.1) |
| LCH | lch(51.1 90.7 35.9) |
| OKLCH | oklch(0.607 0.236 27.5) |
Copy-ready code
/* CSS */
color: #ef1e22;
background-color: #ef1e22;
/* Tailwind (arbitrary) */
class="text-[#ef1e22] bg-[#ef1e22]"
/* SCSS */
$brand: #ef1e22;
/* SwiftUI */
Color(red: 0.937, green: 0.118, blue: 0.133)
/* Android */
Color.parseColor("#ef1e22")Accessibility — WCAG contrast
Aa
#ef1e22 on white: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ef1e22 on black: 4.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green11.8%
Blue13.3%
CMYK percentages
Cyan0.0%
Magenta87.4%
Yellow85.8%
Key (black)6.3%
Color previews
#ef1e22 text on a black background
contrast 4.88:1
Card sample
#ef1e22 text on a white background
contrast 4.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ef1e22;
Background color
Panel with #ef1e22 background
background-color: #ef1e22;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ef1e22;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 30, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 30, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ef1e22; background: linear-gradient(135deg, #ef1e22, #EFA51E);