HSL(132, 70%, 80%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(132,70%,80%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(132, 70%, 80%) | color: hsl(132, 70%, 80%) | |
| HEX | #A8F0B7 | color: #A8F0B7 | |
| RGB | rgb(168, 240, 183) | color: rgb(168, 240, 183) | |
| CMYK | cmyk(30%, 0%, 24%, 6%) | — | |
| HSV | hsv(133, 30%, 94%) | — | |
| HWB | hwb(133 66% 6%) | color: hwb(133 66% 6%) | |
| OKLCH | oklch(0.8928 0.1061 150.3) | color: oklch(0.8928 0.1061 150.3) | |
| Lab | lab(88.95 -33.58 20.57) | color: lab(88.95 -33.58 20.57) | |
| LCH | lch(88.95 39.38 148.51) | color: lch(88.95 39.38 148.51) |
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)
#C7C8C5 — rgb(199, 200, 197)
Deuteranopia (Green-blind)
#C3BEC8 — rgb(195, 190, 200)
Tritanopia (Blue-blind)
#ACD0D2 — rgb(172, 208, 210)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(132, 70%, 80%);
text
color: hsl(132, 70%, 80%);
border
border: 2px solid hsl(132, 70%, 80%);
gradient light
background: linear-gradient(to right, hsl(132, 70%, 100%), hsl(132, 70%, 80%));
gradient dark
background: linear-gradient(to right, hsl(132, 70%, 80%), hsl(132, 70%, 60%))
hex
background-color: #A8F0B7;
tailwind
bg-[hsl(132,70%,80%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(132, 70%, 80%, 0.4);
css variable
--color-primary: hsl(132, 70%, 80%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(132, 70%, 80%)?
HEX: #A8F0B7 | RGB: rgb(168, 240, 183) | CMYK: 30%, 0%, 24%, 6% | HSV: 133°, 30%, 94%. Copy any format from the conversion table above.
What colors go well with #A8F0B7?
The complementary color is HSL(312, 70%, 80%). For a triadic harmony, use hues 132°, 252°, and 12°. For analogous combinations, try hues 102° and 162°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(132, 70%, 80%) in CSS?
As HSL: color: hsl(132, 70%, 80%); — As HEX: color: #A8F0B7; — As RGB: color: rgb(168, 240, 183); — Tailwind CSS: bg-[hsl(132,70%,80%)] — CSS variable: --color-primary: hsl(132, 70%, 80%);