#500c01
a deep, electric red · warm · closest name: maroon
RGB
80, 12, 1
HSL
8°, 98%, 16%
CMYK
0, 85, 99, 69
Luminance
0.0197
Every format
| HEX | #500c01 |
| RGB | rgb(80, 12, 1) |
| HSL | hsl(8, 98%, 16%) |
| CMYK | cmyk(0%, 85%, 99%, 69%) |
| LAB | lab(15.3 30.4 23.2) |
| LCH | lch(15.3 38.3 37.3) |
| OKLCH | oklch(0.282 0.101 33.3) |
Copy-ready code
/* CSS */
color: #500c01;
background-color: #500c01;
/* Tailwind (arbitrary) */
class="text-[#500c01] bg-[#500c01]"
/* SCSS */
$brand: #500c01;
/* SwiftUI */
Color(red: 0.314, green: 0.047, blue: 0.004)
/* Android */
Color.parseColor("#500c01")Accessibility — WCAG contrast
Aa
#500c01 on white: 15.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#500c01 on black: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.4%
Green4.7%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta85.0%
Yellow98.8%
Key (black)68.6%
Color previews
#500c01 text on a black background
contrast 1.39:1
Card sample
#500c01 text on a white background
contrast 15.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #500c01;
Background color
Panel with #500c01 background
background-color: #500c01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #500c01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(80, 12, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(80, 12, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #500c01; background: linear-gradient(135deg, #500c01, #504101);