#59b113
a dark, electric green · cool · closest name: green
RGB
89, 177, 19
HSL
93°, 81%, 38%
CMYK
50, 0, 89, 31
Luminance
0.3362
Every format
| HEX | #59b113 |
| RGB | rgb(89, 177, 19) |
| HSL | hsl(93, 81%, 38%) |
| CMYK | cmyk(50%, 0%, 89%, 31%) |
| LAB | lab(64.7 -50.5 62.7) |
| LCH | lch(64.7 80.5 128.8) |
| OKLCH | oklch(0.679 0.196 136.0) |
Copy-ready code
/* CSS */
color: #59b113;
background-color: #59b113;
/* Tailwind (arbitrary) */
class="text-[#59b113] bg-[#59b113]"
/* SCSS */
$brand: #59b113;
/* SwiftUI */
Color(red: 0.349, green: 0.694, blue: 0.075)
/* Android */
Color.parseColor("#59b113")Accessibility — WCAG contrast
Aa
#59b113 on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#59b113 on black: 7.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green69.4%
Blue7.5%
CMYK percentages
Cyan49.7%
Magenta0.0%
Yellow89.3%
Key (black)30.6%
Color previews
#59b113 text on a black background
contrast 7.72:1
Card sample
#59b113 text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #59b113;
Background color
Panel with #59b113 background
background-color: #59b113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #59b113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 177, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 177, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #59b113; background: linear-gradient(135deg, #59b113, #13B136);