#58cd2c
a balanced, vivid green · cool · closest name: forestgreen
RGB
88, 205, 44
HSL
104°, 65%, 49%
CMYK
57, 0, 79, 20
Luminance
0.4592
Every format
| HEX | #58cd2c |
| RGB | rgb(88, 205, 44) |
| HSL | hsl(104, 65%, 49%) |
| CMYK | cmyk(57%, 0%, 79%, 20%) |
| LAB | lab(73.5 -59.9 64.5) |
| LCH | lch(73.5 88.0 132.9) |
| OKLCH | oklch(0.752 0.219 139.0) |
Copy-ready code
/* CSS */
color: #58cd2c;
background-color: #58cd2c;
/* Tailwind (arbitrary) */
class="text-[#58cd2c] bg-[#58cd2c]"
/* SCSS */
$brand: #58cd2c;
/* SwiftUI */
Color(red: 0.345, green: 0.804, blue: 0.173)
/* Android */
Color.parseColor("#58cd2c")Accessibility — WCAG contrast
Aa
#58cd2c on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#58cd2c on black: 10.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green80.4%
Blue17.3%
CMYK percentages
Cyan57.1%
Magenta0.0%
Yellow78.5%
Key (black)19.6%
Color previews
#58cd2c text on a black background
contrast 10.18:1
Card sample
#58cd2c text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #58cd2c;
Background color
Panel with #58cd2c background
background-color: #58cd2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #58cd2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 205, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 205, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #58cd2c; background: linear-gradient(135deg, #58cd2c, #2CCD6B);