HSL(84, 12%, 55%)

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(84,12%,55%)]

Color Conversions

Format Value CSS Usage
HSL hsl(84, 12%, 55%) color: hsl(84, 12%, 55%)
HEX #8F9A7E color: #8F9A7E
RGB rgb(143, 154, 126) color: rgb(143, 154, 126)
CMYK cmyk(7%, 0%, 18%, 40%)
HSV hsv(84, 18%, 60%)
HWB hwb(84 49% 40%) color: hwb(84 49% 40%)
OKLCH oklch(0.6695 0.042 124.98) color: oklch(0.6695 0.042 124.98)
Lab lab(62.05 -9.16 13.4) color: lab(62.05 -9.16 13.4)
LCH lch(62.05 16.23 124.36) color: lch(62.05 16.23 124.36)

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.96:1
vs Black 7.09: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)

#949485 — rgb(148, 148, 133)

Deuteranopia (Green-blind)

#939286 — rgb(147, 146, 134)

Tritanopia (Blue-blind)

#908A8B — rgb(144, 138, 139)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(84, 12%, 55%);

text

color: hsl(84, 12%, 55%);

border

border: 2px solid hsl(84, 12%, 55%);

gradient light

background: linear-gradient(to right, hsl(84, 12%, 75%), hsl(84, 12%, 55%));

gradient dark

background: linear-gradient(to right, hsl(84, 12%, 55%), hsl(84, 12%, 35%))

hex

background-color: #8F9A7E;

tailwind

bg-[hsl(84,12%,55%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(84, 12%, 55%, 0.4);

css variable

--color-primary: hsl(84, 12%, 55%);

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(84, 12%, 55%)?

HEX: #8F9A7E | RGB: rgb(143, 154, 126) | CMYK: 7%, 0%, 18%, 40% | HSV: 84°, 18%, 60%. Copy any format from the conversion table above.

What colors go well with #8F9A7E?

The complementary color is HSL(264, 12%, 55%). For a triadic harmony, use hues 84°, 204°, and 324°. For analogous combinations, try hues 54° and 114°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(84, 12%, 55%) in CSS?

As HSL: color: hsl(84, 12%, 55%); — As HEX: color: #8F9A7E; — As RGB: color: rgb(143, 154, 126); — Tailwind CSS: bg-[hsl(84,12%,55%)] — CSS variable: --color-primary: hsl(84, 12%, 55%);