HSL(137, 70%, 71%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(137,70%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(137, 70%, 71%) | color: hsl(137, 70%, 71%) | |
| HEX | #81E99F | color: #81E99F | |
| RGB | rgb(129, 233, 159) | color: rgb(129, 233, 159) | |
| CMYK | cmyk(45%, 0%, 32%, 9%) | — | |
| HSV | hsv(137, 45%, 91%) | — | |
| HWB | hwb(137 50% 9%) | color: hwb(137 50% 9%) | |
| OKLCH | oklch(0.8521 0.1425 151.68) | color: oklch(0.8521 0.1425 151.68) | |
| Lab | lab(84.71 -46.01 26.81) | color: lab(84.71 -46.01 26.81) | |
| LCH | lch(84.71 53.25 149.77) | color: lch(84.71 53.25 149.77) |
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)
#AEAFB1 — rgb(174, 175, 177)
Deuteranopia (Green-blind)
#A8A0B5 — rgb(168, 160, 181)
Tritanopia (Blue-blind)
#86BFC2 — rgb(134, 191, 194)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(137, 70%, 71%);
text
color: hsl(137, 70%, 71%);
border
border: 2px solid hsl(137, 70%, 71%);
gradient light
background: linear-gradient(to right, hsl(137, 70%, 91%), hsl(137, 70%, 71%));
gradient dark
background: linear-gradient(to right, hsl(137, 70%, 71%), hsl(137, 70%, 51%))
hex
background-color: #81E99F;
tailwind
bg-[hsl(137,70%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(137, 70%, 71%, 0.4);
css variable
--color-primary: hsl(137, 70%, 71%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(137, 70%, 71%)?
HEX: #81E99F | RGB: rgb(129, 233, 159) | CMYK: 45%, 0%, 32%, 9% | HSV: 137°, 45%, 91%. Copy any format from the conversion table above.
What colors go well with #81E99F?
The complementary color is HSL(317, 70%, 71%). 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, 70%, 71%) in CSS?
As HSL: color: hsl(137, 70%, 71%); — As HEX: color: #81E99F; — As RGB: color: rgb(129, 233, 159); — Tailwind CSS: bg-[hsl(137,70%,71%)] — CSS variable: --color-primary: hsl(137, 70%, 71%);