#ef5021
a balanced, electric red · warm · closest name: tomato
RGB
239, 80, 33
HSL
14°, 87%, 53%
CMYK
0, 67, 86, 6
Luminance
0.2420
Every format
| HEX | #ef5021 |
| RGB | rgb(239, 80, 33) |
| HSL | hsl(14, 87%, 53%) |
| CMYK | cmyk(0%, 67%, 86%, 6%) |
| LAB | lab(56.3 59.1 57.8) |
| LCH | lch(56.3 82.7 44.3) |
| OKLCH | oklch(0.646 0.203 36.0) |
Copy-ready code
/* CSS */
color: #ef5021;
background-color: #ef5021;
/* Tailwind (arbitrary) */
class="text-[#ef5021] bg-[#ef5021]"
/* SCSS */
$brand: #ef5021;
/* SwiftUI */
Color(red: 0.937, green: 0.314, blue: 0.129)
/* Android */
Color.parseColor("#ef5021")Accessibility — WCAG contrast
Aa
#ef5021 on white: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ef5021 on black: 5.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green31.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta66.5%
Yellow86.2%
Key (black)6.3%
Color previews
#ef5021 text on a black background
contrast 5.84:1
Card sample
#ef5021 text on a white background
contrast 3.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ef5021;
Background color
Panel with #ef5021 background
background-color: #ef5021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ef5021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 80, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 80, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ef5021; background: linear-gradient(135deg, #ef5021, #EFD921);