HSL(132, 71%, 82%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(132,71%,82%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(132, 71%, 82%) | color: hsl(132, 71%, 82%) | |
| HEX | #B1F2BE | color: #B1F2BE | |
| RGB | rgb(177, 242, 190) | color: rgb(177, 242, 190) | |
| CMYK | cmyk(27%, 0%, 21%, 5%) | — | |
| HSV | hsv(132, 27%, 95%) | — | |
| HWB | hwb(132 69% 5%) | color: hwb(132 69% 5%) | |
| OKLCH | oklch(0.9039 0.0964 150.26) | color: oklch(0.9039 0.0964 150.26) | |
| Lab | lab(90.12 -30.48 18.67) | color: lab(90.12 -30.48 18.67) | |
| LCH | lch(90.12 35.74 148.51) | color: lch(90.12 35.74 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)
#CDCECB — rgb(205, 206, 203)
Deuteranopia (Green-blind)
#C9C5CE — rgb(201, 197, 206)
Tritanopia (Blue-blind)
#B4D5D7 — rgb(180, 213, 215)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(132, 71%, 82%);
text
color: hsl(132, 71%, 82%);
border
border: 2px solid hsl(132, 71%, 82%);
gradient light
background: linear-gradient(to right, hsl(132, 71%, 100%), hsl(132, 71%, 82%));
gradient dark
background: linear-gradient(to right, hsl(132, 71%, 82%), hsl(132, 71%, 62%))
hex
background-color: #B1F2BE;
tailwind
bg-[hsl(132,71%,82%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(132, 71%, 82%, 0.4);
css variable
--color-primary: hsl(132, 71%, 82%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(132, 71%, 82%)?
HEX: #B1F2BE | RGB: rgb(177, 242, 190) | CMYK: 27%, 0%, 21%, 5% | HSV: 132°, 27%, 95%. Copy any format from the conversion table above.
What colors go well with #B1F2BE?
The complementary color is HSL(312, 71%, 82%). 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, 71%, 82%) in CSS?
As HSL: color: hsl(132, 71%, 82%); — As HEX: color: #B1F2BE; — As RGB: color: rgb(177, 242, 190); — Tailwind CSS: bg-[hsl(132,71%,82%)] — CSS variable: --color-primary: hsl(132, 71%, 82%);