HSL(140, 10%, 62%)

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(140,10%,62%)]

Color Conversions

Format Value CSS Usage
HSL hsl(140, 10%, 62%) color: hsl(140, 10%, 62%)
HEX #94A89B color: #94A89B
RGB rgb(148, 168, 155) color: rgb(148, 168, 155)
CMYK cmyk(12%, 0%, 8%, 34%)
HSV hsv(141, 12%, 66%)
HWB hwb(141 58% 34%) color: hwb(141 58% 34%)
OKLCH oklch(0.7122 0.0292 157.1) color: oklch(0.7122 0.0292 157.1)
Lab lab(67.03 -9.57 4.36) color: lab(67.03 -9.57 4.36)
LCH lch(67.03 10.52 155.51) color: lch(67.03 10.52 155.51)

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.52:1
vs Black 8.33: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)

#9D9D9E — rgb(157, 157, 158)

Deuteranopia (Green-blind)

#9C9A9F — rgb(156, 154, 159)

Tritanopia (Blue-blind)

#95A1A1 — rgb(149, 161, 161)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(140, 10%, 62%);

text

color: hsl(140, 10%, 62%);

border

border: 2px solid hsl(140, 10%, 62%);

gradient light

background: linear-gradient(to right, hsl(140, 10%, 82%), hsl(140, 10%, 62%));

gradient dark

background: linear-gradient(to right, hsl(140, 10%, 62%), hsl(140, 10%, 42%))

hex

background-color: #94A89B;

tailwind

bg-[hsl(140,10%,62%)]

box shadow

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

css variable

--color-primary: hsl(140, 10%, 62%);

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(140, 10%, 62%)?

HEX: #94A89B | RGB: rgb(148, 168, 155) | CMYK: 12%, 0%, 8%, 34% | HSV: 141°, 12%, 66%. Copy any format from the conversion table above.

What colors go well with #94A89B?

The complementary color is HSL(320, 10%, 62%). For a triadic harmony, use hues 140°, 260°, and 20°. For analogous combinations, try hues 110° and 170°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(140, 10%, 62%) in CSS?

As HSL: color: hsl(140, 10%, 62%); — As HEX: color: #94A89B; — As RGB: color: rgb(148, 168, 155); — Tailwind CSS: bg-[hsl(140,10%,62%)] — CSS variable: --color-primary: hsl(140, 10%, 62%);