HSL(80, 53%, 58%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(80,53%,58%)]

Color Conversions

Format Value CSS Usage
HSL hsl(80, 53%, 58%) color: hsl(80, 53%, 58%)
HEX #A7CD5B color: #A7CD5B
RGB rgb(167, 205, 91) color: rgb(167, 205, 91)
CMYK cmyk(19%, 0%, 56%, 20%)
HSV hsv(80, 56%, 80%)
HWB hwb(80 35% 20%) color: hwb(80 35% 20%)
OKLCH oklch(0.797 0.1482 125.04) color: oklch(0.797 0.1482 125.04)
Lab lab(77.66 -30.08 51.78) color: lab(77.66 -30.08 51.78)
LCH lch(77.66 59.88 120.15) color: lch(77.66 59.88 120.15)

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.82:1
vs Black 11.53: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)

#B7B877 — rgb(183, 184, 119)

Deuteranopia (Green-blind)

#B5B27D — rgb(181, 178, 125)

Tritanopia (Blue-blind)

#A98C91 — rgb(169, 140, 145)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(80, 53%, 58%);

text

color: hsl(80, 53%, 58%);

border

border: 2px solid hsl(80, 53%, 58%);

gradient light

background: linear-gradient(to right, hsl(80, 53%, 78%), hsl(80, 53%, 58%));

gradient dark

background: linear-gradient(to right, hsl(80, 53%, 58%), hsl(80, 53%, 38%))

hex

background-color: #A7CD5B;

tailwind

bg-[hsl(80,53%,58%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(80, 53%, 58%, 0.4);

css variable

--color-primary: hsl(80, 53%, 58%);

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(80, 53%, 58%)?

HEX: #A7CD5B | RGB: rgb(167, 205, 91) | CMYK: 19%, 0%, 56%, 20% | HSV: 80°, 56%, 80%. Copy any format from the conversion table above.

What colors go well with #A7CD5B?

The complementary color is HSL(260, 53%, 58%). For a triadic harmony, use hues 80°, 200°, and 320°. For analogous combinations, try hues 50° and 110°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(80, 53%, 58%) in CSS?

As HSL: color: hsl(80, 53%, 58%); — As HEX: color: #A7CD5B; — As RGB: color: rgb(167, 205, 91); — Tailwind CSS: bg-[hsl(80,53%,58%)] — CSS variable: --color-primary: hsl(80, 53%, 58%);