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