HSL(90, 13%, 35%)

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(90,13%,35%)]

Color Conversions

Format Value CSS Usage
HSL hsl(90, 13%, 35%) color: hsl(90, 13%, 35%)
HEX #59654E color: #59654E
RGB rgb(89, 101, 78) color: rgb(89, 101, 78)
CMYK cmyk(12%, 0%, 23%, 60%)
HSV hsv(91, 23%, 40%)
HWB hwb(91 31% 60%) color: hwb(91 31% 60%)
OKLCH oklch(0.4897 0.0386 130.18) color: oklch(0.4897 0.0386 130.18)
Lab lab(41.19 -9.29 11.53) color: lab(41.19 -9.29 11.53)
LCH lch(41.19 14.81 128.86) color: lch(41.19 14.81 128.86)

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 6.18:1
vs Black 3.4: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)

#5E5E54 — rgb(94, 94, 84)

Deuteranopia (Green-blind)

#5E5D55 — rgb(94, 93, 85)

Tritanopia (Blue-blind)

#5A5859 — rgb(90, 88, 89)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(90, 13%, 35%);

text

color: hsl(90, 13%, 35%);

border

border: 2px solid hsl(90, 13%, 35%);

gradient light

background: linear-gradient(to right, hsl(90, 13%, 55%), hsl(90, 13%, 35%));

gradient dark

background: linear-gradient(to right, hsl(90, 13%, 35%), hsl(90, 13%, 15%))

hex

background-color: #59654E;

tailwind

bg-[hsl(90,13%,35%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(90, 13%, 35%, 0.4);

css variable

--color-primary: hsl(90, 13%, 35%);

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(90, 13%, 35%)?

HEX: #59654E | RGB: rgb(89, 101, 78) | CMYK: 12%, 0%, 23%, 60% | HSV: 91°, 23%, 40%. Copy any format from the conversion table above.

What colors go well with #59654E?

The complementary color is HSL(270, 13%, 35%). For a triadic harmony, use hues 90°, 210°, and 330°. For analogous combinations, try hues 60° and 120°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(90, 13%, 35%) in CSS?

As HSL: color: hsl(90, 13%, 35%); — As HEX: color: #59654E; — As RGB: color: rgb(89, 101, 78); — Tailwind CSS: bg-[hsl(90,13%,35%)] — CSS variable: --color-primary: hsl(90, 13%, 35%);