HSL(108, 10%, 32%)

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%,32%)]

Color Conversions

Format Value CSS Usage
HSL hsl(108, 10%, 32%) color: hsl(108, 10%, 32%)
HEX #4D5A49 color: #4D5A49
RGB rgb(77, 90, 73) color: rgb(77, 90, 73)
CMYK cmyk(14%, 0%, 19%, 65%)
HSV hsv(106, 19%, 35%)
HWB hwb(106 28% 65%) color: hwb(106 28% 65%)
OKLCH oklch(0.4511 0.0316 138.35) color: oklch(0.4511 0.0316 138.35)
Lab lab(36.69 -8.73 8.16) color: lab(36.69 -8.73 8.16)
LCH lch(36.69 11.95 136.93) color: lch(36.69 11.95 136.93)

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 7.31:1
vs Black 2.87:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: FAIL ✗

AAA Normal (7:1)

on White: PASS ✓

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#53534D — rgb(83, 83, 77)

Deuteranopia (Green-blind)

#52514E — rgb(82, 81, 78)

Tritanopia (Blue-blind)

#4E5051 — rgb(78, 80, 81)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

background: linear-gradient(to right, hsl(108, 10%, 52%), hsl(108, 10%, 32%));

gradient dark

background: linear-gradient(to right, hsl(108, 10%, 32%), hsl(108, 10%, 12%))

hex

background-color: #4D5A49;

tailwind

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

box shadow

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

css variable

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

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%, 32%)?

HEX: #4D5A49 | RGB: rgb(77, 90, 73) | CMYK: 14%, 0%, 19%, 65% | HSV: 106°, 19%, 35%. Copy any format from the conversion table above.

What colors go well with #4D5A49?

The complementary color is HSL(288, 10%, 32%). 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%, 32%) in CSS?

As HSL: color: hsl(108, 10%, 32%); — As HEX: color: #4D5A49; — As RGB: color: rgb(77, 90, 73); — Tailwind CSS: bg-[hsl(108,10%,32%)] — CSS variable: --color-primary: hsl(108, 10%, 32%);