HSL(86, 92%, 30%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

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

Color Conversions

Format Value CSS Usage
HSL hsl(86, 92%, 30%) color: hsl(86, 92%, 30%)
HEX #569306 color: #569306
RGB rgb(86, 147, 6) color: rgb(86, 147, 6)
CMYK cmyk(41%, 0%, 96%, 42%)
HSV hsv(86, 96%, 58%)
HWB hwb(86 2% 42%) color: hwb(86 2% 42%)
OKLCH oklch(0.5982 0.1662 132.75) color: oklch(0.5982 0.1662 132.75)
Lab lab(54.93 -39.76 56.75) color: lab(54.93 -39.76 56.75)
LCH lch(54.93 69.29 125.02) color: lch(54.93 69.29 125.02)

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 3.77:1
vs Black 5.57:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#707128 — rgb(112, 113, 40)

Deuteranopia (Green-blind)

#6D6830 — rgb(109, 104, 48)

Tritanopia (Blue-blind)

#594349 — rgb(89, 67, 73)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

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

gradient dark

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

hex

background-color: #569306;

tailwind

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

box shadow

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

css variable

--color-primary: hsl(86, 92%, 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, 92%, 30%)?

HEX: #569306 | RGB: rgb(86, 147, 6) | CMYK: 41%, 0%, 96%, 42% | HSV: 86°, 96%, 58%. Copy any format from the conversion table above.

What colors go well with #569306?

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

As HSL: color: hsl(86, 92%, 30%); — As HEX: color: #569306; — As RGB: color: rgb(86, 147, 6); — Tailwind CSS: bg-[hsl(86,92%,30%)] — CSS variable: --color-primary: hsl(86, 92%, 30%);