HSL(131, 30%, 72%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(131,30%,72%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(131, 30%, 72%) | color: hsl(131, 30%, 72%) | |
| HEX | #A2CDAA | color: #A2CDAA | |
| RGB | rgb(162, 205, 170) | color: rgb(162, 205, 170) | |
| CMYK | cmyk(21%, 0%, 17%, 20%) | — | |
| HSV | hsv(131, 21%, 80%) | — | |
| HWB | hwb(131 63% 20%) | color: hwb(131 63% 20%) | |
| OKLCH | oklch(0.808 0.0668 150.24) | color: oklch(0.808 0.0668 150.24) | |
| Lab | lab(78.6 -21.03 12.85) | color: lab(78.6 -21.03 12.85) | |
| LCH | lch(78.6 24.65 148.57) | color: lch(78.6 24.65 148.57) |
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)
#B5B5B2 — rgb(181, 181, 178)
Deuteranopia (Green-blind)
#B2AFB5 — rgb(178, 175, 181)
Tritanopia (Blue-blind)
#A4B9BB — rgb(164, 185, 187)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(131, 30%, 72%);
text
color: hsl(131, 30%, 72%);
border
border: 2px solid hsl(131, 30%, 72%);
gradient light
background: linear-gradient(to right, hsl(131, 30%, 92%), hsl(131, 30%, 72%));
gradient dark
background: linear-gradient(to right, hsl(131, 30%, 72%), hsl(131, 30%, 52%))
hex
background-color: #A2CDAA;
tailwind
bg-[hsl(131,30%,72%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(131, 30%, 72%, 0.4);
css variable
--color-primary: hsl(131, 30%, 72%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(131, 30%, 72%)?
HEX: #A2CDAA | RGB: rgb(162, 205, 170) | CMYK: 21%, 0%, 17%, 20% | HSV: 131°, 21%, 80%. Copy any format from the conversion table above.
What colors go well with #A2CDAA?
The complementary color is HSL(311, 30%, 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, 30%, 72%) in CSS?
As HSL: color: hsl(131, 30%, 72%); — As HEX: color: #A2CDAA; — As RGB: color: rgb(162, 205, 170); — Tailwind CSS: bg-[hsl(131,30%,72%)] — CSS variable: --color-primary: hsl(131, 30%, 72%);