#501607
a deep, electric red · warm · closest name: maroon
RGB
80, 22, 7
HSL
12°, 84%, 17%
CMYK
0, 73, 91, 69
Luminance
0.0229
Every format
| HEX | #501607 |
| RGB | rgb(80, 22, 7) |
| HSL | hsl(12, 84%, 17%) |
| CMYK | cmyk(0%, 73%, 91%, 69%) |
| LAB | lab(17.0 26.4 22.8) |
| LCH | lch(17.0 34.8 40.8) |
| OKLCH | oklch(0.294 0.090 35.3) |
Copy-ready code
/* CSS */
color: #501607;
background-color: #501607;
/* Tailwind (arbitrary) */
class="text-[#501607] bg-[#501607]"
/* SCSS */
$brand: #501607;
/* SwiftUI */
Color(red: 0.314, green: 0.086, blue: 0.027)
/* Android */
Color.parseColor("#501607")Accessibility — WCAG contrast
Aa
#501607 on white: 14.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#501607 on black: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.4%
Green8.6%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta72.5%
Yellow91.3%
Key (black)68.6%
Color previews
#501607 text on a black background
contrast 1.46:1
Card sample
#501607 text on a white background
contrast 14.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #501607;
Background color
Panel with #501607 background
background-color: #501607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #501607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(80, 22, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(80, 22, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #501607; background: linear-gradient(135deg, #501607, #504707);