#599310
a dark, electric green · cool · closest name: olivedrab
RGB
89, 147, 16
HSL
87°, 80%, 32%
CMYK
40, 0, 89, 42
Luminance
0.2303
Every format
| HEX | #599310 |
| RGB | rgb(89, 147, 16) |
| HSL | hsl(87, 80%, 32%) |
| CMYK | cmyk(40%, 0%, 89%, 42%) |
| LAB | lab(55.1 -38.4 55.2) |
| LCH | lch(55.1 67.3 124.8) |
| OKLCH | oklch(0.600 0.162 132.3) |
Copy-ready code
/* CSS */
color: #599310;
background-color: #599310;
/* Tailwind (arbitrary) */
class="text-[#599310] bg-[#599310]"
/* SCSS */
$brand: #599310;
/* SwiftUI */
Color(red: 0.349, green: 0.576, blue: 0.063)
/* Android */
Color.parseColor("#599310")Accessibility — WCAG contrast
Aa
#599310 on white: 3.75:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#599310 on black: 5.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green57.6%
Blue6.3%
CMYK percentages
Cyan39.5%
Magenta0.0%
Yellow89.1%
Key (black)42.4%
Color previews
#599310 text on a black background
contrast 5.61:1
Card sample
#599310 text on a white background
contrast 3.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #599310;
Background color
Panel with #599310 background
background-color: #599310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #599310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 147, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 147, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #599310; background: linear-gradient(135deg, #599310, #10931E);