#580c01
a deep, electric red · warm · closest name: maroon
RGB
88, 12, 1
HSL
8°, 98%, 18%
CMYK
0, 86, 99, 66
Luminance
0.0234
Every format
| HEX | #580c01 |
| RGB | rgb(88, 12, 1) |
| HSL | hsl(8, 98%, 18%) |
| CMYK | cmyk(0%, 86%, 99%, 66%) |
| LAB | lab(17.2 33.2 25.9) |
| LCH | lch(17.2 42.1 37.9) |
| OKLCH | oklch(0.299 0.110 32.5) |
Copy-ready code
/* CSS */
color: #580c01;
background-color: #580c01;
/* Tailwind (arbitrary) */
class="text-[#580c01] bg-[#580c01]"
/* SCSS */
$brand: #580c01;
/* SwiftUI */
Color(red: 0.345, green: 0.047, blue: 0.004)
/* Android */
Color.parseColor("#580c01")Accessibility — WCAG contrast
Aa
#580c01 on white: 14.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#580c01 on black: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green4.7%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta86.4%
Yellow98.9%
Key (black)65.5%
Color previews
#580c01 text on a black background
contrast 1.47:1
Card sample
#580c01 text on a white background
contrast 14.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #580c01;
Background color
Panel with #580c01 background
background-color: #580c01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #580c01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 12, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 12, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #580c01; background: linear-gradient(135deg, #580c01, #584601);