#524021
a deep, soft orange · warm · closest name: darkslategray
RGB
82, 64, 33
HSL
38°, 43%, 23%
CMYK
0, 22, 60, 68
Luminance
0.0557
Every format
| HEX | #524021 |
| RGB | rgb(82, 64, 33) |
| HSL | hsl(38, 43%, 23%) |
| CMYK | cmyk(0%, 22%, 60%, 68%) |
| LAB | lab(28.3 3.5 21.8) |
| LCH | lch(28.3 22.0 81.0) |
| OKLCH | oklch(0.383 0.052 79.8) |
Copy-ready code
/* CSS */
color: #524021;
background-color: #524021;
/* Tailwind (arbitrary) */
class="text-[#524021] bg-[#524021]"
/* SCSS */
$brand: #524021;
/* SwiftUI */
Color(red: 0.322, green: 0.251, blue: 0.129)
/* Android */
Color.parseColor("#524021")Accessibility — WCAG contrast
Aa
#524021 on white: 9.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#524021 on black: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green25.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta22.0%
Yellow59.8%
Key (black)67.8%
Color previews
#524021 text on a black background
contrast 2.11:1
Card sample
#524021 text on a white background
contrast 9.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #524021;
Background color
Panel with #524021 background
background-color: #524021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #524021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 64, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 64, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #524021; background: linear-gradient(135deg, #524021, #435221);