HSL(131, 20%, 61%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(131,20%,61%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(131, 20%, 61%) | color: hsl(131, 20%, 61%) | |
| HEX | #88AF8F | color: #88AF8F | |
| RGB | rgb(136, 175, 143) | color: rgb(136, 175, 143) | |
| CMYK | cmyk(22%, 0%, 18%, 31%) | — | |
| HSV | hsv(131, 22%, 69%) | — | |
| HWB | hwb(131 54% 31%) | color: hwb(131 54% 31%) | |
| OKLCH | oklch(0.7164 0.0626 149.95) | color: oklch(0.7164 0.0626 149.95) | |
| Lab | lab(67.93 -19.68 12.17) | color: lab(67.93 -19.68 12.17) | |
| LCH | lch(67.93 23.14 148.27) | color: lch(67.93 23.14 148.27) |
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)
#999997 — rgb(153, 153, 151)
Deuteranopia (Green-blind)
#979499 — rgb(151, 148, 153)
Tritanopia (Blue-blind)
#8A9D9E — rgb(138, 157, 158)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(131, 20%, 61%);
text
color: hsl(131, 20%, 61%);
border
border: 2px solid hsl(131, 20%, 61%);
gradient light
background: linear-gradient(to right, hsl(131, 20%, 81%), hsl(131, 20%, 61%));
gradient dark
background: linear-gradient(to right, hsl(131, 20%, 61%), hsl(131, 20%, 41%))
hex
background-color: #88AF8F;
tailwind
bg-[hsl(131,20%,61%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(131, 20%, 61%, 0.4);
css variable
--color-primary: hsl(131, 20%, 61%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(131, 20%, 61%)?
HEX: #88AF8F | RGB: rgb(136, 175, 143) | CMYK: 22%, 0%, 18%, 31% | HSV: 131°, 22%, 69%. Copy any format from the conversion table above.
What colors go well with #88AF8F?
The complementary color is HSL(311, 20%, 61%). 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, 20%, 61%) in CSS?
As HSL: color: hsl(131, 20%, 61%); — As HEX: color: #88AF8F; — As RGB: color: rgb(136, 175, 143); — Tailwind CSS: bg-[hsl(131,20%,61%)] — CSS variable: --color-primary: hsl(131, 20%, 61%);