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