#523913
a deep, vivid orange · warm · closest name: sienna
RGB
82, 57, 19
HSL
36°, 62%, 20%
CMYK
0, 31, 77, 68
Luminance
0.0477
Every format
| HEX | #523913 |
| RGB | rgb(82, 57, 19) |
| HSL | hsl(36, 62%, 20%) |
| CMYK | cmyk(0%, 31%, 77%, 68%) |
| LAB | lab(26.1 6.8 27.2) |
| LCH | lch(26.1 28.0 75.9) |
| OKLCH | oklch(0.365 0.063 74.5) |
Copy-ready code
/* CSS */
color: #523913;
background-color: #523913;
/* Tailwind (arbitrary) */
class="text-[#523913] bg-[#523913]"
/* SCSS */
$brand: #523913;
/* SwiftUI */
Color(red: 0.322, green: 0.224, blue: 0.075)
/* Android */
Color.parseColor("#523913")Accessibility — WCAG contrast
Aa
#523913 on white: 10.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#523913 on black: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green22.4%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta30.5%
Yellow76.8%
Key (black)67.8%
Color previews
#523913 text on a black background
contrast 1.95:1
Card sample
#523913 text on a white background
contrast 10.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #523913;
Background color
Panel with #523913 background
background-color: #523913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #523913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 57, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 57, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #523913; background: linear-gradient(135deg, #523913, #415213);