#520600
a deep, electric red · warm · closest name: maroon
RGB
82, 6, 0
HSL
4°, 100%, 16%
CMYK
0, 93, 100, 68
Luminance
0.0192
Every format
| HEX | #520600 |
| RGB | rgb(82, 6, 0) |
| HSL | hsl(4, 100%, 16%) |
| CMYK | cmyk(0%, 93%, 100%, 68%) |
| LAB | lab(15.1 33.1 23.4) |
| LCH | lch(15.1 40.5 35.3) |
| OKLCH | oklch(0.281 0.108 31.4) |
Copy-ready code
/* CSS */
color: #520600;
background-color: #520600;
/* Tailwind (arbitrary) */
class="text-[#520600] bg-[#520600]"
/* SCSS */
$brand: #520600;
/* SwiftUI */
Color(red: 0.322, green: 0.024, blue: 0.000)
/* Android */
Color.parseColor("#520600")Accessibility — WCAG contrast
Aa
#520600 on white: 15.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#520600 on black: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green2.4%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta92.7%
Yellow100.0%
Key (black)67.8%
Color previews
#520600 text on a black background
contrast 1.38:1
Card sample
#520600 text on a white background
contrast 15.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #520600;
Background color
Panel with #520600 background
background-color: #520600;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #520600;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 6, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 6, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #520600; background: linear-gradient(135deg, #520600, #523D00);