HSL(125, 12%, 41%)

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(125,12%,41%)]

Color Conversions

Format Value CSS Usage
HSL hsl(125, 12%, 41%) color: hsl(125, 12%, 41%)
HEX #5C755E color: #5C755E
RGB rgb(92, 117, 94) color: rgb(92, 117, 94)
CMYK cmyk(21%, 0%, 20%, 54%)
HSV hsv(125, 21%, 46%)
HWB hwb(125 36% 54%) color: hwb(125 36% 54%)
OKLCH oklch(0.5356 0.046 147.02) color: oklch(0.5356 0.046 147.02)
Lab lab(46.72 -14.09 9.74) color: lab(46.72 -14.09 9.74)
LCH lch(46.72 17.13 145.35) color: lch(46.72 17.13 145.35)

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.05:1
vs Black 4.16: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)

#676764 — rgb(103, 103, 100)

Deuteranopia (Green-blind)

#656465 — rgb(101, 100, 101)

Tritanopia (Blue-blind)

#5D6869 — rgb(93, 104, 105)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(125, 12%, 41%);

text

color: hsl(125, 12%, 41%);

border

border: 2px solid hsl(125, 12%, 41%);

gradient light

background: linear-gradient(to right, hsl(125, 12%, 61%), hsl(125, 12%, 41%));

gradient dark

background: linear-gradient(to right, hsl(125, 12%, 41%), hsl(125, 12%, 21%))

hex

background-color: #5C755E;

tailwind

bg-[hsl(125,12%,41%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(125, 12%, 41%, 0.4);

css variable

--color-primary: hsl(125, 12%, 41%);

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(125, 12%, 41%)?

HEX: #5C755E | RGB: rgb(92, 117, 94) | CMYK: 21%, 0%, 20%, 54% | HSV: 125°, 21%, 46%. Copy any format from the conversion table above.

What colors go well with #5C755E?

The complementary color is HSL(305, 12%, 41%). For a triadic harmony, use hues 125°, 245°, and 5°. For analogous combinations, try hues 95° and 155°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(125, 12%, 41%) in CSS?

As HSL: color: hsl(125, 12%, 41%); — As HEX: color: #5C755E; — As RGB: color: rgb(92, 117, 94); — Tailwind CSS: bg-[hsl(125,12%,41%)] — CSS variable: --color-primary: hsl(125, 12%, 41%);