HSL(109, 32%, 75%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(109,32%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(109, 32%, 75%) | color: hsl(109, 32%, 75%) | |
| HEX | #B2D4AB | color: #B2D4AB | |
| RGB | rgb(178, 212, 171) | color: rgb(178, 212, 171) | |
| CMYK | cmyk(16%, 0%, 19%, 17%) | — | |
| HSV | hsv(110, 19%, 83%) | — | |
| HWB | hwb(110 67% 17%) | color: hwb(110 67% 17%) | |
| OKLCH | oklch(0.8342 0.0668 140.29) | color: oklch(0.8342 0.0668 140.29) | |
| Lab | lab(81.56 -18.91 16.62) | color: lab(81.56 -18.91 16.62) | |
| LCH | lch(81.56 25.18 138.69) | color: lch(81.56 25.18 138.69) |
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)
#C1C1B5 — rgb(193, 193, 181)
Deuteranopia (Green-blind)
#BFBCB7 — rgb(191, 188, 183)
Tritanopia (Blue-blind)
#B4BDBE — rgb(180, 189, 190)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(109, 32%, 75%);
text
color: hsl(109, 32%, 75%);
border
border: 2px solid hsl(109, 32%, 75%);
gradient light
background: linear-gradient(to right, hsl(109, 32%, 95%), hsl(109, 32%, 75%));
gradient dark
background: linear-gradient(to right, hsl(109, 32%, 75%), hsl(109, 32%, 55%))
hex
background-color: #B2D4AB;
tailwind
bg-[hsl(109,32%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(109, 32%, 75%, 0.4);
css variable
--color-primary: hsl(109, 32%, 75%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(109, 32%, 75%)?
HEX: #B2D4AB | RGB: rgb(178, 212, 171) | CMYK: 16%, 0%, 19%, 17% | HSV: 110°, 19%, 83%. Copy any format from the conversion table above.
What colors go well with #B2D4AB?
The complementary color is HSL(289, 32%, 75%). For a triadic harmony, use hues 109°, 229°, and 349°. For analogous combinations, try hues 79° and 139°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(109, 32%, 75%) in CSS?
As HSL: color: hsl(109, 32%, 75%); — As HEX: color: #B2D4AB; — As RGB: color: rgb(178, 212, 171); — Tailwind CSS: bg-[hsl(109,32%,75%)] — CSS variable: --color-primary: hsl(109, 32%, 75%);