HSL(121, 50%, 80%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(121,50%,80%)]

Color Conversions

Format Value CSS Usage
HSL hsl(121, 50%, 80%) color: hsl(121, 50%, 80%)
HEX #B3E6B3 color: #B3E6B3
RGB rgb(179, 230, 179) color: rgb(179, 230, 179)
CMYK cmyk(22%, 0%, 22%, 10%)
HSV hsv(120, 22%, 90%)
HWB hwb(120 70% 10%) color: hwb(120 70% 10%)
OKLCH oklch(0.8762 0.0871 144.79) color: oklch(0.8762 0.0871 144.79)
Lab lab(86.72 -26.03 19.63) color: lab(86.72 -26.03 19.63)
LCH lch(86.72 32.6 142.98) color: lch(86.72 32.6 142.98)

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.41:1
vs Black 14.89: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)

#C9CABF — rgb(201, 202, 191)

Deuteranopia (Green-blind)

#C6C2C2 — rgb(198, 194, 194)

Tritanopia (Blue-blind)

#B6C9CB — rgb(182, 201, 203)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(121, 50%, 80%);

text

color: hsl(121, 50%, 80%);

border

border: 2px solid hsl(121, 50%, 80%);

gradient light

background: linear-gradient(to right, hsl(121, 50%, 100%), hsl(121, 50%, 80%));

gradient dark

background: linear-gradient(to right, hsl(121, 50%, 80%), hsl(121, 50%, 60%))

hex

background-color: #B3E6B3;

tailwind

bg-[hsl(121,50%,80%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(121, 50%, 80%, 0.4);

css variable

--color-primary: hsl(121, 50%, 80%);

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(121, 50%, 80%)?

HEX: #B3E6B3 | RGB: rgb(179, 230, 179) | CMYK: 22%, 0%, 22%, 10% | HSV: 120°, 22%, 90%. Copy any format from the conversion table above.

What colors go well with #B3E6B3?

The complementary color is HSL(301, 50%, 80%). For a triadic harmony, use hues 121°, 241°, and 1°. For analogous combinations, try hues 91° and 151°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(121, 50%, 80%) in CSS?

As HSL: color: hsl(121, 50%, 80%); — As HEX: color: #B3E6B3; — As RGB: color: rgb(179, 230, 179); — Tailwind CSS: bg-[hsl(121,50%,80%)] — CSS variable: --color-primary: hsl(121, 50%, 80%);