#e61f00
a balanced, electric red · warm · closest name: red
RGB
230, 31, 0
HSL
8°, 100%, 45%
CMYK
0, 87, 100, 10
Luminance
0.1780
Every format
| HEX | #e61f00 |
| RGB | rgb(230, 31, 0) |
| HSL | hsl(8, 100%, 45%) |
| CMYK | cmyk(0%, 87%, 100%, 10%) |
| LAB | lab(49.3 70.6 62.6) |
| LCH | lch(49.3 94.3 41.6) |
| OKLCH | oklch(0.590 0.230 31.0) |
Copy-ready code
/* CSS */
color: #e61f00;
background-color: #e61f00;
/* Tailwind (arbitrary) */
class="text-[#e61f00] bg-[#e61f00]"
/* SCSS */
$brand: #e61f00;
/* SwiftUI */
Color(red: 0.902, green: 0.122, blue: 0.000)
/* Android */
Color.parseColor("#e61f00")Accessibility — WCAG contrast
Aa
#e61f00 on white: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#e61f00 on black: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.2%
Green12.2%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta86.5%
Yellow100.0%
Key (black)9.8%
Color previews
#e61f00 text on a black background
contrast 4.56:1
Card sample
#e61f00 text on a white background
contrast 4.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e61f00;
Background color
Panel with #e61f00 background
background-color: #e61f00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e61f00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(230, 31, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(230, 31, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e61f00; background: linear-gradient(135deg, #e61f00, #E6B800);