HSL(71, 10%, 64%)

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(71,10%,64%)]

Color Conversions

Format Value CSS Usage
HSL hsl(71, 10%, 64%) color: hsl(71, 10%, 64%)
HEX #A9AC9A color: #A9AC9A
RGB rgb(169, 172, 154) color: rgb(169, 172, 154)
CMYK cmyk(2%, 0%, 10%, 33%)
HSV hsv(70, 10%, 67%)
HWB hwb(70 60% 33%) color: hwb(70 60% 33%)
OKLCH oklch(0.7369 0.0255 114.71) color: oklch(0.7369 0.0255 114.71)
Lab lab(69.66 -4.33 8.9) color: lab(69.66 -4.33 8.9)
LCH lch(69.66 9.9 115.94) color: lch(69.66 9.9 115.94)

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.32:1
vs Black 9.05: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)

#AAAA9E — rgb(170, 170, 158)

Deuteranopia (Green-blind)

#AAAA9F — rgb(170, 170, 159)

Tritanopia (Blue-blind)

#A9A2A3 — rgb(169, 162, 163)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(71, 10%, 64%);

text

color: hsl(71, 10%, 64%);

border

border: 2px solid hsl(71, 10%, 64%);

gradient light

background: linear-gradient(to right, hsl(71, 10%, 84%), hsl(71, 10%, 64%));

gradient dark

background: linear-gradient(to right, hsl(71, 10%, 64%), hsl(71, 10%, 44%))

hex

background-color: #A9AC9A;

tailwind

bg-[hsl(71,10%,64%)]

box shadow

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

css variable

--color-primary: hsl(71, 10%, 64%);

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(71, 10%, 64%)?

HEX: #A9AC9A | RGB: rgb(169, 172, 154) | CMYK: 2%, 0%, 10%, 33% | HSV: 70°, 10%, 67%. Copy any format from the conversion table above.

What colors go well with #A9AC9A?

The complementary color is HSL(251, 10%, 64%). For a triadic harmony, use hues 71°, 191°, and 311°. For analogous combinations, try hues 41° and 101°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(71, 10%, 64%) in CSS?

As HSL: color: hsl(71, 10%, 64%); — As HEX: color: #A9AC9A; — As RGB: color: rgb(169, 172, 154); — Tailwind CSS: bg-[hsl(71,10%,64%)] — CSS variable: --color-primary: hsl(71, 10%, 64%);