#544921
a deep, soft yellow · cool · closest name: darkslategray
RGB
84, 73, 33
HSL
47°, 44%, 23%
CMYK
0, 13, 61, 67
Luminance
0.0676
Every format
| HEX | #544921 |
| RGB | rgb(84, 73, 33) |
| HSL | hsl(47, 44%, 23%) |
| CMYK | cmyk(0%, 13%, 61%, 67%) |
| LAB | lab(31.3 -1.2 25.3) |
| LCH | lch(31.3 25.3 92.7) |
| OKLCH | oklch(0.407 0.059 94.2) |
Copy-ready code
/* CSS */
color: #544921;
background-color: #544921;
/* Tailwind (arbitrary) */
class="text-[#544921] bg-[#544921]"
/* SCSS */
$brand: #544921;
/* SwiftUI */
Color(red: 0.329, green: 0.286, blue: 0.129)
/* Android */
Color.parseColor("#544921")Accessibility — WCAG contrast
Aa
#544921 on white: 8.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#544921 on black: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green28.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta13.1%
Yellow60.7%
Key (black)67.1%
Color previews
#544921 text on a black background
contrast 2.35:1
Card sample
#544921 text on a white background
contrast 8.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #544921;
Background color
Panel with #544921 background
background-color: #544921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #544921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 73, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 73, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #544921; background: linear-gradient(135deg, #544921, #3D5421);