#58c97a
a balanced, vivid green · cool · closest name: seagreen
RGB
88, 201, 122
HSL
138°, 51%, 57%
CMYK
56, 0, 39, 21
Luminance
0.4525
Every format
| HEX | #58c97a |
| RGB | rgb(88, 201, 122) |
| HSL | hsl(138, 51%, 57%) |
| CMYK | cmyk(56%, 0%, 39%, 21%) |
| LAB | lab(73.1 -49.5 30.0) |
| LCH | lch(73.1 57.9 148.8) |
| OKLCH | oklch(0.751 0.153 150.9) |
Copy-ready code
/* CSS */
color: #58c97a;
background-color: #58c97a;
/* Tailwind (arbitrary) */
class="text-[#58c97a] bg-[#58c97a]"
/* SCSS */
$brand: #58c97a;
/* SwiftUI */
Color(red: 0.345, green: 0.788, blue: 0.478)
/* Android */
Color.parseColor("#58c97a")Accessibility — WCAG contrast
Aa
#58c97a on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#58c97a on black: 10.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green78.8%
Blue47.8%
CMYK percentages
Cyan56.2%
Magenta0.0%
Yellow39.3%
Key (black)21.2%
Color previews
#58c97a text on a black background
contrast 10.05:1
Card sample
#58c97a text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #58c97a;
Background color
Panel with #58c97a background
background-color: #58c97a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #58c97a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 201, 122, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 201, 122, 0.45);
Border & gradient
Gradient panel
border: 3px solid #58c97a; background: linear-gradient(135deg, #58c97a, #58C9C5);