#599621
a dark, vivid green · cool · closest name: olivedrab
RGB
89, 150, 33
HSL
91°, 64%, 36%
CMYK
41, 0, 78, 41
Luminance
0.2405
Every format
| HEX | #599621 |
| RGB | rgb(89, 150, 33) |
| HSL | hsl(91, 64%, 36%) |
| CMYK | cmyk(41%, 0%, 78%, 41%) |
| LAB | lab(56.1 -38.9 51.5) |
| LCH | lch(56.1 64.5 127.1) |
| OKLCH | oklch(0.609 0.158 133.7) |
Copy-ready code
/* CSS */
color: #599621;
background-color: #599621;
/* Tailwind (arbitrary) */
class="text-[#599621] bg-[#599621]"
/* SCSS */
$brand: #599621;
/* SwiftUI */
Color(red: 0.349, green: 0.588, blue: 0.129)
/* Android */
Color.parseColor("#599621")Accessibility — WCAG contrast
Aa
#599621 on white: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#599621 on black: 5.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green58.8%
Blue12.9%
CMYK percentages
Cyan40.7%
Magenta0.0%
Yellow78.0%
Key (black)41.2%
Color previews
#599621 text on a black background
contrast 5.81:1
Card sample
#599621 text on a white background
contrast 3.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #599621;
Background color
Panel with #599621 background
background-color: #599621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #599621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 150, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 150, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #599621; background: linear-gradient(135deg, #599621, #219637);