HSL(121, 10%, 47%)

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(121,10%,47%)]

Color Conversions

Format Value CSS Usage
HSL hsl(121, 10%, 47%) color: hsl(121, 10%, 47%)
HEX #6C846C color: #6C846C
RGB rgb(108, 132, 108) color: rgb(108, 132, 108)
CMYK cmyk(18%, 0%, 18%, 48%)
HSV hsv(120, 18%, 52%)
HWB hwb(120 43% 48%) color: hwb(120 43% 48%)
OKLCH oklch(0.5873 0.0455 144.97) color: oklch(0.5873 0.0455 144.97)
Lab lab(52.7 -13.63 10.14) color: lab(52.7 -13.63 10.14)
LCH lch(52.7 16.99 143.35) color: lch(52.7 16.99 143.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 4.07:1
vs Black 5.15: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)

#767772 — rgb(118, 119, 114)

Deuteranopia (Green-blind)

#757373 — rgb(117, 115, 115)

Tritanopia (Blue-blind)

#6D7677 — rgb(109, 118, 119)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(121, 10%, 47%);

text

color: hsl(121, 10%, 47%);

border

border: 2px solid hsl(121, 10%, 47%);

gradient light

background: linear-gradient(to right, hsl(121, 10%, 67%), hsl(121, 10%, 47%));

gradient dark

background: linear-gradient(to right, hsl(121, 10%, 47%), hsl(121, 10%, 27%))

hex

background-color: #6C846C;

tailwind

bg-[hsl(121,10%,47%)]

box shadow

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

css variable

--color-primary: hsl(121, 10%, 47%);

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(121, 10%, 47%)?

HEX: #6C846C | RGB: rgb(108, 132, 108) | CMYK: 18%, 0%, 18%, 48% | HSV: 120°, 18%, 52%. Copy any format from the conversion table above.

What colors go well with #6C846C?

The complementary color is HSL(301, 10%, 47%). For a triadic harmony, use hues 121°, 241°, and 1°. For analogous combinations, try hues 91° and 151°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(121, 10%, 47%) in CSS?

As HSL: color: hsl(121, 10%, 47%); — As HEX: color: #6C846C; — As RGB: color: rgb(108, 132, 108); — Tailwind CSS: bg-[hsl(121,10%,47%)] — CSS variable: --color-primary: hsl(121, 10%, 47%);