#546021
a dark, vivid green · cool · closest name: olivedrab
RGB
84, 96, 33
HSL
71°, 49%, 25%
CMYK
13, 0, 66, 62
Luminance
0.1036
Every format
| HEX | #546021 |
| RGB | rgb(84, 96, 33) |
| HSL | hsl(71, 49%, 25%) |
| CMYK | cmyk(13%, 0%, 66%, 62%) |
| LAB | lab(38.5 -14.7 33.5) |
| LCH | lch(38.5 36.5 113.7) |
| OKLCH | oklch(0.465 0.088 119.1) |
Copy-ready code
/* CSS */
color: #546021;
background-color: #546021;
/* Tailwind (arbitrary) */
class="text-[#546021] bg-[#546021]"
/* SCSS */
$brand: #546021;
/* SwiftUI */
Color(red: 0.329, green: 0.376, blue: 0.129)
/* Android */
Color.parseColor("#546021")Accessibility — WCAG contrast
Aa
#546021 on white: 6.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#546021 on black: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green37.6%
Blue12.9%
CMYK percentages
Cyan12.5%
Magenta0.0%
Yellow65.6%
Key (black)62.4%
Color previews
#546021 text on a black background
contrast 3.07:1
Card sample
#546021 text on a white background
contrast 6.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #546021;
Background color
Panel with #546021 background
background-color: #546021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #546021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 96, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 96, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #546021; background: linear-gradient(135deg, #546021, #2A6021);