HSL(143, 11%, 51%)

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(143,11%,51%)]

Color Conversions

Format Value CSS Usage
HSL hsl(143, 11%, 51%) color: hsl(143, 11%, 51%)
HEX #74907F color: #74907F
RGB rgb(116, 144, 127) color: rgb(116, 144, 127)
CMYK cmyk(19%, 0%, 12%, 44%)
HSV hsv(144, 19%, 56%)
HWB hwb(144 45% 44%) color: hwb(144 45% 44%)
OKLCH oklch(0.6266 0.0406 158.34) color: oklch(0.6266 0.0406 158.34)
Lab lab(57.26 -13.48 5.79) color: lab(57.26 -13.48 5.79)
LCH lch(57.26 14.67 156.76) color: lch(57.26 14.67 156.76)

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 3.48:1
vs Black 6.04:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#808083 — rgb(128, 128, 131)

Deuteranopia (Green-blind)

#7F7C84 — rgb(127, 124, 132)

Tritanopia (Blue-blind)

#758687 — rgb(117, 134, 135)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(143, 11%, 51%);

text

color: hsl(143, 11%, 51%);

border

border: 2px solid hsl(143, 11%, 51%);

gradient light

background: linear-gradient(to right, hsl(143, 11%, 71%), hsl(143, 11%, 51%));

gradient dark

background: linear-gradient(to right, hsl(143, 11%, 51%), hsl(143, 11%, 31%))

hex

background-color: #74907F;

tailwind

bg-[hsl(143,11%,51%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(143, 11%, 51%, 0.4);

css variable

--color-primary: hsl(143, 11%, 51%);

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(143, 11%, 51%)?

HEX: #74907F | RGB: rgb(116, 144, 127) | CMYK: 19%, 0%, 12%, 44% | HSV: 144°, 19%, 56%. Copy any format from the conversion table above.

What colors go well with #74907F?

The complementary color is HSL(323, 11%, 51%). For a triadic harmony, use hues 143°, 263°, and 23°. For analogous combinations, try hues 113° and 173°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(143, 11%, 51%) in CSS?

As HSL: color: hsl(143, 11%, 51%); — As HEX: color: #74907F; — As RGB: color: rgb(116, 144, 127); — Tailwind CSS: bg-[hsl(143,11%,51%)] — CSS variable: --color-primary: hsl(143, 11%, 51%);