HSL(82, 13%, 54%)

Grayish Green — Green color

Adjust Color

Color Information

Color Name

Grayish Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

N/A

CSS Class

bg-[hsl(82,13%,54%)]

Color Conversions

Format Value CSS Usage
HSL hsl(82, 13%, 54%) color: hsl(82, 13%, 54%)
HEX #8E997A color: #8E997A
RGB rgb(142, 153, 122) color: rgb(142, 153, 122)
CMYK cmyk(7%, 0%, 20%, 40%)
HSV hsv(81, 20%, 60%)
HWB hwb(81 48% 40%) color: hwb(81 48% 40%)
OKLCH oklch(0.6655 0.0461 123.53) color: oklch(0.6655 0.0461 123.53)
Lab lab(61.6 -9.67 15) color: lab(61.6 -9.67 15)
LCH lch(61.6 17.85 122.81) color: lch(61.6 17.85 122.81)

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.01:1
vs Black 6.99: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)

#939382 — rgb(147, 147, 130)

Deuteranopia (Green-blind)

#929183 — rgb(146, 145, 131)

Tritanopia (Blue-blind)

#8F8789 — rgb(143, 135, 137)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(82, 13%, 54%);

text

color: hsl(82, 13%, 54%);

border

border: 2px solid hsl(82, 13%, 54%);

gradient light

background: linear-gradient(to right, hsl(82, 13%, 74%), hsl(82, 13%, 54%));

gradient dark

background: linear-gradient(to right, hsl(82, 13%, 54%), hsl(82, 13%, 34%))

hex

background-color: #8E997A;

tailwind

bg-[hsl(82,13%,54%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(82, 13%, 54%, 0.4);

css variable

--color-primary: hsl(82, 13%, 54%);

Related Colors

Use Cases for Grayish Green

Success states Eco/nature brands Finance apps Health apps Confirm buttons

Frequently Asked Questions

What are all the color codes for HSL(82, 13%, 54%)?

HEX: #8E997A | RGB: rgb(142, 153, 122) | CMYK: 7%, 0%, 20%, 40% | HSV: 81°, 20%, 60%. Copy any format from the conversion table above.

What colors go well with #8E997A?

The complementary color is HSL(262, 13%, 54%). For a triadic harmony, use hues 82°, 202°, and 322°. For analogous combinations, try hues 52° and 112°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(82, 13%, 54%) in CSS?

As HSL: color: hsl(82, 13%, 54%); — As HEX: color: #8E997A; — As RGB: color: rgb(142, 153, 122); — Tailwind CSS: bg-[hsl(82,13%,54%)] — CSS variable: --color-primary: hsl(82, 13%, 54%);