#5f080b
a deep, electric red · warm · closest name: maroon
RGB
95, 8, 11
HSL
358°, 85%, 20%
CMYK
0, 92, 88, 63
Luminance
0.0263
Every format
| HEX | #5f080b |
| RGB | rgb(95, 8, 11) |
| HSL | hsl(358, 85%, 20%) |
| CMYK | cmyk(0%, 92%, 88%, 63%) |
| LAB | lab(18.5 37.0 23.8) |
| LCH | lch(18.5 43.9 32.8) |
| OKLCH | oklch(0.312 0.118 26.4) |
Copy-ready code
/* CSS */
color: #5f080b;
background-color: #5f080b;
/* Tailwind (arbitrary) */
class="text-[#5f080b] bg-[#5f080b]"
/* SCSS */
$brand: #5f080b;
/* SwiftUI */
Color(red: 0.373, green: 0.031, blue: 0.043)
/* Android */
Color.parseColor("#5f080b")Accessibility — WCAG contrast
Aa
#5f080b on white: 13.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5f080b on black: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green3.1%
Blue4.3%
CMYK percentages
Cyan0.0%
Magenta91.6%
Yellow88.4%
Key (black)62.7%
Color previews
#5f080b text on a black background
contrast 1.53:1
Card sample
#5f080b text on a white background
contrast 13.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f080b;
Background color
Panel with #5f080b background
background-color: #5f080b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f080b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 8, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 8, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f080b; background: linear-gradient(135deg, #5f080b, #5F3F08);