#596b09
a deep, electric green · cool · closest name: olivedrab
RGB
89, 107, 9
HSL
71°, 85%, 23%
CMYK
17, 0, 92, 58
Luminance
0.1266
Every format
| HEX | #596b09 |
| RGB | rgb(89, 107, 9) |
| HSL | hsl(71, 85%, 23%) |
| CMYK | cmyk(17%, 0%, 92%, 58%) |
| LAB | lab(42.2 -19.6 45.9) |
| LCH | lch(42.2 49.9 113.1) |
| OKLCH | oklch(0.495 0.115 120.7) |
Copy-ready code
/* CSS */
color: #596b09;
background-color: #596b09;
/* Tailwind (arbitrary) */
class="text-[#596b09] bg-[#596b09]"
/* SCSS */
$brand: #596b09;
/* SwiftUI */
Color(red: 0.349, green: 0.420, blue: 0.035)
/* Android */
Color.parseColor("#596b09")Accessibility — WCAG contrast
Aa
#596b09 on white: 5.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#596b09 on black: 3.53:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green42.0%
Blue3.5%
CMYK percentages
Cyan16.8%
Magenta0.0%
Yellow91.6%
Key (black)58.0%
Color previews
#596b09 text on a black background
contrast 3.53:1
Card sample
#596b09 text on a white background
contrast 5.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #596b09;
Background color
Panel with #596b09 background
background-color: #596b09;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #596b09;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 107, 9, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 107, 9, 0.45);
Border & gradient
Gradient panel
border: 3px solid #596b09; background: linear-gradient(135deg, #596b09, #186B09);