#5f070e
a deep, electric red · warm · closest name: maroon
RGB
95, 7, 14
HSL
355°, 86%, 20%
CMYK
0, 93, 85, 63
Luminance
0.0262
Every format
| HEX | #5f070e |
| RGB | rgb(95, 7, 14) |
| HSL | hsl(355, 86%, 20%) |
| CMYK | cmyk(0%, 93%, 85%, 63%) |
| LAB | lab(18.4 37.3 22.3) |
| LCH | lch(18.4 43.5 30.9) |
| OKLCH | oklch(0.311 0.118 24.6) |
Copy-ready code
/* CSS */
color: #5f070e;
background-color: #5f070e;
/* Tailwind (arbitrary) */
class="text-[#5f070e] bg-[#5f070e]"
/* SCSS */
$brand: #5f070e;
/* SwiftUI */
Color(red: 0.373, green: 0.027, blue: 0.055)
/* Android */
Color.parseColor("#5f070e")Accessibility — WCAG contrast
Aa
#5f070e on white: 13.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5f070e on black: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green2.7%
Blue5.5%
CMYK percentages
Cyan0.0%
Magenta92.6%
Yellow85.3%
Key (black)62.7%
Color previews
#5f070e text on a black background
contrast 1.52:1
Card sample
#5f070e text on a white background
contrast 13.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f070e;
Background color
Panel with #5f070e background
background-color: #5f070e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f070e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 7, 14, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 7, 14, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f070e; background: linear-gradient(135deg, #5f070e, #5F3B07);