HSL(119, 70%, 72%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(119,70%,72%)]

Color Conversions

Format Value CSS Usage
HSL hsl(119, 70%, 72%) color: hsl(119, 70%, 72%)
HEX #87EA86 color: #87EA86
RGB rgb(135, 234, 134) color: rgb(135, 234, 134)
CMYK cmyk(42%, 0%, 43%, 8%)
HSV hsv(119, 43%, 92%)
HWB hwb(119 52% 8%) color: hwb(119 52% 8%)
OKLCH oklch(0.8526 0.1646 143.76) color: oklch(0.8526 0.1646 143.76)
Lab lab(84.85 -48.75 39.63) color: lab(84.85 -48.75 39.63)
LCH lch(84.85 62.83 140.89) color: lch(84.85 62.83 140.89)

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.48:1
vs Black 14.14: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)

#B2B39E — rgb(178, 179, 158)

Deuteranopia (Green-blind)

#ACA5A4 — rgb(172, 165, 164)

Tritanopia (Blue-blind)

#8CB1B6 — rgb(140, 177, 182)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(119, 70%, 72%);

text

color: hsl(119, 70%, 72%);

border

border: 2px solid hsl(119, 70%, 72%);

gradient light

background: linear-gradient(to right, hsl(119, 70%, 92%), hsl(119, 70%, 72%));

gradient dark

background: linear-gradient(to right, hsl(119, 70%, 72%), hsl(119, 70%, 52%))

hex

background-color: #87EA86;

tailwind

bg-[hsl(119,70%,72%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(119, 70%, 72%, 0.4);

css variable

--color-primary: hsl(119, 70%, 72%);

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(119, 70%, 72%)?

HEX: #87EA86 | RGB: rgb(135, 234, 134) | CMYK: 42%, 0%, 43%, 8% | HSV: 119°, 43%, 92%. Copy any format from the conversion table above.

What colors go well with #87EA86?

The complementary color is HSL(299, 70%, 72%). For a triadic harmony, use hues 119°, 239°, and 359°. For analogous combinations, try hues 89° and 149°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(119, 70%, 72%) in CSS?

As HSL: color: hsl(119, 70%, 72%); — As HEX: color: #87EA86; — As RGB: color: rgb(135, 234, 134); — Tailwind CSS: bg-[hsl(119,70%,72%)] — CSS variable: --color-primary: hsl(119, 70%, 72%);