HSL(131, 39%, 72%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(131,39%,72%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(131, 39%, 72%) | color: hsl(131, 39%, 72%) | |
| HEX | #9CD3A6 | color: #9CD3A6 | |
| RGB | rgb(156, 211, 166) | color: rgb(156, 211, 166) | |
| CMYK | cmyk(26%, 0%, 21%, 17%) | — | |
| HSV | hsv(131, 26%, 83%) | — | |
| HWB | hwb(131 61% 17%) | color: hwb(131 61% 17%) | |
| OKLCH | oklch(0.8167 0.0848 149.75) | color: oklch(0.8167 0.0848 149.75) | |
| Lab | lab(79.85 -26.67 16.67) | color: lab(79.85 -26.67 16.67) | |
| LCH | lch(79.85 31.45 147.99) | color: lch(79.85 31.45 147.99) |
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)
#B4B4B1 — rgb(180, 180, 177)
Deuteranopia (Green-blind)
#B1ADB4 — rgb(177, 173, 180)
Tritanopia (Blue-blind)
#9FB9BB — rgb(159, 185, 187)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(131, 39%, 72%);
text
color: hsl(131, 39%, 72%);
border
border: 2px solid hsl(131, 39%, 72%);
gradient light
background: linear-gradient(to right, hsl(131, 39%, 92%), hsl(131, 39%, 72%));
gradient dark
background: linear-gradient(to right, hsl(131, 39%, 72%), hsl(131, 39%, 52%))
hex
background-color: #9CD3A6;
tailwind
bg-[hsl(131,39%,72%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(131, 39%, 72%, 0.4);
css variable
--color-primary: hsl(131, 39%, 72%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(131, 39%, 72%)?
HEX: #9CD3A6 | RGB: rgb(156, 211, 166) | CMYK: 26%, 0%, 21%, 17% | HSV: 131°, 26%, 83%. Copy any format from the conversion table above.
What colors go well with #9CD3A6?
The complementary color is HSL(311, 39%, 72%). 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, 39%, 72%) in CSS?
As HSL: color: hsl(131, 39%, 72%); — As HEX: color: #9CD3A6; — As RGB: color: rgb(156, 211, 166); — Tailwind CSS: bg-[hsl(131,39%,72%)] — CSS variable: --color-primary: hsl(131, 39%, 72%);