HSL(148, 10%, 39%)

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(148,10%,39%)]

Color Conversions

Format Value CSS Usage
HSL hsl(148, 10%, 39%) color: hsl(148, 10%, 39%)
HEX #5A6D63 color: #5A6D63
RGB rgb(90, 109, 99) color: rgb(90, 109, 99)
CMYK cmyk(17%, 0%, 9%, 57%)
HSV hsv(148, 17%, 43%)
HWB hwb(148 36% 57%) color: hwb(148 36% 57%)
OKLCH oklch(0.516 0.0276 162.35) color: oklch(0.516 0.0276 162.35)
Lab lab(44.25 -9.31 3.23) color: lab(44.25 -9.31 3.23)
LCH lch(44.25 9.85 160.87) color: lch(44.25 9.85 160.87)

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 5.52:1
vs Black 3.8:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#626265 — rgb(98, 98, 101)

Deuteranopia (Green-blind)

#616066 — rgb(97, 96, 102)

Tritanopia (Blue-blind)

#5B6768 — rgb(91, 103, 104)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(148, 10%, 39%);

text

color: hsl(148, 10%, 39%);

border

border: 2px solid hsl(148, 10%, 39%);

gradient light

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

gradient dark

background: linear-gradient(to right, hsl(148, 10%, 39%), hsl(148, 10%, 19%))

hex

background-color: #5A6D63;

tailwind

bg-[hsl(148,10%,39%)]

box shadow

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

css variable

--color-primary: hsl(148, 10%, 39%);

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(148, 10%, 39%)?

HEX: #5A6D63 | RGB: rgb(90, 109, 99) | CMYK: 17%, 0%, 9%, 57% | HSV: 148°, 17%, 43%. Copy any format from the conversion table above.

What colors go well with #5A6D63?

The complementary color is HSL(328, 10%, 39%). For a triadic harmony, use hues 148°, 268°, and 28°. For analogous combinations, try hues 118° and 178°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(148, 10%, 39%) in CSS?

As HSL: color: hsl(148, 10%, 39%); — As HEX: color: #5A6D63; — As RGB: color: rgb(90, 109, 99); — Tailwind CSS: bg-[hsl(148,10%,39%)] — CSS variable: --color-primary: hsl(148, 10%, 39%);