HSL(86, 30%, 30%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(86,30%,30%)]

Color Conversions

Format Value CSS Usage
HSL hsl(86, 30%, 30%) color: hsl(86, 30%, 30%)
HEX #506336 color: #506336
RGB rgb(80, 99, 54) color: rgb(80, 99, 54)
CMYK cmyk(19%, 0%, 45%, 61%)
HSV hsv(85, 45%, 39%)
HWB hwb(85 21% 61%) color: hwb(85 21% 61%)
OKLCH oklch(0.4721 0.0713 127.61) color: oklch(0.4721 0.0713 127.61)
Lab lab(39.4 -15.78 23.2) color: lab(39.4 -15.78 23.2)
LCH lch(39.4 28.06 124.22) color: lch(39.4 28.06 124.22)

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 6.61:1
vs Black 3.18:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#585841 — rgb(88, 88, 65)

Deuteranopia (Green-blind)

#575644 — rgb(87, 86, 68)

Tritanopia (Blue-blind)

#51494B — rgb(81, 73, 75)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(86, 30%, 30%);

text

color: hsl(86, 30%, 30%);

border

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

gradient light

background: linear-gradient(to right, hsl(86, 30%, 50%), hsl(86, 30%, 30%));

gradient dark

background: linear-gradient(to right, hsl(86, 30%, 30%), hsl(86, 30%, 10%))

hex

background-color: #506336;

tailwind

bg-[hsl(86,30%,30%)]

box shadow

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

css variable

--color-primary: hsl(86, 30%, 30%);

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, 30%, 30%)?

HEX: #506336 | RGB: rgb(80, 99, 54) | CMYK: 19%, 0%, 45%, 61% | HSV: 85°, 45%, 39%. Copy any format from the conversion table above.

What colors go well with #506336?

The complementary color is HSL(266, 30%, 30%). 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, 30%, 30%) in CSS?

As HSL: color: hsl(86, 30%, 30%); — As HEX: color: #506336; — As RGB: color: rgb(80, 99, 54); — Tailwind CSS: bg-[hsl(86,30%,30%)] — CSS variable: --color-primary: hsl(86, 30%, 30%);