#58c32c
a balanced, vivid green · cool · closest name: forestgreen
RGB
88, 195, 44
HSL
103°, 63%, 47%
CMYK
55, 0, 77, 24
Luminance
0.4129
Every format
| HEX | #58c32c |
| RGB | rgb(88, 195, 44) |
| HSL | hsl(103, 63%, 47%) |
| CMYK | cmyk(55%, 0%, 77%, 24%) |
| LAB | lab(70.4 -56.3 61.5) |
| LCH | lch(70.4 83.4 132.5) |
| OKLCH | oklch(0.726 0.207 138.6) |
Copy-ready code
/* CSS */
color: #58c32c;
background-color: #58c32c;
/* Tailwind (arbitrary) */
class="text-[#58c32c] bg-[#58c32c]"
/* SCSS */
$brand: #58c32c;
/* SwiftUI */
Color(red: 0.345, green: 0.765, blue: 0.173)
/* Android */
Color.parseColor("#58c32c")Accessibility — WCAG contrast
Aa
#58c32c on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#58c32c on black: 9.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green76.5%
Blue17.3%
CMYK percentages
Cyan54.9%
Magenta0.0%
Yellow77.4%
Key (black)23.5%
Color previews
#58c32c text on a black background
contrast 9.26:1
Card sample
#58c32c text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #58c32c;
Background color
Panel with #58c32c background
background-color: #58c32c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #58c32c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 195, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 195, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #58c32c; background: linear-gradient(135deg, #58c32c, #2CC365);