#e60708
a balanced, electric red · warm · closest name: red
RGB
230, 7, 8
HSL
360°, 94%, 47%
CMYK
0, 97, 97, 10
Luminance
0.1699
Every format
| HEX | #e60708 |
| RGB | rgb(230, 7, 8) |
| HSL | hsl(360, 94%, 47%) |
| CMYK | cmyk(0%, 97%, 97%, 10%) |
| LAB | lab(48.3 73.6 60.0) |
| LCH | lch(48.3 94.9 39.2) |
| OKLCH | oklch(0.583 0.237 28.9) |
Copy-ready code
/* CSS */
color: #e60708;
background-color: #e60708;
/* Tailwind (arbitrary) */
class="text-[#e60708] bg-[#e60708]"
/* SCSS */
$brand: #e60708;
/* SwiftUI */
Color(red: 0.902, green: 0.027, blue: 0.031)
/* Android */
Color.parseColor("#e60708")Accessibility — WCAG contrast
Aa
#e60708 on white: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#e60708 on black: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.2%
Green2.7%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta97.0%
Yellow96.5%
Key (black)9.8%
Color previews
#e60708 text on a black background
contrast 4.40:1
Card sample
#e60708 text on a white background
contrast 4.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e60708;
Background color
Panel with #e60708 background
background-color: #e60708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e60708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(230, 7, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(230, 7, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e60708; background: linear-gradient(135deg, #e60708, #E69B07);