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