#501913
a deep, vivid red · warm · closest name: maroon
RGB
80, 25, 19
HSL
6°, 62%, 19%
CMYK
0, 69, 76, 69
Luminance
0.0245
Every format
| HEX | #501913 |
| RGB | rgb(80, 25, 19) |
| HSL | hsl(6, 62%, 19%) |
| CMYK | cmyk(0%, 69%, 76%, 69%) |
| LAB | lab(17.7 25.4 17.8) |
| LCH | lch(17.7 31.0 35.0) |
| OKLCH | oklch(0.300 0.084 29.2) |
Copy-ready code
/* CSS */
color: #501913;
background-color: #501913;
/* Tailwind (arbitrary) */
class="text-[#501913] bg-[#501913]"
/* SCSS */
$brand: #501913;
/* SwiftUI */
Color(red: 0.314, green: 0.098, blue: 0.075)
/* Android */
Color.parseColor("#501913")Accessibility — WCAG contrast
Aa
#501913 on white: 14.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#501913 on black: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.4%
Green9.8%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta68.8%
Yellow76.3%
Key (black)68.6%
Color previews
#501913 text on a black background
contrast 1.49:1
Card sample
#501913 text on a white background
contrast 14.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #501913;
Background color
Panel with #501913 background
background-color: #501913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #501913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(80, 25, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(80, 25, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #501913; background: linear-gradient(135deg, #501913, #504213);