HSL(139, 60%, 82%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(139,60%,82%)]

Color Conversions

Format Value CSS Usage
HSL hsl(139, 60%, 82%) color: hsl(139, 60%, 82%)
HEX #B6EDC7 color: #B6EDC7
RGB rgb(182, 237, 199) color: rgb(182, 237, 199)
CMYK cmyk(23%, 0%, 16%, 7%)
HSV hsv(139, 23%, 93%)
HWB hwb(139 72% 7%) color: hwb(139 72% 7%)
OKLCH oklch(0.8981 0.0765 154.46) color: oklch(0.8981 0.0765 154.46)
Lab lab(89.22 -24.91 12.78) color: lab(89.22 -24.91 12.78)
LCH lch(89.22 28 152.84) color: lch(89.22 28 152.84)

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.32:1
vs Black 15.93: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)

#CECED0 — rgb(206, 206, 208)

Deuteranopia (Green-blind)

#CBC7D2 — rgb(203, 199, 210)

Tritanopia (Blue-blind)

#B9D7D9 — rgb(185, 215, 217)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(139, 60%, 82%);

text

color: hsl(139, 60%, 82%);

border

border: 2px solid hsl(139, 60%, 82%);

gradient light

background: linear-gradient(to right, hsl(139, 60%, 100%), hsl(139, 60%, 82%));

gradient dark

background: linear-gradient(to right, hsl(139, 60%, 82%), hsl(139, 60%, 62%))

hex

background-color: #B6EDC7;

tailwind

bg-[hsl(139,60%,82%)]

box shadow

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

css variable

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

HEX: #B6EDC7 | RGB: rgb(182, 237, 199) | CMYK: 23%, 0%, 16%, 7% | HSV: 139°, 23%, 93%. Copy any format from the conversion table above.

What colors go well with #B6EDC7?

The complementary color is HSL(319, 60%, 82%). For a triadic harmony, use hues 139°, 259°, and 19°. For analogous combinations, try hues 109° and 169°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(139, 60%, 82%) in CSS?

As HSL: color: hsl(139, 60%, 82%); — As HEX: color: #B6EDC7; — As RGB: color: rgb(182, 237, 199); — Tailwind CSS: bg-[hsl(139,60%,82%)] — CSS variable: --color-primary: hsl(139, 60%, 82%);