#546310
a deep, vivid green · cool · closest name: olive
RGB
84, 99, 16
HSL
71°, 72%, 23%
CMYK
15, 0, 84, 61
Luminance
0.1085
Every format
| HEX | #546310 |
| RGB | rgb(84, 99, 16) |
| HSL | hsl(71, 72%, 23%) |
| CMYK | cmyk(15%, 0%, 84%, 61%) |
| LAB | lab(39.3 -17.4 41.3) |
| LCH | lch(39.3 44.8 112.9) |
| OKLCH | oklch(0.471 0.104 119.9) |
Copy-ready code
/* CSS */
color: #546310;
background-color: #546310;
/* Tailwind (arbitrary) */
class="text-[#546310] bg-[#546310]"
/* SCSS */
$brand: #546310;
/* SwiftUI */
Color(red: 0.329, green: 0.388, blue: 0.063)
/* Android */
Color.parseColor("#546310")Accessibility — WCAG contrast
Aa
#546310 on white: 6.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#546310 on black: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green38.8%
Blue6.3%
CMYK percentages
Cyan15.2%
Magenta0.0%
Yellow83.8%
Key (black)61.2%
Color previews
#546310 text on a black background
contrast 3.17:1
Card sample
#546310 text on a white background
contrast 6.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #546310;
Background color
Panel with #546310 background
background-color: #546310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #546310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 99, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 99, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #546310; background: linear-gradient(135deg, #546310, #1D6310);