#521422
a deep, vivid red · warm · closest name: black
RGB
82, 20, 34
HSL
347°, 61%, 20%
CMYK
0, 76, 59, 68
Luminance
0.0241
Every format
| HEX | #521422 |
| RGB | rgb(82, 20, 34) |
| HSL | hsl(347, 61%, 20%) |
| CMYK | cmyk(0%, 76%, 59%, 68%) |
| LAB | lab(17.5 29.8 7.1) |
| LCH | lch(17.5 30.6 13.5) |
| OKLCH | oklch(0.300 0.092 11.3) |
Copy-ready code
/* CSS */
color: #521422;
background-color: #521422;
/* Tailwind (arbitrary) */
class="text-[#521422] bg-[#521422]"
/* SCSS */
$brand: #521422;
/* SwiftUI */
Color(red: 0.322, green: 0.078, blue: 0.133)
/* Android */
Color.parseColor("#521422")Accessibility — WCAG contrast
Aa
#521422 on white: 14.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#521422 on black: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green7.8%
Blue13.3%
CMYK percentages
Cyan0.0%
Magenta75.6%
Yellow58.5%
Key (black)67.8%
Color previews
#521422 text on a black background
contrast 1.48:1
Card sample
#521422 text on a white background
contrast 14.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #521422;
Background color
Panel with #521422 background
background-color: #521422;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #521422;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 20, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 20, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #521422; background: linear-gradient(135deg, #521422, #522F14);