HSL(114, 12%, 35%)

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(114,12%,35%)]

Color Conversions

Format Value CSS Usage
HSL hsl(114, 12%, 35%) color: hsl(114, 12%, 35%)
HEX #51644F color: #51644F
RGB rgb(81, 100, 79) color: rgb(81, 100, 79)
CMYK cmyk(19%, 0%, 21%, 61%)
HSV hsv(114, 21%, 39%)
HWB hwb(114 31% 61%) color: hwb(114 31% 61%)
OKLCH oklch(0.4811 0.0404 142.41) color: oklch(0.4811 0.0404 142.41)
Lab lab(40.29 -11.73 9.59) color: lab(40.29 -11.73 9.59)
LCH lch(40.29 15.15 140.73) color: lch(40.29 15.15 140.73)

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.39:1
vs Black 3.29: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)

#595954 — rgb(89, 89, 84)

Deuteranopia (Green-blind)

#585755 — rgb(88, 87, 85)

Tritanopia (Blue-blind)

#525859 — rgb(82, 88, 89)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(114, 12%, 35%);

text

color: hsl(114, 12%, 35%);

border

border: 2px solid hsl(114, 12%, 35%);

gradient light

background: linear-gradient(to right, hsl(114, 12%, 55%), hsl(114, 12%, 35%));

gradient dark

background: linear-gradient(to right, hsl(114, 12%, 35%), hsl(114, 12%, 15%))

hex

background-color: #51644F;

tailwind

bg-[hsl(114,12%,35%)]

box shadow

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

css variable

--color-primary: hsl(114, 12%, 35%);

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(114, 12%, 35%)?

HEX: #51644F | RGB: rgb(81, 100, 79) | CMYK: 19%, 0%, 21%, 61% | HSV: 114°, 21%, 39%. Copy any format from the conversion table above.

What colors go well with #51644F?

The complementary color is HSL(294, 12%, 35%). For a triadic harmony, use hues 114°, 234°, and 354°. For analogous combinations, try hues 84° and 144°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(114, 12%, 35%) in CSS?

As HSL: color: hsl(114, 12%, 35%); — As HEX: color: #51644F; — As RGB: color: rgb(81, 100, 79); — Tailwind CSS: bg-[hsl(114,12%,35%)] — CSS variable: --color-primary: hsl(114, 12%, 35%);