#522113
a deep, vivid red · warm · closest name: sienna
RGB
82, 33, 19
HSL
13°, 62%, 20%
CMYK
0, 60, 77, 68
Luminance
0.0293
Every format
| HEX | #522113 |
| RGB | rgb(82, 33, 19) |
| HSL | hsl(13, 62%, 20%) |
| CMYK | cmyk(0%, 60%, 77%, 68%) |
| LAB | lab(19.8 21.8 20.3) |
| LCH | lch(19.8 29.8 42.9) |
| OKLCH | oklch(0.317 0.077 36.7) |
Copy-ready code
/* CSS */
color: #522113;
background-color: #522113;
/* Tailwind (arbitrary) */
class="text-[#522113] bg-[#522113]"
/* SCSS */
$brand: #522113;
/* SwiftUI */
Color(red: 0.322, green: 0.129, blue: 0.075)
/* Android */
Color.parseColor("#522113")Accessibility — WCAG contrast
Aa
#522113 on white: 13.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#522113 on black: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green12.9%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta59.8%
Yellow76.8%
Key (black)67.8%
Color previews
#522113 text on a black background
contrast 1.59:1
Card sample
#522113 text on a white background
contrast 13.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #522113;
Background color
Panel with #522113 background
background-color: #522113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #522113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 33, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 33, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #522113; background: linear-gradient(135deg, #522113, #524B13);