#500708
a deep, electric red · warm · closest name: maroon
RGB
80, 7, 8
HSL
359°, 84%, 17%
CMYK
0, 91, 90, 69
Luminance
0.0187
Every format
| HEX | #500708 |
| RGB | rgb(80, 7, 8) |
| HSL | hsl(359, 84%, 17%) |
| CMYK | cmyk(0%, 91%, 90%, 69%) |
| LAB | lab(14.8 32.4 19.7) |
| LCH | lch(14.8 37.9 31.3) |
| OKLCH | oklch(0.278 0.104 26.7) |
Copy-ready code
/* CSS */
color: #500708;
background-color: #500708;
/* Tailwind (arbitrary) */
class="text-[#500708] bg-[#500708]"
/* SCSS */
$brand: #500708;
/* SwiftUI */
Color(red: 0.314, green: 0.027, blue: 0.031)
/* Android */
Color.parseColor("#500708")Accessibility — WCAG contrast
Aa
#500708 on white: 15.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#500708 on black: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.4%
Green2.7%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta91.3%
Yellow90.0%
Key (black)68.6%
Color previews
#500708 text on a black background
contrast 1.37:1
Card sample
#500708 text on a white background
contrast 15.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #500708;
Background color
Panel with #500708 background
background-color: #500708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #500708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(80, 7, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(80, 7, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #500708; background: linear-gradient(135deg, #500708, #503707);