HSL(108, 10%, 36%)

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(108,10%,36%)]

Color Conversions

Format Value CSS Usage
HSL hsl(108, 10%, 36%) color: hsl(108, 10%, 36%)
HEX #566553 color: #566553
RGB rgb(86, 101, 83) color: rgb(86, 101, 83)
CMYK cmyk(15%, 0%, 18%, 60%)
HSV hsv(110, 18%, 40%)
HWB hwb(110 33% 60%) color: hwb(110 33% 60%)
OKLCH oklch(0.4886 0.0337 140.43) color: oklch(0.4886 0.0337 140.43)
Lab lab(41.07 -9.55 8.31) color: lab(41.07 -9.55 8.31)
LCH lch(41.07 12.66 138.97) color: lch(41.07 12.66 138.97)

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.21:1
vs Black 3.38: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)

#5C5D57 — rgb(92, 93, 87)

Deuteranopia (Green-blind)

#5C5B58 — rgb(92, 91, 88)

Tritanopia (Blue-blind)

#575B5C — rgb(87, 91, 92)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(108, 10%, 36%);

text

color: hsl(108, 10%, 36%);

border

border: 2px solid hsl(108, 10%, 36%);

gradient light

background: linear-gradient(to right, hsl(108, 10%, 56%), hsl(108, 10%, 36%));

gradient dark

background: linear-gradient(to right, hsl(108, 10%, 36%), hsl(108, 10%, 16%))

hex

background-color: #566553;

tailwind

bg-[hsl(108,10%,36%)]

box shadow

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

css variable

--color-primary: hsl(108, 10%, 36%);

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(108, 10%, 36%)?

HEX: #566553 | RGB: rgb(86, 101, 83) | CMYK: 15%, 0%, 18%, 60% | HSV: 110°, 18%, 40%. Copy any format from the conversion table above.

What colors go well with #566553?

The complementary color is HSL(288, 10%, 36%). For a triadic harmony, use hues 108°, 228°, and 348°. For analogous combinations, try hues 78° and 138°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(108, 10%, 36%) in CSS?

As HSL: color: hsl(108, 10%, 36%); — As HEX: color: #566553; — As RGB: color: rgb(86, 101, 83); — Tailwind CSS: bg-[hsl(108,10%,36%)] — CSS variable: --color-primary: hsl(108, 10%, 36%);