#5a0016
a deep, electric red · warm · closest name: maroon
RGB
90, 0, 22
HSL
345°, 100%, 18%
CMYK
0, 100, 76, 65
Luminance
0.0223
Every format
| HEX | #5a0016 |
| RGB | rgb(90, 0, 22) |
| HSL | hsl(345, 100%, 18%) |
| CMYK | cmyk(0%, 100%, 76%, 65%) |
| LAB | lab(16.7 38.2 15.0) |
| LCH | lch(16.7 41.1 21.4) |
| OKLCH | oklch(0.297 0.119 17.1) |
Copy-ready code
/* CSS */
color: #5a0016;
background-color: #5a0016;
/* Tailwind (arbitrary) */
class="text-[#5a0016] bg-[#5a0016]"
/* SCSS */
$brand: #5a0016;
/* SwiftUI */
Color(red: 0.353, green: 0.000, blue: 0.086)
/* Android */
Color.parseColor("#5a0016")Accessibility — WCAG contrast
Aa
#5a0016 on white: 14.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5a0016 on black: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green0.0%
Blue8.6%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow75.6%
Key (black)64.7%
Color previews
#5a0016 text on a black background
contrast 1.45:1
Card sample
#5a0016 text on a white background
contrast 14.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5a0016;
Background color
Panel with #5a0016 background
background-color: #5a0016;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5a0016;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 0, 22, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 0, 22, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5a0016; background: linear-gradient(135deg, #5a0016, #5A2600);