#520708
a deep, electric red · warm · closest name: maroon
RGB
82, 7, 8
HSL
359°, 84%, 18%
CMYK
0, 92, 90, 68
Luminance
0.0196
Every format
| HEX | #520708 |
| RGB | rgb(82, 7, 8) |
| HSL | hsl(359, 84%, 18%) |
| CMYK | cmyk(0%, 92%, 90%, 68%) |
| LAB | lab(15.3 33.0 20.4) |
| LCH | lch(15.3 38.8 31.7) |
| OKLCH | oklch(0.283 0.106 26.9) |
Copy-ready code
/* CSS */
color: #520708;
background-color: #520708;
/* Tailwind (arbitrary) */
class="text-[#520708] bg-[#520708]"
/* SCSS */
$brand: #520708;
/* SwiftUI */
Color(red: 0.322, green: 0.027, blue: 0.031)
/* Android */
Color.parseColor("#520708")Accessibility — WCAG contrast
Aa
#520708 on white: 15.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#520708 on black: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green2.7%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta91.5%
Yellow90.2%
Key (black)67.8%
Color previews
#520708 text on a black background
contrast 1.39:1
Card sample
#520708 text on a white background
contrast 15.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #520708;
Background color
Panel with #520708 background
background-color: #520708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #520708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 7, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 7, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #520708; background: linear-gradient(135deg, #520708, #523807);