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