HSL(80, 27%, 61%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(80,27%,61%)]

Color Conversions

Format Value CSS Usage
HSL hsl(80, 27%, 61%) color: hsl(80, 27%, 61%)
HEX #A5B681 color: #A5B681
RGB rgb(165, 182, 129) color: rgb(165, 182, 129)
CMYK cmyk(9%, 0%, 29%, 29%)
HSV hsv(79, 29%, 71%)
HWB hwb(79 50% 29%) color: hwb(79 50% 29%)
OKLCH oklch(0.7497 0.0749 122.65) color: oklch(0.7497 0.0749 122.65)
Lab lab(71.58 -15.05 25.1) color: lab(71.58 -15.05 25.1)
LCH lch(71.58 29.27 120.95) color: lch(71.58 29.27 120.95)

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.19:1
vs Black 9.61: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)

#ACAD8E — rgb(172, 173, 142)

Deuteranopia (Green-blind)

#ABAA91 — rgb(171, 170, 145)

Tritanopia (Blue-blind)

#A6989A — rgb(166, 152, 154)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(80, 27%, 61%);

text

color: hsl(80, 27%, 61%);

border

border: 2px solid hsl(80, 27%, 61%);

gradient light

background: linear-gradient(to right, hsl(80, 27%, 81%), hsl(80, 27%, 61%));

gradient dark

background: linear-gradient(to right, hsl(80, 27%, 61%), hsl(80, 27%, 41%))

hex

background-color: #A5B681;

tailwind

bg-[hsl(80,27%,61%)]

box shadow

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

css variable

--color-primary: hsl(80, 27%, 61%);

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

HEX: #A5B681 | RGB: rgb(165, 182, 129) | CMYK: 9%, 0%, 29%, 29% | HSV: 79°, 29%, 71%. Copy any format from the conversion table above.

What colors go well with #A5B681?

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

As HSL: color: hsl(80, 27%, 61%); — As HEX: color: #A5B681; — As RGB: color: rgb(165, 182, 129); — Tailwind CSS: bg-[hsl(80,27%,61%)] — CSS variable: --color-primary: hsl(80, 27%, 61%);