#ef1908
a balanced, electric red · warm · closest name: red
RGB
239, 25, 8
HSL
4°, 94%, 48%
CMYK
0, 90, 97, 6
Luminance
0.1906
Every format
| HEX | #ef1908 |
| RGB | rgb(239, 25, 8) |
| HSL | hsl(4, 94%, 48%) |
| CMYK | cmyk(0%, 90%, 97%, 6%) |
| LAB | lab(50.8 73.9 62.2) |
| LCH | lch(50.8 96.6 40.1) |
| OKLCH | oklch(0.604 0.239 29.9) |
Copy-ready code
/* CSS */
color: #ef1908;
background-color: #ef1908;
/* Tailwind (arbitrary) */
class="text-[#ef1908] bg-[#ef1908]"
/* SCSS */
$brand: #ef1908;
/* SwiftUI */
Color(red: 0.937, green: 0.098, blue: 0.031)
/* Android */
Color.parseColor("#ef1908")Accessibility — WCAG contrast
Aa
#ef1908 on white: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ef1908 on black: 4.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green9.8%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta89.5%
Yellow96.7%
Key (black)6.3%
Color previews
#ef1908 text on a black background
contrast 4.81:1
Card sample
#ef1908 text on a white background
contrast 4.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ef1908;
Background color
Panel with #ef1908 background
background-color: #ef1908;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ef1908;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 25, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 25, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ef1908; background: linear-gradient(135deg, #ef1908, #EFB308);