#58b331
a dark, vivid green · cool · closest name: forestgreen
RGB
88, 179, 49
HSL
102°, 57%, 45%
CMYK
51, 0, 73, 30
Luminance
0.3454
Every format
| HEX | #58b331 |
| RGB | rgb(88, 179, 49) |
| HSL | hsl(102, 57%, 45%) |
| CMYK | cmyk(51%, 0%, 73%, 30%) |
| LAB | lab(65.4 -50.0 54.9) |
| LCH | lch(65.4 74.3 132.3) |
| OKLCH | oklch(0.685 0.186 138.1) |
Copy-ready code
/* CSS */
color: #58b331;
background-color: #58b331;
/* Tailwind (arbitrary) */
class="text-[#58b331] bg-[#58b331]"
/* SCSS */
$brand: #58b331;
/* SwiftUI */
Color(red: 0.345, green: 0.702, blue: 0.192)
/* Android */
Color.parseColor("#58b331")Accessibility — WCAG contrast
Aa
#58b331 on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#58b331 on black: 7.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green70.2%
Blue19.2%
CMYK percentages
Cyan50.8%
Magenta0.0%
Yellow72.6%
Key (black)29.8%
Color previews
#58b331 text on a black background
contrast 7.91:1
Card sample
#58b331 text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #58b331;
Background color
Panel with #58b331 background
background-color: #58b331;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #58b331;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 179, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 179, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #58b331; background: linear-gradient(135deg, #58b331, #31B361);