HSL(108, 20%, 66%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(108,20%,66%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(108, 20%, 66%) | color: hsl(108, 20%, 66%) | |
| HEX | #9EBA97 | color: #9EBA97 | |
| RGB | rgb(158, 186, 151) | color: rgb(158, 186, 151) | |
| CMYK | cmyk(15%, 0%, 19%, 27%) | — | |
| HSV | hsv(108, 19%, 73%) | — | |
| HWB | hwb(108 59% 27%) | color: hwb(108 59% 27%) | |
| OKLCH | oklch(0.7583 0.0578 139.43) | color: oklch(0.7583 0.0578 139.43) | |
| Lab | lab(72.64 -16.19 14.63) | color: lab(72.64 -16.19 14.63) | |
| LCH | lch(72.64 21.82 137.9) | color: lch(72.64 21.82 137.9) |
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)
#AAAA9F — rgb(170, 170, 159)
Deuteranopia (Green-blind)
#A9A6A2 — rgb(169, 166, 162)
Tritanopia (Blue-blind)
#9FA6A8 — rgb(159, 166, 168)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(108, 20%, 66%);
text
color: hsl(108, 20%, 66%);
border
border: 2px solid hsl(108, 20%, 66%);
gradient light
background: linear-gradient(to right, hsl(108, 20%, 86%), hsl(108, 20%, 66%));
gradient dark
background: linear-gradient(to right, hsl(108, 20%, 66%), hsl(108, 20%, 46%))
hex
background-color: #9EBA97;
tailwind
bg-[hsl(108,20%,66%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(108, 20%, 66%, 0.4);
css variable
--color-primary: hsl(108, 20%, 66%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(108, 20%, 66%)?
HEX: #9EBA97 | RGB: rgb(158, 186, 151) | CMYK: 15%, 0%, 19%, 27% | HSV: 108°, 19%, 73%. Copy any format from the conversion table above.
What colors go well with #9EBA97?
The complementary color is HSL(288, 20%, 66%). For a triadic harmony, use hues 108°, 228°, and 348°. For analogous combinations, try hues 78° and 138°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(108, 20%, 66%) in CSS?
As HSL: color: hsl(108, 20%, 66%); — As HEX: color: #9EBA97; — As RGB: color: rgb(158, 186, 151); — Tailwind CSS: bg-[hsl(108,20%,66%)] — CSS variable: --color-primary: hsl(108, 20%, 66%);