#581908
a deep, electric red · warm · closest name: maroon
RGB
88, 25, 8
HSL
13°, 83%, 19%
CMYK
0, 72, 91, 66
Luminance
0.0279
Every format
| HEX | #581908 |
| RGB | rgb(88, 25, 8) |
| HSL | hsl(13, 83%, 19%) |
| CMYK | cmyk(0%, 72%, 91%, 66%) |
| LAB | lab(19.2 28.1 25.4) |
| LCH | lch(19.2 37.9 42.1) |
| OKLCH | oklch(0.314 0.097 35.5) |
Copy-ready code
/* CSS */
color: #581908;
background-color: #581908;
/* Tailwind (arbitrary) */
class="text-[#581908] bg-[#581908]"
/* SCSS */
$brand: #581908;
/* SwiftUI */
Color(red: 0.345, green: 0.098, blue: 0.031)
/* Android */
Color.parseColor("#581908")Accessibility — WCAG contrast
Aa
#581908 on white: 13.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#581908 on black: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green9.8%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta71.6%
Yellow90.9%
Key (black)65.5%
Color previews
#581908 text on a black background
contrast 1.56:1
Card sample
#581908 text on a white background
contrast 13.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #581908;
Background color
Panel with #581908 background
background-color: #581908;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #581908;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 25, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 25, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #581908; background: linear-gradient(135deg, #581908, #584E08);