#522821
a deep, soft red · warm · closest name: black
RGB
82, 40, 33
HSL
9°, 43%, 23%
CMYK
0, 51, 60, 68
Luminance
0.0342
Every format
| HEX | #522821 |
| RGB | rgb(82, 40, 33) |
| HSL | hsl(9, 43%, 23%) |
| CMYK | cmyk(0%, 51%, 60%, 68%) |
| LAB | lab(21.7 18.7 13.4) |
| LCH | lch(21.7 23.0 35.6) |
| OKLCH | oklch(0.332 0.064 30.7) |
Copy-ready code
/* CSS */
color: #522821;
background-color: #522821;
/* Tailwind (arbitrary) */
class="text-[#522821] bg-[#522821]"
/* SCSS */
$brand: #522821;
/* SwiftUI */
Color(red: 0.322, green: 0.157, blue: 0.129)
/* Android */
Color.parseColor("#522821")Accessibility — WCAG contrast
Aa
#522821 on white: 12.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#522821 on black: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green15.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta51.2%
Yellow59.8%
Key (black)67.8%
Color previews
#522821 text on a black background
contrast 1.68:1
Card sample
#522821 text on a white background
contrast 12.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #522821;
Background color
Panel with #522821 background
background-color: #522821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #522821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 40, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 40, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #522821; background: linear-gradient(135deg, #522821, #524921);