HSL(131, 65%, 71%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(131,65%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(131, 65%, 71%) | color: hsl(131, 65%, 71%) | |
| HEX | #85E597 | color: #85E597 | |
| RGB | rgb(133, 229, 151) | color: rgb(133, 229, 151) | |
| CMYK | cmyk(42%, 0%, 34%, 10%) | — | |
| HSV | hsv(131, 42%, 90%) | — | |
| HWB | hwb(131 52% 10%) | color: hwb(131 52% 10%) | |
| OKLCH | oklch(0.8429 0.142 148.71) | color: oklch(0.8429 0.142 148.71) | |
| Lab | lab(83.58 -44.56 29.4) | color: lab(83.58 -44.56 29.4) | |
| LCH | lch(83.58 53.38 146.58) | color: lch(83.58 53.38 146.58) |
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)
#AFAFAA — rgb(175, 175, 170)
Deuteranopia (Green-blind)
#A9A2AE — rgb(169, 162, 174)
Tritanopia (Blue-blind)
#8AB9BC — rgb(138, 185, 188)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(131, 65%, 71%);
text
color: hsl(131, 65%, 71%);
border
border: 2px solid hsl(131, 65%, 71%);
gradient light
background: linear-gradient(to right, hsl(131, 65%, 91%), hsl(131, 65%, 71%));
gradient dark
background: linear-gradient(to right, hsl(131, 65%, 71%), hsl(131, 65%, 51%))
hex
background-color: #85E597;
tailwind
bg-[hsl(131,65%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(131, 65%, 71%, 0.4);
css variable
--color-primary: hsl(131, 65%, 71%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(131, 65%, 71%)?
HEX: #85E597 | RGB: rgb(133, 229, 151) | CMYK: 42%, 0%, 34%, 10% | HSV: 131°, 42%, 90%. Copy any format from the conversion table above.
What colors go well with #85E597?
The complementary color is HSL(311, 65%, 71%). For a triadic harmony, use hues 131°, 251°, and 11°. For analogous combinations, try hues 101° and 161°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(131, 65%, 71%) in CSS?
As HSL: color: hsl(131, 65%, 71%); — As HEX: color: #85E597; — As RGB: color: rgb(133, 229, 151); — Tailwind CSS: bg-[hsl(131,65%,71%)] — CSS variable: --color-primary: hsl(131, 65%, 71%);