HSL(113, 10%, 58%)

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(113,10%,58%)]

Color Conversions

Format Value CSS Usage
HSL hsl(113, 10%, 58%) color: hsl(113, 10%, 58%)
HEX #8C9F89 color: #8C9F89
RGB rgb(140, 159, 137) color: rgb(140, 159, 137)
CMYK cmyk(12%, 0%, 14%, 38%)
HSV hsv(112, 14%, 62%)
HWB hwb(112 53% 38%) color: hwb(112 53% 38%)
OKLCH oklch(0.6812 0.0384 141.34) color: oklch(0.6812 0.0384 141.34)
Lab lab(63.49 -11.02 9.25) color: lab(63.49 -11.02 9.25)
LCH lch(63.49 14.39 139.99) color: lch(63.49 14.39 139.99)

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

#94948E — rgb(148, 148, 142)

Deuteranopia (Green-blind)

#939290 — rgb(147, 146, 144)

Tritanopia (Blue-blind)

#8D9393 — rgb(141, 147, 147)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(113, 10%, 58%);

text

color: hsl(113, 10%, 58%);

border

border: 2px solid hsl(113, 10%, 58%);

gradient light

background: linear-gradient(to right, hsl(113, 10%, 78%), hsl(113, 10%, 58%));

gradient dark

background: linear-gradient(to right, hsl(113, 10%, 58%), hsl(113, 10%, 38%))

hex

background-color: #8C9F89;

tailwind

bg-[hsl(113,10%,58%)]

box shadow

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

css variable

--color-primary: hsl(113, 10%, 58%);

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(113, 10%, 58%)?

HEX: #8C9F89 | RGB: rgb(140, 159, 137) | CMYK: 12%, 0%, 14%, 38% | HSV: 112°, 14%, 62%. Copy any format from the conversion table above.

What colors go well with #8C9F89?

The complementary color is HSL(293, 10%, 58%). For a triadic harmony, use hues 113°, 233°, and 353°. For analogous combinations, try hues 83° and 143°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(113, 10%, 58%) in CSS?

As HSL: color: hsl(113, 10%, 58%); — As HEX: color: #8C9F89; — As RGB: color: rgb(140, 159, 137); — Tailwind CSS: bg-[hsl(113,10%,58%)] — CSS variable: --color-primary: hsl(113, 10%, 58%);