#580708
a deep, electric red · warm · closest name: maroon
RGB
88, 7, 8
HSL
359°, 85%, 19%
CMYK
0, 92, 91, 66
Luminance
0.0224
Every format
| HEX | #580708 |
| RGB | rgb(88, 7, 8) |
| HSL | hsl(359, 85%, 19%) |
| CMYK | cmyk(0%, 92%, 91%, 66%) |
| LAB | lab(16.7 34.9 22.5) |
| LCH | lch(16.7 41.5 32.7) |
| OKLCH | oklch(0.296 0.112 27.1) |
Copy-ready code
/* CSS */
color: #580708;
background-color: #580708;
/* Tailwind (arbitrary) */
class="text-[#580708] bg-[#580708]"
/* SCSS */
$brand: #580708;
/* SwiftUI */
Color(red: 0.345, green: 0.027, blue: 0.031)
/* Android */
Color.parseColor("#580708")Accessibility — WCAG contrast
Aa
#580708 on white: 14.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#580708 on black: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green2.7%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta92.0%
Yellow90.9%
Key (black)65.5%
Color previews
#580708 text on a black background
contrast 1.45:1
Card sample
#580708 text on a white background
contrast 14.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #580708;
Background color
Panel with #580708 background
background-color: #580708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #580708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 7, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 7, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #580708; background: linear-gradient(135deg, #580708, #583C07);