HSL(132, 51%, 82%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(132,51%,82%)]

Color Conversions

Format Value CSS Usage
HSL hsl(132, 51%, 82%) color: hsl(132, 51%, 82%)
HEX #BAE9C3 color: #BAE9C3
RGB rgb(186, 233, 195) color: rgb(186, 233, 195)
CMYK cmyk(20%, 0%, 16%, 9%)
HSV hsv(131, 20%, 91%)
HWB hwb(131 73% 9%) color: hwb(131 73% 9%)
OKLCH oklch(0.8909 0.071 150.46) color: oklch(0.8909 0.071 150.46)
Lab lab(88.28 -22.41 13.56) color: lab(88.28 -22.41 13.56)
LCH lch(88.28 26.19 148.82) color: lch(88.28 26.19 148.82)

Color Theory

Complementary

Triadic

Analogous

Tetradic (Square)

Split-Complementary

Accessibility (WCAG)

White text on color

Black text on color

Color on white bg

Colored text

Contrast Ratios

vs White 1.35:1
vs Black 15.53:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: FAIL ✗ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#CECFCC — rgb(206, 207, 204)

Deuteranopia (Green-blind)

#CCC8CE — rgb(204, 200, 206)

Tritanopia (Blue-blind)

#BCD3D5 — rgb(188, 211, 213)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(132, 51%, 82%);

text

color: hsl(132, 51%, 82%);

border

border: 2px solid hsl(132, 51%, 82%);

gradient light

background: linear-gradient(to right, hsl(132, 51%, 100%), hsl(132, 51%, 82%));

gradient dark

background: linear-gradient(to right, hsl(132, 51%, 82%), hsl(132, 51%, 62%))

hex

background-color: #BAE9C3;

tailwind

bg-[hsl(132,51%,82%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(132, 51%, 82%, 0.4);

css variable

--color-primary: hsl(132, 51%, 82%);

Related Colors

Use Cases for Green

Success states Eco/nature brands Finance apps Health apps Confirm buttons

Frequently Asked Questions

What are all the color codes for HSL(132, 51%, 82%)?

HEX: #BAE9C3 | RGB: rgb(186, 233, 195) | CMYK: 20%, 0%, 16%, 9% | HSV: 131°, 20%, 91%. Copy any format from the conversion table above.

What colors go well with #BAE9C3?

The complementary color is HSL(312, 51%, 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, 51%, 82%) in CSS?

As HSL: color: hsl(132, 51%, 82%); — As HEX: color: #BAE9C3; — As RGB: color: rgb(186, 233, 195); — Tailwind CSS: bg-[hsl(132,51%,82%)] — CSS variable: --color-primary: hsl(132, 51%, 82%);