#500714
a deep, electric red · warm · closest name: maroon
RGB
80, 7, 20
HSL
349°, 84%, 17%
CMYK
0, 91, 75, 69
Luminance
0.0191
Every format
| HEX | #500714 |
| RGB | rgb(80, 7, 20) |
| HSL | hsl(349, 84%, 17%) |
| CMYK | cmyk(0%, 91%, 75%, 69%) |
| LAB | lab(15.0 32.9 13.8) |
| LCH | lch(15.0 35.7 22.7) |
| OKLCH | oklch(0.280 0.103 18.4) |
Copy-ready code
/* CSS */
color: #500714;
background-color: #500714;
/* Tailwind (arbitrary) */
class="text-[#500714] bg-[#500714]"
/* SCSS */
$brand: #500714;
/* SwiftUI */
Color(red: 0.314, green: 0.027, blue: 0.078)
/* Android */
Color.parseColor("#500714")Accessibility — WCAG contrast
Aa
#500714 on white: 15.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#500714 on black: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.4%
Green2.7%
Blue7.8%
CMYK percentages
Cyan0.0%
Magenta91.3%
Yellow75.0%
Key (black)68.6%
Color previews
#500714 text on a black background
contrast 1.38:1
Card sample
#500714 text on a white background
contrast 15.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #500714;
Background color
Panel with #500714 background
background-color: #500714;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #500714;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(80, 7, 20, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(80, 7, 20, 0.45);
Border & gradient
Gradient panel
border: 3px solid #500714; background: linear-gradient(135deg, #500714, #502B07);