#546511
a deep, vivid green · cool · closest name: olivedrab
RGB
84, 101, 17
HSL
72°, 71%, 23%
CMYK
17, 0, 83, 60
Luminance
0.1123
Every format
| HEX | #546511 |
| RGB | rgb(84, 101, 17) |
| HSL | hsl(72, 71%, 23%) |
| CMYK | cmyk(17%, 0%, 83%, 60%) |
| LAB | lab(40.0 -18.4 41.6) |
| LCH | lch(40.0 45.5 113.9) |
| OKLCH | oklch(0.476 0.106 121.0) |
Copy-ready code
/* CSS */
color: #546511;
background-color: #546511;
/* Tailwind (arbitrary) */
class="text-[#546511] bg-[#546511]"
/* SCSS */
$brand: #546511;
/* SwiftUI */
Color(red: 0.329, green: 0.396, blue: 0.067)
/* Android */
Color.parseColor("#546511")Accessibility — WCAG contrast
Aa
#546511 on white: 6.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#546511 on black: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green39.6%
Blue6.7%
CMYK percentages
Cyan16.8%
Magenta0.0%
Yellow83.2%
Key (black)60.4%
Color previews
#546511 text on a black background
contrast 3.25:1
Card sample
#546511 text on a white background
contrast 6.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #546511;
Background color
Panel with #546511 background
background-color: #546511;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #546511;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 101, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 101, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #546511; background: linear-gradient(135deg, #546511, #1C6511);