#e62607
a balanced, electric red · warm · closest name: red
RGB
230, 38, 7
HSL
8°, 94%, 47%
CMYK
0, 84, 97, 10
Luminance
0.1822
Every format
| HEX | #e62607 |
| RGB | rgb(230, 38, 7) |
| HSL | hsl(8, 94%, 47%) |
| CMYK | cmyk(0%, 84%, 97%, 10%) |
| LAB | lab(49.8 69.2 61.0) |
| LCH | lch(49.8 92.2 41.4) |
| OKLCH | oklch(0.594 0.226 31.2) |
Copy-ready code
/* CSS */
color: #e62607;
background-color: #e62607;
/* Tailwind (arbitrary) */
class="text-[#e62607] bg-[#e62607]"
/* SCSS */
$brand: #e62607;
/* SwiftUI */
Color(red: 0.902, green: 0.149, blue: 0.027)
/* Android */
Color.parseColor("#e62607")Accessibility — WCAG contrast
Aa
#e62607 on white: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#e62607 on black: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.2%
Green14.9%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta83.5%
Yellow97.0%
Key (black)9.8%
Color previews
#e62607 text on a black background
contrast 4.64:1
Card sample
#e62607 text on a white background
contrast 4.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e62607;
Background color
Panel with #e62607 background
background-color: #e62607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e62607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(230, 38, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(230, 38, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e62607; background: linear-gradient(135deg, #e62607, #E6BB07);