#523313
a deep, vivid orange · warm · closest name: sienna
RGB
82, 51, 19
HSL
31°, 62%, 20%
CMYK
0, 38, 77, 68
Luminance
0.0421
Every format
| HEX | #523313 |
| RGB | rgb(82, 51, 19) |
| HSL | hsl(31, 62%, 20%) |
| CMYK | cmyk(0%, 38%, 77%, 68%) |
| LAB | lab(24.4 10.7 25.4) |
| LCH | lch(24.4 27.5 67.2) |
| OKLCH | oklch(0.352 0.064 63.7) |
Copy-ready code
/* CSS */
color: #523313;
background-color: #523313;
/* Tailwind (arbitrary) */
class="text-[#523313] bg-[#523313]"
/* SCSS */
$brand: #523313;
/* SwiftUI */
Color(red: 0.322, green: 0.200, blue: 0.075)
/* Android */
Color.parseColor("#523313")Accessibility — WCAG contrast
Aa
#523313 on white: 11.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#523313 on black: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green20.0%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta37.8%
Yellow76.8%
Key (black)67.8%
Color previews
#523313 text on a black background
contrast 1.84:1
Card sample
#523313 text on a white background
contrast 11.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #523313;
Background color
Panel with #523313 background
background-color: #523313;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #523313;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 51, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 51, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #523313; background: linear-gradient(135deg, #523313, #475213);