HSL(137, 68%, 61%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(137,68%,61%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(137, 68%, 61%) | color: hsl(137, 68%, 61%) | |
| HEX | #58DF7E | color: #58DF7E | |
| RGB | rgb(88, 223, 126) | color: rgb(88, 223, 126) | |
| CMYK | cmyk(61%, 0%, 43%, 13%) | — | |
| HSV | hsv(137, 61%, 87%) | — | |
| HWB | hwb(137 34% 13%) | color: hwb(137 34% 13%) | |
| OKLCH | oklch(0.8064 0.1797 149.74) | color: oklch(0.8064 0.1797 149.74) | |
| Lab | lab(79.81 -57.45 36.8) | color: lab(79.81 -57.45 36.8) | |
| LCH | lch(79.81 68.23 147.36) | color: lch(79.81 68.23 147.36) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: black
Color Blindness Simulation
Protanopia (Red-blind)
#929495 — rgb(146, 148, 149)
Deuteranopia (Green-blind)
#8B819B — rgb(139, 129, 155)
Tritanopia (Blue-blind)
#5FA8AC — rgb(95, 168, 172)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(137, 68%, 61%);
text
color: hsl(137, 68%, 61%);
border
border: 2px solid hsl(137, 68%, 61%);
gradient light
background: linear-gradient(to right, hsl(137, 68%, 81%), hsl(137, 68%, 61%));
gradient dark
background: linear-gradient(to right, hsl(137, 68%, 61%), hsl(137, 68%, 41%))
hex
background-color: #58DF7E;
tailwind
bg-[hsl(137,68%,61%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(137, 68%, 61%, 0.4);
css variable
--color-primary: hsl(137, 68%, 61%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(137, 68%, 61%)?
HEX: #58DF7E | RGB: rgb(88, 223, 126) | CMYK: 61%, 0%, 43%, 13% | HSV: 137°, 61%, 87%. Copy any format from the conversion table above.
What colors go well with #58DF7E?
The complementary color is HSL(317, 68%, 61%). For a triadic harmony, use hues 137°, 257°, and 17°. For analogous combinations, try hues 107° and 167°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(137, 68%, 61%) in CSS?
As HSL: color: hsl(137, 68%, 61%); — As HEX: color: #58DF7E; — As RGB: color: rgb(88, 223, 126); — Tailwind CSS: bg-[hsl(137,68%,61%)] — CSS variable: --color-primary: hsl(137, 68%, 61%);