#58cb13
a dark, electric green · cool · closest name: lime
RGB
88, 203, 19
HSL
98°, 83%, 44%
CMYK
57, 0, 91, 20
Luminance
0.4483
Every format
| HEX | #58cb13 |
| RGB | rgb(88, 203, 19) |
| HSL | hsl(98, 83%, 44%) |
| CMYK | cmyk(57%, 0%, 91%, 20%) |
| LAB | lab(72.8 -60.2 69.6) |
| LCH | lch(72.8 92.0 130.9) |
| OKLCH | oklch(0.746 0.225 137.9) |
Copy-ready code
/* CSS */
color: #58cb13;
background-color: #58cb13;
/* Tailwind (arbitrary) */
class="text-[#58cb13] bg-[#58cb13]"
/* SCSS */
$brand: #58cb13;
/* SwiftUI */
Color(red: 0.345, green: 0.796, blue: 0.075)
/* Android */
Color.parseColor("#58cb13")Accessibility — WCAG contrast
Aa
#58cb13 on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#58cb13 on black: 9.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green79.6%
Blue7.5%
CMYK percentages
Cyan56.7%
Magenta0.0%
Yellow90.6%
Key (black)20.4%
Color previews
#58cb13 text on a black background
contrast 9.97:1
Card sample
#58cb13 text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #58cb13;
Background color
Panel with #58cb13 background
background-color: #58cb13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #58cb13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 203, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 203, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #58cb13; background: linear-gradient(135deg, #58cb13, #13CB49);