HSL(132, 60%, 80%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(132,60%,80%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(132, 60%, 80%) | color: hsl(132, 60%, 80%) | |
| HEX | #ADEBBA | color: #ADEBBA | |
| RGB | rgb(173, 235, 186) | color: rgb(173, 235, 186) | |
| CMYK | cmyk(26%, 0%, 21%, 8%) | — | |
| HSV | hsv(133, 26%, 92%) | — | |
| HWB | hwb(133 68% 8%) | color: hwb(133 68% 8%) | |
| OKLCH | oklch(0.8852 0.092 150.62) | color: oklch(0.8852 0.092 150.62) | |
| Lab | lab(87.89 -29.14 17.59) | color: lab(87.89 -29.14 17.59) | |
| LCH | lch(87.89 34.04 148.88) | color: lch(87.89 34.04 148.88) |
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)
#C8C8C6 — rgb(200, 200, 198)
Deuteranopia (Green-blind)
#C4C0C9 — rgb(196, 192, 201)
Tritanopia (Blue-blind)
#B0CFD1 — rgb(176, 207, 209)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(132, 60%, 80%);
text
color: hsl(132, 60%, 80%);
border
border: 2px solid hsl(132, 60%, 80%);
gradient light
background: linear-gradient(to right, hsl(132, 60%, 100%), hsl(132, 60%, 80%));
gradient dark
background: linear-gradient(to right, hsl(132, 60%, 80%), hsl(132, 60%, 60%))
hex
background-color: #ADEBBA;
tailwind
bg-[hsl(132,60%,80%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(132, 60%, 80%, 0.4);
css variable
--color-primary: hsl(132, 60%, 80%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(132, 60%, 80%)?
HEX: #ADEBBA | RGB: rgb(173, 235, 186) | CMYK: 26%, 0%, 21%, 8% | HSV: 133°, 26%, 92%. Copy any format from the conversion table above.
What colors go well with #ADEBBA?
The complementary color is HSL(312, 60%, 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, 60%, 80%) in CSS?
As HSL: color: hsl(132, 60%, 80%); — As HEX: color: #ADEBBA; — As RGB: color: rgb(173, 235, 186); — Tailwind CSS: bg-[hsl(132,60%,80%)] — CSS variable: --color-primary: hsl(132, 60%, 80%);