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