HSL(141, 68%, 71%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(141,68%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(141, 68%, 71%) | color: hsl(141, 68%, 71%) | |
| HEX | #83E7A6 | color: #83E7A6 | |
| RGB | rgb(131, 231, 166) | color: rgb(131, 231, 166) | |
| CMYK | cmyk(43%, 0%, 28%, 9%) | — | |
| HSV | hsv(141, 43%, 91%) | — | |
| HWB | hwb(141 52% 9%) | color: hwb(141 52% 9%) | |
| OKLCH | oklch(0.8498 0.1319 154.07) | color: oklch(0.8498 0.1319 154.07) | |
| Lab | lab(84.34 -43.35 22.72) | color: lab(84.34 -43.35 22.72) | |
| LCH | lch(84.34 48.94 152.34) | color: lch(84.34 48.94 152.34) |
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)
#AEAFB6 — rgb(174, 175, 182)
Deuteranopia (Green-blind)
#A9A1BA — rgb(169, 161, 186)
Tritanopia (Blue-blind)
#88C2C5 — rgb(136, 194, 197)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(141, 68%, 71%);
text
color: hsl(141, 68%, 71%);
border
border: 2px solid hsl(141, 68%, 71%);
gradient light
background: linear-gradient(to right, hsl(141, 68%, 91%), hsl(141, 68%, 71%));
gradient dark
background: linear-gradient(to right, hsl(141, 68%, 71%), hsl(141, 68%, 51%))
hex
background-color: #83E7A6;
tailwind
bg-[hsl(141,68%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(141, 68%, 71%, 0.4);
css variable
--color-primary: hsl(141, 68%, 71%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(141, 68%, 71%)?
HEX: #83E7A6 | RGB: rgb(131, 231, 166) | CMYK: 43%, 0%, 28%, 9% | HSV: 141°, 43%, 91%. Copy any format from the conversion table above.
What colors go well with #83E7A6?
The complementary color is HSL(321, 68%, 71%). For a triadic harmony, use hues 141°, 261°, and 21°. For analogous combinations, try hues 111° and 171°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(141, 68%, 71%) in CSS?
As HSL: color: hsl(141, 68%, 71%); — As HEX: color: #83E7A6; — As RGB: color: rgb(131, 231, 166); — Tailwind CSS: bg-[hsl(141,68%,71%)] — CSS variable: --color-primary: hsl(141, 68%, 71%);