#e62320
a balanced, electric red · warm · closest name: red
RGB
230, 35, 32
HSL
1°, 80%, 51%
CMYK
0, 85, 86, 10
Luminance
0.1813
Every format
| HEX | #e62320 |
| RGB | rgb(230, 35, 32) |
| HSL | hsl(1, 80%, 51%) |
| CMYK | cmyk(0%, 85%, 86%, 10%) |
| LAB | lab(49.7 70.2 52.1) |
| LCH | lch(49.7 87.4 36.6) |
| OKLCH | oklch(0.593 0.226 28.2) |
Copy-ready code
/* CSS */
color: #e62320;
background-color: #e62320;
/* Tailwind (arbitrary) */
class="text-[#e62320] bg-[#e62320]"
/* SCSS */
$brand: #e62320;
/* SwiftUI */
Color(red: 0.902, green: 0.137, blue: 0.125)
/* Android */
Color.parseColor("#e62320")Accessibility — WCAG contrast
Aa
#e62320 on white: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#e62320 on black: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.2%
Green13.7%
Blue12.5%
CMYK percentages
Cyan0.0%
Magenta84.8%
Yellow86.1%
Key (black)9.8%
Color previews
#e62320 text on a black background
contrast 4.63:1
Card sample
#e62320 text on a white background
contrast 4.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e62320;
Background color
Panel with #e62320 background
background-color: #e62320;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e62320;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(230, 35, 32, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(230, 35, 32, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e62320; background: linear-gradient(135deg, #e62320, #E6A720);