#534821
a deep, soft yellow · cool · closest name: darkslategray
RGB
83, 72, 33
HSL
47°, 43%, 23%
CMYK
0, 13, 60, 68
Luminance
0.0658
Every format
| HEX | #534821 |
| RGB | rgb(83, 72, 33) |
| HSL | hsl(47, 43%, 23%) |
| CMYK | cmyk(0%, 13%, 60%, 68%) |
| LAB | lab(30.8 -1.1 24.8) |
| LCH | lch(30.8 24.8 92.4) |
| OKLCH | oklch(0.404 0.058 93.9) |
Copy-ready code
/* CSS */
color: #534821;
background-color: #534821;
/* Tailwind (arbitrary) */
class="text-[#534821] bg-[#534821]"
/* SCSS */
$brand: #534821;
/* SwiftUI */
Color(red: 0.325, green: 0.282, blue: 0.129)
/* Android */
Color.parseColor("#534821")Accessibility — WCAG contrast
Aa
#534821 on white: 9.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#534821 on black: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green28.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta13.3%
Yellow60.2%
Key (black)67.5%
Color previews
#534821 text on a black background
contrast 2.32:1
Card sample
#534821 text on a white background
contrast 9.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #534821;
Background color
Panel with #534821 background
background-color: #534821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #534821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 72, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 72, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #534821; background: linear-gradient(135deg, #534821, #3D5321);