#ef5421
a balanced, electric red · warm · closest name: tomato
RGB
239, 84, 33
HSL
15°, 87%, 53%
CMYK
0, 65, 86, 6
Luminance
0.2480
Every format
| HEX | #ef5421 |
| RGB | rgb(239, 84, 33) |
| HSL | hsl(15, 87%, 53%) |
| CMYK | cmyk(0%, 65%, 86%, 6%) |
| LAB | lab(56.9 57.5 58.3) |
| LCH | lch(56.9 81.9 45.4) |
| OKLCH | oklch(0.650 0.200 37.1) |
Copy-ready code
/* CSS */
color: #ef5421;
background-color: #ef5421;
/* Tailwind (arbitrary) */
class="text-[#ef5421] bg-[#ef5421]"
/* SCSS */
$brand: #ef5421;
/* SwiftUI */
Color(red: 0.937, green: 0.329, blue: 0.129)
/* Android */
Color.parseColor("#ef5421")Accessibility — WCAG contrast
Aa
#ef5421 on white: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ef5421 on black: 5.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green32.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta64.9%
Yellow86.2%
Key (black)6.3%
Color previews
#ef5421 text on a black background
contrast 5.96:1
Card sample
#ef5421 text on a white background
contrast 3.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ef5421;
Background color
Panel with #ef5421 background
background-color: #ef5421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ef5421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 84, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 84, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ef5421; background: linear-gradient(135deg, #ef5421, #EFDE21);