#520113
a deep, electric red · warm · closest name: maroon
RGB
82, 1, 19
HSL
347°, 98%, 16%
CMYK
0, 99, 77, 68
Luminance
0.0186
Every format
| HEX | #520113 |
| RGB | rgb(82, 1, 19) |
| HSL | hsl(347, 98%, 16%) |
| CMYK | cmyk(0%, 99%, 77%, 68%) |
| LAB | lab(14.8 35.5 14.2) |
| LCH | lch(14.8 38.2 21.8) |
| OKLCH | oklch(0.279 0.110 17.6) |
Copy-ready code
/* CSS */
color: #520113;
background-color: #520113;
/* Tailwind (arbitrary) */
class="text-[#520113] bg-[#520113]"
/* SCSS */
$brand: #520113;
/* SwiftUI */
Color(red: 0.322, green: 0.004, blue: 0.075)
/* Android */
Color.parseColor("#520113")Accessibility — WCAG contrast
Aa
#520113 on white: 15.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#520113 on black: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green0.4%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta98.8%
Yellow76.8%
Key (black)67.8%
Color previews
#520113 text on a black background
contrast 1.37:1
Card sample
#520113 text on a white background
contrast 15.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #520113;
Background color
Panel with #520113 background
background-color: #520113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #520113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 1, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 1, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #520113; background: linear-gradient(135deg, #520113, #522501);