HSL(131, 82%, 79%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(131,82%,79%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(131, 82%, 79%) | color: hsl(131, 82%, 79%) | |
| HEX | #9EF5AE | color: #9EF5AE | |
| RGB | rgb(158, 245, 174) | color: rgb(158, 245, 174) | |
| CMYK | cmyk(36%, 0%, 29%, 4%) | — | |
| HSV | hsv(131, 36%, 96%) | — | |
| HWB | hwb(131 61% 4%) | color: hwb(131 61% 4%) | |
| OKLCH | oklch(0.8968 0.1287 149.1) | color: oklch(0.8968 0.1287 149.1) | |
| Lab | lab(89.69 -40.43 26.12) | color: lab(89.69 -40.43 26.12) | |
| LCH | lch(89.69 48.13 147.14) | color: lch(89.69 48.13 147.14) |
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)
#C4C4BF — rgb(196, 196, 191)
Deuteranopia (Green-blind)
#BFB8C3 — rgb(191, 184, 195)
Tritanopia (Blue-blind)
#A2CDD0 — rgb(162, 205, 208)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(131, 82%, 79%);
text
color: hsl(131, 82%, 79%);
border
border: 2px solid hsl(131, 82%, 79%);
gradient light
background: linear-gradient(to right, hsl(131, 82%, 99%), hsl(131, 82%, 79%));
gradient dark
background: linear-gradient(to right, hsl(131, 82%, 79%), hsl(131, 82%, 59%))
hex
background-color: #9EF5AE;
tailwind
bg-[hsl(131,82%,79%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(131, 82%, 79%, 0.4);
css variable
--color-primary: hsl(131, 82%, 79%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(131, 82%, 79%)?
HEX: #9EF5AE | RGB: rgb(158, 245, 174) | CMYK: 36%, 0%, 29%, 4% | HSV: 131°, 36%, 96%. Copy any format from the conversion table above.
What colors go well with #9EF5AE?
The complementary color is HSL(311, 82%, 79%). 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, 82%, 79%) in CSS?
As HSL: color: hsl(131, 82%, 79%); — As HEX: color: #9EF5AE; — As RGB: color: rgb(158, 245, 174); — Tailwind CSS: bg-[hsl(131,82%,79%)] — CSS variable: --color-primary: hsl(131, 82%, 79%);