HSL(82, 11%, 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(82,11%,64%)]

Color Conversions

Format Value CSS Usage
HSL hsl(82, 11%, 64%) color: hsl(82, 11%, 64%)
HEX #A6AD99 color: #A6AD99
RGB rgb(166, 173, 153) color: rgb(166, 173, 153)
CMYK cmyk(4%, 0%, 12%, 32%)
HSV hsv(81, 12%, 68%)
HWB hwb(81 60% 32%) color: hwb(81 60% 32%)
OKLCH oklch(0.7364 0.0292 122.84) color: oklch(0.7364 0.0292 122.84)
Lab lab(69.68 -6.14 9.44) color: lab(69.68 -6.14 9.44)
LCH lch(69.68 11.26 123.04) color: lch(69.68 11.26 123.04)

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.06: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)

#A9A99E — rgb(169, 169, 158)

Deuteranopia (Green-blind)

#A9A89F — rgb(169, 168, 159)

Tritanopia (Blue-blind)

#A6A2A3 — rgb(166, 162, 163)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(82, 11%, 64%);

text

color: hsl(82, 11%, 64%);

border

border: 2px solid hsl(82, 11%, 64%);

gradient light

background: linear-gradient(to right, hsl(82, 11%, 84%), hsl(82, 11%, 64%));

gradient dark

background: linear-gradient(to right, hsl(82, 11%, 64%), hsl(82, 11%, 44%))

hex

background-color: #A6AD99;

tailwind

bg-[hsl(82,11%,64%)]

box shadow

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

css variable

--color-primary: hsl(82, 11%, 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(82, 11%, 64%)?

HEX: #A6AD99 | RGB: rgb(166, 173, 153) | CMYK: 4%, 0%, 12%, 32% | HSV: 81°, 12%, 68%. Copy any format from the conversion table above.

What colors go well with #A6AD99?

The complementary color is HSL(262, 11%, 64%). For a triadic harmony, use hues 82°, 202°, and 322°. For analogous combinations, try hues 52° and 112°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(82, 11%, 64%) in CSS?

As HSL: color: hsl(82, 11%, 64%); — As HEX: color: #A6AD99; — As RGB: color: rgb(166, 173, 153); — Tailwind CSS: bg-[hsl(82,11%,64%)] — CSS variable: --color-primary: hsl(82, 11%, 64%);