HSL(86, 75%, 27%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(86,75%,27%)]

Color Conversions

Format Value CSS Usage
HSL hsl(86, 75%, 27%) color: hsl(86, 75%, 27%)
HEX #4C7811 color: #4C7811
RGB rgb(76, 120, 17) color: rgb(76, 120, 17)
CMYK cmyk(37%, 0%, 86%, 53%)
HSV hsv(86, 86%, 47%)
HWB hwb(86 7% 53%) color: hwb(86 7% 53%)
OKLCH oklch(0.521 0.1352 131.19) color: oklch(0.521 0.1352 131.19)
Lab lab(45.65 -31.28 46.48) color: lab(45.65 -31.28 46.48)
LCH lch(45.65 56.03 123.94) color: lch(45.65 56.03 123.94)

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 5.25:1
vs Black 4: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)

#5F5F2A — rgb(95, 95, 42)

Deuteranopia (Green-blind)

#5D5930 — rgb(93, 89, 48)

Tritanopia (Blue-blind)

#4E3E42 — rgb(78, 62, 66)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(86, 75%, 27%);

text

color: hsl(86, 75%, 27%);

border

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

gradient light

background: linear-gradient(to right, hsl(86, 75%, 47%), hsl(86, 75%, 27%));

gradient dark

background: linear-gradient(to right, hsl(86, 75%, 27%), hsl(86, 75%, 7%))

hex

background-color: #4C7811;

tailwind

bg-[hsl(86,75%,27%)]

box shadow

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

css variable

--color-primary: hsl(86, 75%, 27%);

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

HEX: #4C7811 | RGB: rgb(76, 120, 17) | CMYK: 37%, 0%, 86%, 53% | HSV: 86°, 86%, 47%. Copy any format from the conversion table above.

What colors go well with #4C7811?

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

As HSL: color: hsl(86, 75%, 27%); — As HEX: color: #4C7811; — As RGB: color: rgb(76, 120, 17); — Tailwind CSS: bg-[hsl(86,75%,27%)] — CSS variable: --color-primary: hsl(86, 75%, 27%);