#520014
a deep, electric red · warm · closest name: maroon
RGB
82, 0, 20
HSL
345°, 100%, 16%
CMYK
0, 100, 76, 68
Luminance
0.0184
Every format
| HEX | #520014 |
| RGB | rgb(82, 0, 20) |
| HSL | hsl(345, 100%, 16%) |
| CMYK | cmyk(0%, 100%, 76%, 68%) |
| LAB | lab(14.7 35.9 13.4) |
| LCH | lch(14.7 38.3 20.5) |
| OKLCH | oklch(0.278 0.111 16.5) |
Copy-ready code
/* CSS */
color: #520014;
background-color: #520014;
/* Tailwind (arbitrary) */
class="text-[#520014] bg-[#520014]"
/* SCSS */
$brand: #520014;
/* SwiftUI */
Color(red: 0.322, green: 0.000, blue: 0.078)
/* Android */
Color.parseColor("#520014")Accessibility — WCAG contrast
Aa
#520014 on white: 15.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#520014 on black: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green0.0%
Blue7.8%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow75.6%
Key (black)67.8%
Color previews
#520014 text on a black background
contrast 1.37:1
Card sample
#520014 text on a white background
contrast 15.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #520014;
Background color
Panel with #520014 background
background-color: #520014;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #520014;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 0, 20, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 0, 20, 0.45);
Border & gradient
Gradient panel
border: 3px solid #520014; background: linear-gradient(135deg, #520014, #522300);