HSL(131, 28%, 73%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(131,28%,73%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(131, 28%, 73%) | color: hsl(131, 28%, 73%) | |
| HEX | #A7CDAE | color: #A7CDAE | |
| RGB | rgb(167, 205, 174) | color: rgb(167, 205, 174) | |
| CMYK | cmyk(19%, 0%, 15%, 20%) | — | |
| HSV | hsv(131, 19%, 80%) | — | |
| HWB | hwb(131 65% 20%) | color: hwb(131 65% 20%) | |
| OKLCH | oklch(0.8122 0.0592 150.34) | color: oklch(0.8122 0.0592 150.34) | |
| Lab | lab(79 -18.63 11.32) | color: lab(79 -18.63 11.32) | |
| LCH | lch(79 21.8 148.72) | color: lch(79 21.8 148.72) |
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)
#B7B8B6 — rgb(183, 184, 182)
Deuteranopia (Green-blind)
#B5B2B7 — rgb(181, 178, 183)
Tritanopia (Blue-blind)
#A9BBBD — rgb(169, 187, 189)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(131, 28%, 73%);
text
color: hsl(131, 28%, 73%);
border
border: 2px solid hsl(131, 28%, 73%);
gradient light
background: linear-gradient(to right, hsl(131, 28%, 93%), hsl(131, 28%, 73%));
gradient dark
background: linear-gradient(to right, hsl(131, 28%, 73%), hsl(131, 28%, 53%))
hex
background-color: #A7CDAE;
tailwind
bg-[hsl(131,28%,73%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(131, 28%, 73%, 0.4);
css variable
--color-primary: hsl(131, 28%, 73%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(131, 28%, 73%)?
HEX: #A7CDAE | RGB: rgb(167, 205, 174) | CMYK: 19%, 0%, 15%, 20% | HSV: 131°, 19%, 80%. Copy any format from the conversion table above.
What colors go well with #A7CDAE?
The complementary color is HSL(311, 28%, 73%). 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, 28%, 73%) in CSS?
As HSL: color: hsl(131, 28%, 73%); — As HEX: color: #A7CDAE; — As RGB: color: rgb(167, 205, 174); — Tailwind CSS: bg-[hsl(131,28%,73%)] — CSS variable: --color-primary: hsl(131, 28%, 73%);