#500c13
a deep, vivid red · warm · closest name: maroon
RGB
80, 12, 19
HSL
354°, 74%, 18%
CMYK
0, 85, 76, 69
Luminance
0.0202
Every format
| HEX | #500c13 |
| RGB | rgb(80, 12, 19) |
| HSL | hsl(354, 74%, 18%) |
| CMYK | cmyk(0%, 85%, 76%, 69%) |
| LAB | lab(15.6 31.2 15.2) |
| LCH | lch(15.6 34.7 25.9) |
| OKLCH | oklch(0.284 0.098 21.1) |
Copy-ready code
/* CSS */
color: #500c13;
background-color: #500c13;
/* Tailwind (arbitrary) */
class="text-[#500c13] bg-[#500c13]"
/* SCSS */
$brand: #500c13;
/* SwiftUI */
Color(red: 0.314, green: 0.047, blue: 0.075)
/* Android */
Color.parseColor("#500c13")Accessibility — WCAG contrast
Aa
#500c13 on white: 14.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#500c13 on black: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.4%
Green4.7%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta85.0%
Yellow76.3%
Key (black)68.6%
Color previews
#500c13 text on a black background
contrast 1.40:1
Card sample
#500c13 text on a white background
contrast 14.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #500c13;
Background color
Panel with #500c13 background
background-color: #500c13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #500c13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(80, 12, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(80, 12, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #500c13; background: linear-gradient(135deg, #500c13, #50320C);