HSL(86, 76%, 38%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(86,76%,38%)]

Color Conversions

Format Value CSS Usage
HSL hsl(86, 76%, 38%) color: hsl(86, 76%, 38%)
HEX #6BAB17 color: #6BAB17
RGB rgb(107, 171, 23) color: rgb(107, 171, 23)
CMYK cmyk(37%, 0%, 87%, 33%)
HSV hsv(86, 87%, 67%)
HWB hwb(86 9% 33%) color: hwb(86 9% 33%)
OKLCH oklch(0.6722 0.1788 131.76) color: oklch(0.6722 0.1788 131.76)
Lab lab(63.6 -41.89 61.34) color: lab(63.6 -41.89 61.34)
LCH lch(63.6 74.28 124.33) color: lch(63.6 74.28 124.33)

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 2.81:1
vs Black 7.46: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)

#87873B — rgb(135, 135, 59)

Deuteranopia (Green-blind)

#837E43 — rgb(131, 126, 67)

Tritanopia (Blue-blind)

#6E575D — rgb(110, 87, 93)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(86, 76%, 38%);

text

color: hsl(86, 76%, 38%);

border

border: 2px solid hsl(86, 76%, 38%);

gradient light

background: linear-gradient(to right, hsl(86, 76%, 58%), hsl(86, 76%, 38%));

gradient dark

background: linear-gradient(to right, hsl(86, 76%, 38%), hsl(86, 76%, 18%))

hex

background-color: #6BAB17;

tailwind

bg-[hsl(86,76%,38%)]

box shadow

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

css variable

--color-primary: hsl(86, 76%, 38%);

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(86, 76%, 38%)?

HEX: #6BAB17 | RGB: rgb(107, 171, 23) | CMYK: 37%, 0%, 87%, 33% | HSV: 86°, 87%, 67%. Copy any format from the conversion table above.

What colors go well with #6BAB17?

The complementary color is HSL(266, 76%, 38%). For a triadic harmony, use hues 86°, 206°, and 326°. For analogous combinations, try hues 56° and 116°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(86, 76%, 38%) in CSS?

As HSL: color: hsl(86, 76%, 38%); — As HEX: color: #6BAB17; — As RGB: color: rgb(107, 171, 23); — Tailwind CSS: bg-[hsl(86,76%,38%)] — CSS variable: --color-primary: hsl(86, 76%, 38%);