#5e080f
a deep, electric red · warm · closest name: maroon
RGB
94, 8, 15
HSL
355°, 84%, 20%
CMYK
0, 92, 84, 63
Luminance
0.0259
Every format
| HEX | #5e080f |
| RGB | rgb(94, 8, 15) |
| HSL | hsl(355, 84%, 20%) |
| CMYK | cmyk(0%, 92%, 84%, 63%) |
| LAB | lab(18.3 36.8 21.6) |
| LCH | lch(18.3 42.6 30.4) |
| OKLCH | oklch(0.310 0.117 24.3) |
Copy-ready code
/* CSS */
color: #5e080f;
background-color: #5e080f;
/* Tailwind (arbitrary) */
class="text-[#5e080f] bg-[#5e080f]"
/* SCSS */
$brand: #5e080f;
/* SwiftUI */
Color(red: 0.369, green: 0.031, blue: 0.059)
/* Android */
Color.parseColor("#5e080f")Accessibility — WCAG contrast
Aa
#5e080f on white: 13.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5e080f on black: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green3.1%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta91.5%
Yellow84.0%
Key (black)63.1%
Color previews
#5e080f text on a black background
contrast 1.52:1
Card sample
#5e080f text on a white background
contrast 13.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5e080f;
Background color
Panel with #5e080f background
background-color: #5e080f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5e080f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 8, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 8, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5e080f; background: linear-gradient(135deg, #5e080f, #5E3A08);