HSL(131, 45%, 66%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(131,45%,66%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(131, 45%, 66%) | color: hsl(131, 45%, 66%) | |
| HEX | #81CF90 | color: #81CF90 | |
| RGB | rgb(129, 207, 144) | color: rgb(129, 207, 144) | |
| CMYK | cmyk(38%, 0%, 30%, 19%) | — | |
| HSV | hsv(132, 38%, 81%) | — | |
| HWB | hwb(132 50% 19%) | color: hwb(132 50% 19%) | |
| OKLCH | oklch(0.7875 0.1182 149.22) | color: oklch(0.7875 0.1182 149.22) | |
| Lab | lab(76.86 -37.18 23.94) | color: lab(76.86 -37.18 23.94) | |
| LCH | lch(76.86 44.22 147.22) | color: lch(76.86 44.22 147.22) |
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)
#A3A39F — rgb(163, 163, 159)
Deuteranopia (Green-blind)
#9E98A3 — rgb(158, 152, 163)
Tritanopia (Blue-blind)
#85ABAE — rgb(133, 171, 174)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(131, 45%, 66%);
text
color: hsl(131, 45%, 66%);
border
border: 2px solid hsl(131, 45%, 66%);
gradient light
background: linear-gradient(to right, hsl(131, 45%, 86%), hsl(131, 45%, 66%));
gradient dark
background: linear-gradient(to right, hsl(131, 45%, 66%), hsl(131, 45%, 46%))
hex
background-color: #81CF90;
tailwind
bg-[hsl(131,45%,66%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(131, 45%, 66%, 0.4);
css variable
--color-primary: hsl(131, 45%, 66%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(131, 45%, 66%)?
HEX: #81CF90 | RGB: rgb(129, 207, 144) | CMYK: 38%, 0%, 30%, 19% | HSV: 132°, 38%, 81%. Copy any format from the conversion table above.
What colors go well with #81CF90?
The complementary color is HSL(311, 45%, 66%). 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, 45%, 66%) in CSS?
As HSL: color: hsl(131, 45%, 66%); — As HEX: color: #81CF90; — As RGB: color: rgb(129, 207, 144); — Tailwind CSS: bg-[hsl(131,45%,66%)] — CSS variable: --color-primary: hsl(131, 45%, 66%);