#ef221a
a balanced, electric red · warm · closest name: red
RGB
239, 34, 26
HSL
2°, 87%, 52%
CMYK
0, 86, 89, 6
Luminance
0.1957
Every format
| HEX | #ef221a |
| RGB | rgb(239, 34, 26) |
| HSL | hsl(2, 87%, 52%) |
| CMYK | cmyk(0%, 86%, 89%, 6%) |
| LAB | lab(51.4 72.7 56.8) |
| LCH | lch(51.4 92.2 38.0) |
| OKLCH | oklch(0.609 0.235 29.0) |
Copy-ready code
/* CSS */
color: #ef221a;
background-color: #ef221a;
/* Tailwind (arbitrary) */
class="text-[#ef221a] bg-[#ef221a]"
/* SCSS */
$brand: #ef221a;
/* SwiftUI */
Color(red: 0.937, green: 0.133, blue: 0.102)
/* Android */
Color.parseColor("#ef221a")Accessibility — WCAG contrast
Aa
#ef221a on white: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ef221a on black: 4.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green13.3%
Blue10.2%
CMYK percentages
Cyan0.0%
Magenta85.8%
Yellow89.1%
Key (black)6.3%
Color previews
#ef221a text on a black background
contrast 4.91:1
Card sample
#ef221a text on a white background
contrast 4.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ef221a;
Background color
Panel with #ef221a background
background-color: #ef221a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ef221a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 34, 26, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 34, 26, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ef221a; background: linear-gradient(135deg, #ef221a, #EFB01A);