#ef4521
a balanced, electric red · warm · closest name: tomato
RGB
239, 69, 33
HSL
11°, 87%, 53%
CMYK
0, 71, 86, 6
Luminance
0.2272
Every format
| HEX | #ef4521 |
| RGB | rgb(239, 69, 33) |
| HSL | hsl(11, 87%, 53%) |
| CMYK | cmyk(0%, 71%, 86%, 6%) |
| LAB | lab(54.8 63.2 56.5) |
| LCH | lch(54.8 84.8 41.8) |
| OKLCH | oklch(0.634 0.212 33.4) |
Copy-ready code
/* CSS */
color: #ef4521;
background-color: #ef4521;
/* Tailwind (arbitrary) */
class="text-[#ef4521] bg-[#ef4521]"
/* SCSS */
$brand: #ef4521;
/* SwiftUI */
Color(red: 0.937, green: 0.271, blue: 0.129)
/* Android */
Color.parseColor("#ef4521")Accessibility — WCAG contrast
Aa
#ef4521 on white: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ef4521 on black: 5.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green27.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta71.1%
Yellow86.2%
Key (black)6.3%
Color previews
#ef4521 text on a black background
contrast 5.54:1
Card sample
#ef4521 text on a white background
contrast 3.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ef4521;
Background color
Panel with #ef4521 background
background-color: #ef4521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ef4521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 69, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 69, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ef4521; background: linear-gradient(135deg, #ef4521, #EFCE21);