#596f0f
a deep, electric green · cool · closest name: olivedrab
RGB
89, 111, 15
HSL
74°, 76%, 25%
CMYK
20, 0, 87, 57
Luminance
0.1353
Every format
| HEX | #596f0f |
| RGB | rgb(89, 111, 15) |
| HSL | hsl(74, 76%, 25%) |
| CMYK | cmyk(20%, 0%, 87%, 57%) |
| LAB | lab(43.5 -21.5 45.5) |
| LCH | lch(43.5 50.3 115.3) |
| OKLCH | oklch(0.506 0.117 122.7) |
Copy-ready code
/* CSS */
color: #596f0f;
background-color: #596f0f;
/* Tailwind (arbitrary) */
class="text-[#596f0f] bg-[#596f0f]"
/* SCSS */
$brand: #596f0f;
/* SwiftUI */
Color(red: 0.349, green: 0.435, blue: 0.059)
/* Android */
Color.parseColor("#596f0f")Accessibility — WCAG contrast
Aa
#596f0f on white: 5.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#596f0f on black: 3.71:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green43.5%
Blue5.9%
CMYK percentages
Cyan19.8%
Magenta0.0%
Yellow86.5%
Key (black)56.5%
Color previews
#596f0f text on a black background
contrast 3.71:1
Card sample
#596f0f text on a white background
contrast 5.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #596f0f;
Background color
Panel with #596f0f background
background-color: #596f0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #596f0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 111, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 111, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #596f0f; background: linear-gradient(135deg, #596f0f, #196F0F);