#522b13
a deep, vivid orange · warm · closest name: sienna
RGB
82, 43, 19
HSL
23°, 62%, 20%
CMYK
0, 48, 77, 68
Luminance
0.0357
Every format
| HEX | #522b13 |
| RGB | rgb(82, 43, 19) |
| HSL | hsl(23, 62%, 20%) |
| CMYK | cmyk(0%, 48%, 77%, 68%) |
| LAB | lab(22.2 15.7 23.0) |
| LCH | lch(22.2 27.9 55.6) |
| OKLCH | oklch(0.335 0.068 50.2) |
Copy-ready code
/* CSS */
color: #522b13;
background-color: #522b13;
/* Tailwind (arbitrary) */
class="text-[#522b13] bg-[#522b13]"
/* SCSS */
$brand: #522b13;
/* SwiftUI */
Color(red: 0.322, green: 0.169, blue: 0.075)
/* Android */
Color.parseColor("#522b13")Accessibility — WCAG contrast
Aa
#522b13 on white: 12.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#522b13 on black: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green16.9%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta47.6%
Yellow76.8%
Key (black)67.8%
Color previews
#522b13 text on a black background
contrast 1.71:1
Card sample
#522b13 text on a white background
contrast 12.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #522b13;
Background color
Panel with #522b13 background
background-color: #522b13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #522b13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 43, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 43, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #522b13; background: linear-gradient(135deg, #522b13, #4F5213);