HSL(131, 45%, 74%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(131,45%,74%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(131, 45%, 74%) | color: hsl(131, 45%, 74%) | |
| HEX | #9FDBAA | color: #9FDBAA | |
| RGB | rgb(159, 219, 170) | color: rgb(159, 219, 170) | |
| CMYK | cmyk(27%, 0%, 22%, 14%) | — | |
| HSV | hsv(131, 27%, 86%) | — | |
| HWB | hwb(131 63% 14%) | color: hwb(131 63% 14%) | |
| OKLCH | oklch(0.8375 0.0917 149.7) | color: oklch(0.8375 0.0917 149.7) | |
| Lab | lab(82.34 -28.83 18.07) | color: lab(82.34 -28.83 18.07) | |
| LCH | lch(82.34 34.02 147.92) | color: lch(82.34 34.02 147.92) |
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)
#B9BAB6 — rgb(185, 186, 182)
Deuteranopia (Green-blind)
#B6B1B9 — rgb(182, 177, 185)
Tritanopia (Blue-blind)
#A2BFC1 — rgb(162, 191, 193)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(131, 45%, 74%);
text
color: hsl(131, 45%, 74%);
border
border: 2px solid hsl(131, 45%, 74%);
gradient light
background: linear-gradient(to right, hsl(131, 45%, 94%), hsl(131, 45%, 74%));
gradient dark
background: linear-gradient(to right, hsl(131, 45%, 74%), hsl(131, 45%, 54%))
hex
background-color: #9FDBAA;
tailwind
bg-[hsl(131,45%,74%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(131, 45%, 74%, 0.4);
css variable
--color-primary: hsl(131, 45%, 74%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(131, 45%, 74%)?
HEX: #9FDBAA | RGB: rgb(159, 219, 170) | CMYK: 27%, 0%, 22%, 14% | HSV: 131°, 27%, 86%. Copy any format from the conversion table above.
What colors go well with #9FDBAA?
The complementary color is HSL(311, 45%, 74%). 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%, 74%) in CSS?
As HSL: color: hsl(131, 45%, 74%); — As HEX: color: #9FDBAA; — As RGB: color: rgb(159, 219, 170); — Tailwind CSS: bg-[hsl(131,45%,74%)] — CSS variable: --color-primary: hsl(131, 45%, 74%);