HSL(80, 10%, 63%)

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(80,10%,63%)]

Color Conversions

Format Value CSS Usage
HSL hsl(80, 10%, 63%) color: hsl(80, 10%, 63%)
HEX #A4AA97 color: #A4AA97
RGB rgb(164, 170, 151) color: rgb(164, 170, 151)
CMYK cmyk(4%, 0%, 11%, 33%)
HSV hsv(79, 11%, 67%)
HWB hwb(79 60% 33%) color: hwb(79 60% 33%)
OKLCH oklch(0.7278 0.0276 121.36) color: oklch(0.7278 0.0276 121.36)
Lab lab(68.66 -5.62 9.07) color: lab(68.66 -5.62 9.07)
LCH lch(68.66 10.67 121.78) color: lch(68.66 10.67 121.78)

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 2.39:1
vs Black 8.78:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: FAIL ✗ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#A7A79C — rgb(167, 167, 156)

Deuteranopia (Green-blind)

#A6A69D — rgb(166, 166, 157)

Tritanopia (Blue-blind)

#A49FA0 — rgb(164, 159, 160)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(80, 10%, 63%);

text

color: hsl(80, 10%, 63%);

border

border: 2px solid hsl(80, 10%, 63%);

gradient light

background: linear-gradient(to right, hsl(80, 10%, 83%), hsl(80, 10%, 63%));

gradient dark

background: linear-gradient(to right, hsl(80, 10%, 63%), hsl(80, 10%, 43%))

hex

background-color: #A4AA97;

tailwind

bg-[hsl(80,10%,63%)]

box shadow

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

css variable

--color-primary: hsl(80, 10%, 63%);

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(80, 10%, 63%)?

HEX: #A4AA97 | RGB: rgb(164, 170, 151) | CMYK: 4%, 0%, 11%, 33% | HSV: 79°, 11%, 67%. Copy any format from the conversion table above.

What colors go well with #A4AA97?

The complementary color is HSL(260, 10%, 63%). For a triadic harmony, use hues 80°, 200°, and 320°. For analogous combinations, try hues 50° and 110°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(80, 10%, 63%) in CSS?

As HSL: color: hsl(80, 10%, 63%); — As HEX: color: #A4AA97; — As RGB: color: rgb(164, 170, 151); — Tailwind CSS: bg-[hsl(80,10%,63%)] — CSS variable: --color-primary: hsl(80, 10%, 63%);