#545821
a deep, vivid yellow · cool · closest name: olive
RGB
84, 88, 33
HSL
64°, 46%, 24%
CMYK
5, 0, 63, 66
Luminance
0.0897
Every format
| HEX | #545821 |
| RGB | rgb(84, 88, 33) |
| HSL | hsl(64, 46%, 24%) |
| CMYK | cmyk(5%, 0%, 63%, 66%) |
| LAB | lab(35.9 -10.2 30.6) |
| LCH | lch(35.9 32.3 108.3) |
| OKLCH | oklch(0.444 0.077 113.0) |
Copy-ready code
/* CSS */
color: #545821;
background-color: #545821;
/* Tailwind (arbitrary) */
class="text-[#545821] bg-[#545821]"
/* SCSS */
$brand: #545821;
/* SwiftUI */
Color(red: 0.329, green: 0.345, blue: 0.129)
/* Android */
Color.parseColor("#545821")Accessibility — WCAG contrast
Aa
#545821 on white: 7.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#545821 on black: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green34.5%
Blue12.9%
CMYK percentages
Cyan4.5%
Magenta0.0%
Yellow62.5%
Key (black)65.5%
Color previews
#545821 text on a black background
contrast 2.79:1
Card sample
#545821 text on a white background
contrast 7.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #545821;
Background color
Panel with #545821 background
background-color: #545821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #545821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 88, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 88, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #545821; background: linear-gradient(135deg, #545821, #2F5821);