#597607
a deep, electric green · cool · closest name: olivedrab
RGB
89, 118, 7
HSL
76°, 89%, 25%
CMYK
25, 0, 94, 54
Luminance
0.1510
Every format
| HEX | #597607 |
| RGB | rgb(89, 118, 7) |
| HSL | hsl(76, 89%, 25%) |
| CMYK | cmyk(25%, 0%, 94%, 54%) |
| LAB | lab(45.8 -25.3 49.2) |
| LCH | lch(45.8 55.4 117.2) |
| OKLCH | oklch(0.524 0.129 125.1) |
Copy-ready code
/* CSS */
color: #597607;
background-color: #597607;
/* Tailwind (arbitrary) */
class="text-[#597607] bg-[#597607]"
/* SCSS */
$brand: #597607;
/* SwiftUI */
Color(red: 0.349, green: 0.463, blue: 0.027)
/* Android */
Color.parseColor("#597607")Accessibility — WCAG contrast
Aa
#597607 on white: 5.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#597607 on black: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green46.3%
Blue2.7%
CMYK percentages
Cyan24.6%
Magenta0.0%
Yellow94.1%
Key (black)53.7%
Color previews
#597607 text on a black background
contrast 4.02:1
Card sample
#597607 text on a white background
contrast 5.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #597607;
Background color
Panel with #597607 background
background-color: #597607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #597607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 118, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 118, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #597607; background: linear-gradient(135deg, #597607, #0F7607);