#545721
a deep, vivid yellow · cool · closest name: olive
RGB
84, 87, 33
HSL
63°, 45%, 24%
CMYK
3, 0, 62, 66
Luminance
0.0881
Every format
| HEX | #545721 |
| RGB | rgb(84, 87, 33) |
| HSL | hsl(63, 45%, 24%) |
| CMYK | cmyk(3%, 0%, 62%, 66%) |
| LAB | lab(35.6 -9.6 30.3) |
| LCH | lch(35.6 31.8 107.5) |
| OKLCH | oklch(0.442 0.076 112.0) |
Copy-ready code
/* CSS */
color: #545721;
background-color: #545721;
/* Tailwind (arbitrary) */
class="text-[#545721] bg-[#545721]"
/* SCSS */
$brand: #545721;
/* SwiftUI */
Color(red: 0.329, green: 0.341, blue: 0.129)
/* Android */
Color.parseColor("#545721")Accessibility — WCAG contrast
Aa
#545721 on white: 7.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#545721 on black: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green34.1%
Blue12.9%
CMYK percentages
Cyan3.4%
Magenta0.0%
Yellow62.1%
Key (black)65.9%
Color previews
#545721 text on a black background
contrast 2.76:1
Card sample
#545721 text on a white background
contrast 7.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #545721;
Background color
Panel with #545721 background
background-color: #545721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #545721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 87, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 87, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #545721; background: linear-gradient(135deg, #545721, #305721);