HSL(130, 23%, 71%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(130,23%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(130, 23%, 71%) | color: hsl(130, 23%, 71%) | |
| HEX | #A4C6AA | color: #A4C6AA | |
| RGB | rgb(164, 198, 170) | color: rgb(164, 198, 170) | |
| CMYK | cmyk(17%, 0%, 14%, 22%) | — | |
| HSV | hsv(131, 17%, 78%) | — | |
| HWB | hwb(131 65% 22%) | color: hwb(131 65% 22%) | |
| OKLCH | oklch(0.7938 0.0536 150.17) | color: oklch(0.7938 0.0536 150.17) | |
| Lab | lab(76.79 -16.84 10.29) | color: lab(76.79 -16.84 10.29) | |
| LCH | lch(76.79 19.73 148.57) | color: lch(76.79 19.73 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)
#B3B3B1 — rgb(179, 179, 177)
Deuteranopia (Green-blind)
#B1AEB2 — rgb(177, 174, 178)
Tritanopia (Blue-blind)
#A6B6B7 — rgb(166, 182, 183)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(130, 23%, 71%);
text
color: hsl(130, 23%, 71%);
border
border: 2px solid hsl(130, 23%, 71%);
gradient light
background: linear-gradient(to right, hsl(130, 23%, 91%), hsl(130, 23%, 71%));
gradient dark
background: linear-gradient(to right, hsl(130, 23%, 71%), hsl(130, 23%, 51%))
hex
background-color: #A4C6AA;
tailwind
bg-[hsl(130,23%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(130, 23%, 71%, 0.4);
css variable
--color-primary: hsl(130, 23%, 71%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(130, 23%, 71%)?
HEX: #A4C6AA | RGB: rgb(164, 198, 170) | CMYK: 17%, 0%, 14%, 22% | HSV: 131°, 17%, 78%. Copy any format from the conversion table above.
What colors go well with #A4C6AA?
The complementary color is HSL(310, 23%, 71%). For a triadic harmony, use hues 130°, 250°, and 10°. For analogous combinations, try hues 100° and 160°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(130, 23%, 71%) in CSS?
As HSL: color: hsl(130, 23%, 71%); — As HEX: color: #A4C6AA; — As RGB: color: rgb(164, 198, 170); — Tailwind CSS: bg-[hsl(130,23%,71%)] — CSS variable: --color-primary: hsl(130, 23%, 71%);