HSL(131, 87%, 81%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(131,87%,81%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(131, 87%, 81%) | color: hsl(131, 87%, 81%) | |
| HEX | #A4F9B4 | color: #A4F9B4 | |
| RGB | rgb(164, 249, 180) | color: rgb(164, 249, 180) | |
| CMYK | cmyk(34%, 0%, 28%, 2%) | — | |
| HSV | hsv(131, 34%, 98%) | — | |
| HWB | hwb(131 65% 2%) | color: hwb(131 65% 2%) | |
| OKLCH | oklch(0.9103 0.1253 149.34) | color: oklch(0.9103 0.1253 149.34) | |
| Lab | lab(91.21 -39.41 25.19) | color: lab(91.21 -39.41 25.19) | |
| LCH | lch(91.21 46.77 147.41) | color: lch(91.21 46.77 147.41) |
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)
#C9CAC5 — rgb(201, 202, 197)
Deuteranopia (Green-blind)
#C4BEC9 — rgb(196, 190, 201)
Tritanopia (Blue-blind)
#A8D2D5 — rgb(168, 210, 213)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(131, 87%, 81%);
text
color: hsl(131, 87%, 81%);
border
border: 2px solid hsl(131, 87%, 81%);
gradient light
background: linear-gradient(to right, hsl(131, 87%, 100%), hsl(131, 87%, 81%));
gradient dark
background: linear-gradient(to right, hsl(131, 87%, 81%), hsl(131, 87%, 61%))
hex
background-color: #A4F9B4;
tailwind
bg-[hsl(131,87%,81%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(131, 87%, 81%, 0.4);
css variable
--color-primary: hsl(131, 87%, 81%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(131, 87%, 81%)?
HEX: #A4F9B4 | RGB: rgb(164, 249, 180) | CMYK: 34%, 0%, 28%, 2% | HSV: 131°, 34%, 98%. Copy any format from the conversion table above.
What colors go well with #A4F9B4?
The complementary color is HSL(311, 87%, 81%). 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, 87%, 81%) in CSS?
As HSL: color: hsl(131, 87%, 81%); — As HEX: color: #A4F9B4; — As RGB: color: rgb(164, 249, 180); — Tailwind CSS: bg-[hsl(131,87%,81%)] — CSS variable: --color-primary: hsl(131, 87%, 81%);