#596d09
a deep, electric green · cool · closest name: olivedrab
RGB
89, 109, 9
HSL
72°, 85%, 23%
CMYK
18, 0, 92, 57
Luminance
0.1308
Every format
| HEX | #596d09 |
| RGB | rgb(89, 109, 9) |
| HSL | hsl(72, 85%, 23%) |
| CMYK | cmyk(18%, 0%, 92%, 57%) |
| LAB | lab(42.9 -20.6 46.4) |
| LCH | lch(42.9 50.8 114.0) |
| OKLCH | oklch(0.501 0.117 121.6) |
Copy-ready code
/* CSS */
color: #596d09;
background-color: #596d09;
/* Tailwind (arbitrary) */
class="text-[#596d09] bg-[#596d09]"
/* SCSS */
$brand: #596d09;
/* SwiftUI */
Color(red: 0.349, green: 0.427, blue: 0.035)
/* Android */
Color.parseColor("#596d09")Accessibility — WCAG contrast
Aa
#596d09 on white: 5.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#596d09 on black: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green42.7%
Blue3.5%
CMYK percentages
Cyan18.3%
Magenta0.0%
Yellow91.7%
Key (black)57.3%
Color previews
#596d09 text on a black background
contrast 3.62:1
Card sample
#596d09 text on a white background
contrast 5.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #596d09;
Background color
Panel with #596d09 background
background-color: #596d09;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #596d09;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 109, 9, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 109, 9, 0.45);
Border & gradient
Gradient panel
border: 3px solid #596d09; background: linear-gradient(135deg, #596d09, #166D09);