#58ac70
a balanced, soft green · cool · closest name: seagreen
RGB
88, 172, 112
HSL
137°, 34%, 51%
CMYK
49, 0, 35, 33
Luminance
0.3275
Every format
| HEX | #58ac70 |
| RGB | rgb(88, 172, 112) |
| HSL | hsl(137, 34%, 51%) |
| CMYK | cmyk(49%, 0%, 35%, 33%) |
| LAB | lab(64.0 -39.0 23.2) |
| LCH | lch(64.0 45.4 149.3) |
| OKLCH | oklch(0.676 0.121 151.2) |
Copy-ready code
/* CSS */
color: #58ac70;
background-color: #58ac70;
/* Tailwind (arbitrary) */
class="text-[#58ac70] bg-[#58ac70]"
/* SCSS */
$brand: #58ac70;
/* SwiftUI */
Color(red: 0.345, green: 0.675, blue: 0.439)
/* Android */
Color.parseColor("#58ac70")Accessibility — WCAG contrast
Aa
#58ac70 on white: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#58ac70 on black: 7.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green67.5%
Blue43.9%
CMYK percentages
Cyan48.8%
Magenta0.0%
Yellow34.9%
Key (black)32.5%
Color previews
#58ac70 text on a black background
contrast 7.55:1
Card sample
#58ac70 text on a white background
contrast 2.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #58ac70;
Background color
Panel with #58ac70 background
background-color: #58ac70;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #58ac70;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 172, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 172, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #58ac70; background: linear-gradient(135deg, #58ac70, #58ACA8);