HSL(123, 53%, 82%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(123,53%,82%)]

Color Conversions

Format Value CSS Usage
HSL hsl(123, 53%, 82%) color: hsl(123, 53%, 82%)
HEX #B9E9BB color: #B9E9BB
RGB rgb(185, 233, 187) color: rgb(185, 233, 187)
CMYK cmyk(21%, 0%, 20%, 9%)
HSV hsv(123, 21%, 91%)
HWB hwb(123 72% 9%) color: hwb(123 72% 9%)
OKLCH oklch(0.8883 0.0798 145.94) color: oklch(0.8883 0.0798 145.94)
Lab lab(88.05 -24.13 17.4) color: lab(88.05 -24.13 17.4)
LCH lch(88.05 29.75 144.2) color: lch(88.05 29.75 144.2)

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.36:1
vs Black 15.44: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)

#CECEC6 — rgb(206, 206, 198)

Deuteranopia (Green-blind)

#CBC7C9 — rgb(203, 199, 201)

Tritanopia (Blue-blind)

#BBCFD1 — rgb(187, 207, 209)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(123, 53%, 82%);

text

color: hsl(123, 53%, 82%);

border

border: 2px solid hsl(123, 53%, 82%);

gradient light

background: linear-gradient(to right, hsl(123, 53%, 100%), hsl(123, 53%, 82%));

gradient dark

background: linear-gradient(to right, hsl(123, 53%, 82%), hsl(123, 53%, 62%))

hex

background-color: #B9E9BB;

tailwind

bg-[hsl(123,53%,82%)]

box shadow

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

css variable

--color-primary: hsl(123, 53%, 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(123, 53%, 82%)?

HEX: #B9E9BB | RGB: rgb(185, 233, 187) | CMYK: 21%, 0%, 20%, 9% | HSV: 123°, 21%, 91%. Copy any format from the conversion table above.

What colors go well with #B9E9BB?

The complementary color is HSL(303, 53%, 82%). For a triadic harmony, use hues 123°, 243°, and 3°. For analogous combinations, try hues 93° and 153°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(123, 53%, 82%) in CSS?

As HSL: color: hsl(123, 53%, 82%); — As HEX: color: #B9E9BB; — As RGB: color: rgb(185, 233, 187); — Tailwind CSS: bg-[hsl(123,53%,82%)] — CSS variable: --color-primary: hsl(123, 53%, 82%);