HSL(126, 85%, 76%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(126,85%,76%)]

Color Conversions

Format Value CSS Usage
HSL hsl(126, 85%, 76%) color: hsl(126, 85%, 76%)
HEX #8EF698 color: #8EF698
RGB rgb(142, 246, 152) color: rgb(142, 246, 152)
CMYK cmyk(42%, 0%, 38%, 4%)
HSV hsv(126, 42%, 96%)
HWB hwb(126 56% 4%) color: hwb(126 56% 4%)
OKLCH oklch(0.8872 0.1607 146.19) color: oklch(0.8872 0.1607 146.19)
Lab lab(88.89 -49.08 36.01) color: lab(88.89 -49.08 36.01)
LCH lch(88.89 60.87 143.73) color: lch(88.89 60.87 143.73)

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.33:1
vs Black 15.79: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)

#BBBCAF — rgb(187, 188, 175)

Deuteranopia (Green-blind)

#B5ADB4 — rgb(181, 173, 180)

Tritanopia (Blue-blind)

#93C1C5 — rgb(147, 193, 197)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(126, 85%, 76%);

text

color: hsl(126, 85%, 76%);

border

border: 2px solid hsl(126, 85%, 76%);

gradient light

background: linear-gradient(to right, hsl(126, 85%, 96%), hsl(126, 85%, 76%));

gradient dark

background: linear-gradient(to right, hsl(126, 85%, 76%), hsl(126, 85%, 56%))

hex

background-color: #8EF698;

tailwind

bg-[hsl(126,85%,76%)]

box shadow

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

css variable

--color-primary: hsl(126, 85%, 76%);

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(126, 85%, 76%)?

HEX: #8EF698 | RGB: rgb(142, 246, 152) | CMYK: 42%, 0%, 38%, 4% | HSV: 126°, 42%, 96%. Copy any format from the conversion table above.

What colors go well with #8EF698?

The complementary color is HSL(306, 85%, 76%). For a triadic harmony, use hues 126°, 246°, and 6°. For analogous combinations, try hues 96° and 156°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(126, 85%, 76%) in CSS?

As HSL: color: hsl(126, 85%, 76%); — As HEX: color: #8EF698; — As RGB: color: rgb(142, 246, 152); — Tailwind CSS: bg-[hsl(126,85%,76%)] — CSS variable: --color-primary: hsl(126, 85%, 76%);