HSL(136, 90%, 85%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(136,90%,85%)]

Color Conversions

Format Value CSS Usage
HSL hsl(136, 90%, 85%) color: hsl(136, 90%, 85%)
HEX #B6FBC9 color: #B6FBC9
RGB rgb(182, 251, 201) color: rgb(182, 251, 201)
CMYK cmyk(27%, 0%, 20%, 2%)
HSV hsv(137, 27%, 98%)
HWB hwb(137 72% 2%) color: hwb(137 72% 2%)
OKLCH oklch(0.9292 0.0967 152.81) color: oklch(0.9292 0.0967 152.81)
Lab lab(93.08 -31.19 17.2) color: lab(93.08 -31.19 17.2)
LCH lch(93.08 35.62 151.13) color: lch(93.08 35.62 151.13)

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.19:1
vs Black 17.63: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)

#D4D4D5 — rgb(212, 212, 213)

Deuteranopia (Green-blind)

#D0CBD8 — rgb(208, 203, 216)

Tritanopia (Blue-blind)

#B9DFE1 — rgb(185, 223, 225)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(136, 90%, 85%);

text

color: hsl(136, 90%, 85%);

border

border: 2px solid hsl(136, 90%, 85%);

gradient light

background: linear-gradient(to right, hsl(136, 90%, 100%), hsl(136, 90%, 85%));

gradient dark

background: linear-gradient(to right, hsl(136, 90%, 85%), hsl(136, 90%, 65%))

hex

background-color: #B6FBC9;

tailwind

bg-[hsl(136,90%,85%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(136, 90%, 85%, 0.4);

css variable

--color-primary: hsl(136, 90%, 85%);

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(136, 90%, 85%)?

HEX: #B6FBC9 | RGB: rgb(182, 251, 201) | CMYK: 27%, 0%, 20%, 2% | HSV: 137°, 27%, 98%. Copy any format from the conversion table above.

What colors go well with #B6FBC9?

The complementary color is HSL(316, 90%, 85%). For a triadic harmony, use hues 136°, 256°, and 16°. For analogous combinations, try hues 106° and 166°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(136, 90%, 85%) in CSS?

As HSL: color: hsl(136, 90%, 85%); — As HEX: color: #B6FBC9; — As RGB: color: rgb(182, 251, 201); — Tailwind CSS: bg-[hsl(136,90%,85%)] — CSS variable: --color-primary: hsl(136, 90%, 85%);