#523921
a deep, soft orange · warm · closest name: darkslategray
RGB
82, 57, 33
HSL
29°, 43%, 23%
CMYK
0, 31, 60, 68
Luminance
0.0483
Every format
| HEX | #523921 |
| RGB | rgb(82, 57, 33) |
| HSL | hsl(29, 43%, 23%) |
| CMYK | cmyk(0%, 31%, 60%, 68%) |
| LAB | lab(26.3 7.9 19.2) |
| LCH | lch(26.3 20.8 67.6) |
| OKLCH | oklch(0.367 0.051 63.9) |
Copy-ready code
/* CSS */
color: #523921;
background-color: #523921;
/* Tailwind (arbitrary) */
class="text-[#523921] bg-[#523921]"
/* SCSS */
$brand: #523921;
/* SwiftUI */
Color(red: 0.322, green: 0.224, blue: 0.129)
/* Android */
Color.parseColor("#523921")Accessibility — WCAG contrast
Aa
#523921 on white: 10.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#523921 on black: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green22.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta30.5%
Yellow59.8%
Key (black)67.8%
Color previews
#523921 text on a black background
contrast 1.97:1
Card sample
#523921 text on a white background
contrast 10.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #523921;
Background color
Panel with #523921 background
background-color: #523921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #523921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 57, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 57, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #523921; background: linear-gradient(135deg, #523921, #4A5221);