#522214
a deep, vivid red · warm · closest name: sienna
RGB
82, 34, 20
HSL
14°, 61%, 20%
CMYK
0, 59, 76, 68
Luminance
0.0299
Every format
| HEX | #522214 |
| RGB | rgb(82, 34, 20) |
| HSL | hsl(14, 61%, 20%) |
| CMYK | cmyk(0%, 59%, 76%, 68%) |
| LAB | lab(20.0 21.3 19.9) |
| LCH | lch(20.0 29.2 43.1) |
| OKLCH | oklch(0.318 0.076 37.0) |
Copy-ready code
/* CSS */
color: #522214;
background-color: #522214;
/* Tailwind (arbitrary) */
class="text-[#522214] bg-[#522214]"
/* SCSS */
$brand: #522214;
/* SwiftUI */
Color(red: 0.322, green: 0.133, blue: 0.078)
/* Android */
Color.parseColor("#522214")Accessibility — WCAG contrast
Aa
#522214 on white: 13.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#522214 on black: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green13.3%
Blue7.8%
CMYK percentages
Cyan0.0%
Magenta58.5%
Yellow75.6%
Key (black)67.8%
Color previews
#522214 text on a black background
contrast 1.60:1
Card sample
#522214 text on a white background
contrast 13.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #522214;
Background color
Panel with #522214 background
background-color: #522214;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #522214;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 34, 20, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 34, 20, 0.45);
Border & gradient
Gradient panel
border: 3px solid #522214; background: linear-gradient(135deg, #522214, #524B14);