#523021
a deep, soft orange · warm · closest name: black
RGB
82, 48, 33
HSL
18°, 43%, 23%
CMYK
0, 42, 60, 68
Luminance
0.0402
Every format
| HEX | #523021 |
| RGB | rgb(82, 48, 33) |
| HSL | hsl(18, 43%, 23%) |
| CMYK | cmyk(0%, 42%, 60%, 68%) |
| LAB | lab(23.7 13.7 16.1) |
| LCH | lch(23.7 21.1 49.5) |
| OKLCH | oklch(0.348 0.056 44.3) |
Copy-ready code
/* CSS */
color: #523021;
background-color: #523021;
/* Tailwind (arbitrary) */
class="text-[#523021] bg-[#523021]"
/* SCSS */
$brand: #523021;
/* SwiftUI */
Color(red: 0.322, green: 0.188, blue: 0.129)
/* Android */
Color.parseColor("#523021")Accessibility — WCAG contrast
Aa
#523021 on white: 11.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#523021 on black: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green18.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta41.5%
Yellow59.8%
Key (black)67.8%
Color previews
#523021 text on a black background
contrast 1.80:1
Card sample
#523021 text on a white background
contrast 11.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #523021;
Background color
Panel with #523021 background
background-color: #523021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #523021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 48, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 48, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #523021; background: linear-gradient(135deg, #523021, #525121);