#571908
a deep, electric red · warm · closest name: maroon
RGB
87, 25, 8
HSL
13°, 83%, 19%
CMYK
0, 71, 91, 66
Luminance
0.0274
Every format
| HEX | #571908 |
| RGB | rgb(87, 25, 8) |
| HSL | hsl(13, 83%, 19%) |
| CMYK | cmyk(0%, 71%, 91%, 66%) |
| LAB | lab(19.0 27.7 25.1) |
| LCH | lch(19.0 37.4 42.2) |
| OKLCH | oklch(0.312 0.095 35.7) |
Copy-ready code
/* CSS */
color: #571908;
background-color: #571908;
/* Tailwind (arbitrary) */
class="text-[#571908] bg-[#571908]"
/* SCSS */
$brand: #571908;
/* SwiftUI */
Color(red: 0.341, green: 0.098, blue: 0.031)
/* Android */
Color.parseColor("#571908")Accessibility — WCAG contrast
Aa
#571908 on white: 13.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#571908 on black: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.1%
Green9.8%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta71.3%
Yellow90.8%
Key (black)65.9%
Color previews
#571908 text on a black background
contrast 1.55:1
Card sample
#571908 text on a white background
contrast 13.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #571908;
Background color
Panel with #571908 background
background-color: #571908;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #571908;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(87, 25, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(87, 25, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #571908; background: linear-gradient(135deg, #571908, #574E08);