#501616
a deep, vivid red · warm · closest name: maroon
RGB
80, 22, 22
HSL
0°, 57%, 20%
CMYK
0, 73, 73, 69
Luminance
0.0234
Every format
| HEX | #501616 |
| RGB | rgb(80, 22, 22) |
| HSL | hsl(0, 57%, 20%) |
| CMYK | cmyk(0%, 73%, 73%, 69%) |
| LAB | lab(17.2 27.1 15.1) |
| LCH | lch(17.2 31.0 29.2) |
| OKLCH | oklch(0.296 0.087 24.1) |
Copy-ready code
/* CSS */
color: #501616;
background-color: #501616;
/* Tailwind (arbitrary) */
class="text-[#501616] bg-[#501616]"
/* SCSS */
$brand: #501616;
/* SwiftUI */
Color(red: 0.314, green: 0.086, blue: 0.086)
/* Android */
Color.parseColor("#501616")Accessibility — WCAG contrast
Aa
#501616 on white: 14.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#501616 on black: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.4%
Green8.6%
Blue8.6%
CMYK percentages
Cyan0.0%
Magenta72.5%
Yellow72.5%
Key (black)68.6%
Color previews
#501616 text on a black background
contrast 1.47:1
Card sample
#501616 text on a white background
contrast 14.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #501616;
Background color
Panel with #501616 background
background-color: #501616;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #501616;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(80, 22, 22, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(80, 22, 22, 0.45);
Border & gradient
Gradient panel
border: 3px solid #501616; background: linear-gradient(135deg, #501616, #503D16);