HSL(96, 10%, 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(96,10%,35%)]

Color Conversions

Format Value CSS Usage
HSL hsl(96, 10%, 35%) color: hsl(96, 10%, 35%)
HEX #576250 color: #576250
RGB rgb(87, 98, 80) color: rgb(87, 98, 80)
CMYK cmyk(11%, 0%, 18%, 62%)
HSV hsv(97, 18%, 38%)
HWB hwb(97 31% 62%) color: hwb(97 31% 62%)
OKLCH oklch(0.4812 0.0313 133.26) color: oklch(0.4812 0.0313 133.26)
Lab lab(40.15 -7.99 8.84) color: lab(40.15 -7.99 8.84)
LCH lch(40.15 11.92 132.11) color: lch(40.15 11.92 132.11)

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.43:1
vs Black 3.27: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)

#5C5C54 — rgb(92, 92, 84)

Deuteranopia (Green-blind)

#5B5A55 — rgb(91, 90, 85)

Tritanopia (Blue-blind)

#585859 — rgb(88, 88, 89)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(96, 10%, 35%);

text

color: hsl(96, 10%, 35%);

border

border: 2px solid hsl(96, 10%, 35%);

gradient light

background: linear-gradient(to right, hsl(96, 10%, 55%), hsl(96, 10%, 35%));

gradient dark

background: linear-gradient(to right, hsl(96, 10%, 35%), hsl(96, 10%, 15%))

hex

background-color: #576250;

tailwind

bg-[hsl(96,10%,35%)]

box shadow

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

css variable

--color-primary: hsl(96, 10%, 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(96, 10%, 35%)?

HEX: #576250 | RGB: rgb(87, 98, 80) | CMYK: 11%, 0%, 18%, 62% | HSV: 97°, 18%, 38%. Copy any format from the conversion table above.

What colors go well with #576250?

The complementary color is HSL(276, 10%, 35%). For a triadic harmony, use hues 96°, 216°, and 336°. For analogous combinations, try hues 66° and 126°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(96, 10%, 35%) in CSS?

As HSL: color: hsl(96, 10%, 35%); — As HEX: color: #576250; — As RGB: color: rgb(87, 98, 80); — Tailwind CSS: bg-[hsl(96,10%,35%)] — CSS variable: --color-primary: hsl(96, 10%, 35%);