HSL(137, 43%, 61%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(137,43%,61%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(137, 43%, 61%) | color: hsl(137, 43%, 61%) | |
| HEX | #71C689 | color: #71C689 | |
| RGB | rgb(113, 198, 137) | color: rgb(113, 198, 137) | |
| CMYK | cmyk(43%, 0%, 31%, 22%) | — | |
| HSV | hsv(137, 43%, 78%) | — | |
| HWB | hwb(137 44% 22%) | color: hwb(137 44% 22%) | |
| OKLCH | oklch(0.7566 0.1211 151.68) | color: oklch(0.7566 0.1211 151.68) | |
| Lab | lab(73.35 -39.06 22.73) | color: lab(73.35 -39.06 22.73) | |
| LCH | lch(73.35 45.19 149.8) | color: lch(73.35 45.19 149.8) |
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)
#969798 — rgb(150, 151, 152)
Deuteranopia (Green-blind)
#918B9B — rgb(145, 139, 155)
Tritanopia (Blue-blind)
#75A3A6 — rgb(117, 163, 166)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(137, 43%, 61%);
text
color: hsl(137, 43%, 61%);
border
border: 2px solid hsl(137, 43%, 61%);
gradient light
background: linear-gradient(to right, hsl(137, 43%, 81%), hsl(137, 43%, 61%));
gradient dark
background: linear-gradient(to right, hsl(137, 43%, 61%), hsl(137, 43%, 41%))
hex
background-color: #71C689;
tailwind
bg-[hsl(137,43%,61%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(137, 43%, 61%, 0.4);
css variable
--color-primary: hsl(137, 43%, 61%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(137, 43%, 61%)?
HEX: #71C689 | RGB: rgb(113, 198, 137) | CMYK: 43%, 0%, 31%, 22% | HSV: 137°, 43%, 78%. Copy any format from the conversion table above.
What colors go well with #71C689?
The complementary color is HSL(317, 43%, 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, 43%, 61%) in CSS?
As HSL: color: hsl(137, 43%, 61%); — As HEX: color: #71C689; — As RGB: color: rgb(113, 198, 137); — Tailwind CSS: bg-[hsl(137,43%,61%)] — CSS variable: --color-primary: hsl(137, 43%, 61%);