#ef1c14
a balanced, electric red · warm · closest name: red
RGB
239, 28, 20
HSL
2°, 87%, 51%
CMYK
0, 88, 92, 6
Luminance
0.1923
Every format
| HEX | #ef1c14 |
| RGB | rgb(239, 28, 20) |
| HSL | hsl(2, 87%, 51%) |
| CMYK | cmyk(0%, 88%, 92%, 6%) |
| LAB | lab(51.0 73.6 58.8) |
| LCH | lch(51.0 94.2 38.6) |
| OKLCH | oklch(0.606 0.238 29.1) |
Copy-ready code
/* CSS */
color: #ef1c14;
background-color: #ef1c14;
/* Tailwind (arbitrary) */
class="text-[#ef1c14] bg-[#ef1c14]"
/* SCSS */
$brand: #ef1c14;
/* SwiftUI */
Color(red: 0.937, green: 0.110, blue: 0.078)
/* Android */
Color.parseColor("#ef1c14")Accessibility — WCAG contrast
Aa
#ef1c14 on white: 4.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ef1c14 on black: 4.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green11.0%
Blue7.8%
CMYK percentages
Cyan0.0%
Magenta88.3%
Yellow91.6%
Key (black)6.3%
Color previews
#ef1c14 text on a black background
contrast 4.85:1
Card sample
#ef1c14 text on a white background
contrast 4.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ef1c14;
Background color
Panel with #ef1c14 background
background-color: #ef1c14;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ef1c14;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 28, 20, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 28, 20, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ef1c14; background: linear-gradient(135deg, #ef1c14, #EFAE14);