HSL(72, 10%, 59%)

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(72,10%,59%)]

Color Conversions

Format Value CSS Usage
HSL hsl(72, 10%, 59%) color: hsl(72, 10%, 59%)
HEX #9DA18C color: #9DA18C
RGB rgb(157, 161, 140) color: rgb(157, 161, 140)
CMYK cmyk(2%, 0%, 13%, 37%)
HSV hsv(71, 13%, 63%)
HWB hwb(71 55% 37%) color: hwb(71 55% 37%)
OKLCH oklch(0.6998 0.0301 115.94) color: oklch(0.6998 0.0301 115.94)
Lab lab(65.4 -5.27 10.46) color: lab(65.4 -5.27 10.46)
LCH lch(65.4 11.71 116.74) color: lch(65.4 11.71 116.74)

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.65:1
vs Black 7.91: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)

#9F9F91 — rgb(159, 159, 145)

Deuteranopia (Green-blind)

#9F9E92 — rgb(159, 158, 146)

Tritanopia (Blue-blind)

#9D9596 — rgb(157, 149, 150)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(72, 10%, 59%);

text

color: hsl(72, 10%, 59%);

border

border: 2px solid hsl(72, 10%, 59%);

gradient light

background: linear-gradient(to right, hsl(72, 10%, 79%), hsl(72, 10%, 59%));

gradient dark

background: linear-gradient(to right, hsl(72, 10%, 59%), hsl(72, 10%, 39%))

hex

background-color: #9DA18C;

tailwind

bg-[hsl(72,10%,59%)]

box shadow

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

css variable

--color-primary: hsl(72, 10%, 59%);

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(72, 10%, 59%)?

HEX: #9DA18C | RGB: rgb(157, 161, 140) | CMYK: 2%, 0%, 13%, 37% | HSV: 71°, 13%, 63%. Copy any format from the conversion table above.

What colors go well with #9DA18C?

The complementary color is HSL(252, 10%, 59%). For a triadic harmony, use hues 72°, 192°, and 312°. For analogous combinations, try hues 42° and 102°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(72, 10%, 59%) in CSS?

As HSL: color: hsl(72, 10%, 59%); — As HEX: color: #9DA18C; — As RGB: color: rgb(157, 161, 140); — Tailwind CSS: bg-[hsl(72,10%,59%)] — CSS variable: --color-primary: hsl(72, 10%, 59%);