#580014
a deep, electric red · warm · closest name: maroon
RGB
88, 0, 20
HSL
346°, 100%, 17%
CMYK
0, 100, 77, 66
Luminance
0.0213
Every format
| HEX | #580014 |
| RGB | rgb(88, 0, 20) |
| HSL | hsl(346, 100%, 17%) |
| CMYK | cmyk(0%, 100%, 77%, 66%) |
| LAB | lab(16.1 37.6 15.6) |
| LCH | lch(16.1 40.7 22.6) |
| OKLCH | oklch(0.292 0.117 18.0) |
Copy-ready code
/* CSS */
color: #580014;
background-color: #580014;
/* Tailwind (arbitrary) */
class="text-[#580014] bg-[#580014]"
/* SCSS */
$brand: #580014;
/* SwiftUI */
Color(red: 0.345, green: 0.000, blue: 0.078)
/* Android */
Color.parseColor("#580014")Accessibility — WCAG contrast
Aa
#580014 on white: 14.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#580014 on black: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green0.0%
Blue7.8%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow77.3%
Key (black)65.5%
Color previews
#580014 text on a black background
contrast 1.43:1
Card sample
#580014 text on a white background
contrast 14.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #580014;
Background color
Panel with #580014 background
background-color: #580014;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #580014;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 0, 20, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 0, 20, 0.45);
Border & gradient
Gradient panel
border: 3px solid #580014; background: linear-gradient(135deg, #580014, #582700);