#5f110c
a deep, electric red · warm · closest name: maroon
RGB
95, 17, 12
HSL
4°, 78%, 21%
CMYK
0, 82, 87, 63
Luminance
0.0286
Every format
| HEX | #5f110c |
| RGB | rgb(95, 17, 12) |
| HSL | hsl(4, 78%, 21%) |
| CMYK | cmyk(0%, 82%, 87%, 63%) |
| LAB | lab(19.5 34.3 24.5) |
| LCH | lch(19.5 42.1 35.5) |
| OKLCH | oklch(0.319 0.111 28.8) |
Copy-ready code
/* CSS */
color: #5f110c;
background-color: #5f110c;
/* Tailwind (arbitrary) */
class="text-[#5f110c] bg-[#5f110c]"
/* SCSS */
$brand: #5f110c;
/* SwiftUI */
Color(red: 0.373, green: 0.067, blue: 0.047)
/* Android */
Color.parseColor("#5f110c")Accessibility — WCAG contrast
Aa
#5f110c on white: 13.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5f110c on black: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green6.7%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta82.1%
Yellow87.4%
Key (black)62.7%
Color previews
#5f110c text on a black background
contrast 1.57:1
Card sample
#5f110c text on a white background
contrast 13.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f110c;
Background color
Panel with #5f110c background
background-color: #5f110c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f110c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 17, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 17, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f110c; background: linear-gradient(135deg, #5f110c, #5F480C);