#598616
a dark, vivid green · cool · closest name: olivedrab
RGB
89, 134, 22
HSL
84°, 72%, 31%
CMYK
34, 0, 84, 48
Luminance
0.1923
Every format
| HEX | #598616 |
| RGB | rgb(89, 134, 22) |
| HSL | hsl(84, 72%, 31%) |
| CMYK | cmyk(34%, 0%, 84%, 48%) |
| LAB | lab(51.0 -32.4 50.1) |
| LCH | lch(51.0 59.7 122.9) |
| OKLCH | oklch(0.566 0.144 130.1) |
Copy-ready code
/* CSS */
color: #598616;
background-color: #598616;
/* Tailwind (arbitrary) */
class="text-[#598616] bg-[#598616]"
/* SCSS */
$brand: #598616;
/* SwiftUI */
Color(red: 0.349, green: 0.525, blue: 0.086)
/* Android */
Color.parseColor("#598616")Accessibility — WCAG contrast
Aa
#598616 on white: 4.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#598616 on black: 4.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green52.5%
Blue8.6%
CMYK percentages
Cyan33.6%
Magenta0.0%
Yellow83.6%
Key (black)47.5%
Color previews
#598616 text on a black background
contrast 4.85:1
Card sample
#598616 text on a white background
contrast 4.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #598616;
Background color
Panel with #598616 background
background-color: #598616;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #598616;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 134, 22, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 134, 22, 0.45);
Border & gradient
Gradient panel
border: 3px solid #598616; background: linear-gradient(135deg, #598616, #16861E);