HSL(142, 10%, 68%)

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(142,10%,68%)]

Color Conversions

Format Value CSS Usage
HSL hsl(142, 10%, 68%) color: hsl(142, 10%, 68%)
HEX #A5B6AB color: #A5B6AB
RGB rgb(165, 182, 171) color: rgb(165, 182, 171)
CMYK cmyk(9%, 0%, 6%, 29%)
HSV hsv(141, 9%, 71%)
HWB hwb(141 65% 29%) color: hwb(141 65% 29%)
OKLCH oklch(0.7599 0.0244 157.42) color: oklch(0.7599 0.0244 157.42)
Lab lab(72.49 -8.01 3.59) color: lab(72.49 -8.01 3.59)
LCH lch(72.49 8.78 155.86) color: lch(72.49 8.78 155.86)

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.13:1
vs Black 9.88: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)

#ACADAE — rgb(172, 173, 174)

Deuteranopia (Green-blind)

#ABAAAE — rgb(171, 170, 174)

Tritanopia (Blue-blind)

#A6B0B0 — rgb(166, 176, 176)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(142, 10%, 68%);

text

color: hsl(142, 10%, 68%);

border

border: 2px solid hsl(142, 10%, 68%);

gradient light

background: linear-gradient(to right, hsl(142, 10%, 88%), hsl(142, 10%, 68%));

gradient dark

background: linear-gradient(to right, hsl(142, 10%, 68%), hsl(142, 10%, 48%))

hex

background-color: #A5B6AB;

tailwind

bg-[hsl(142,10%,68%)]

box shadow

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

css variable

--color-primary: hsl(142, 10%, 68%);

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(142, 10%, 68%)?

HEX: #A5B6AB | RGB: rgb(165, 182, 171) | CMYK: 9%, 0%, 6%, 29% | HSV: 141°, 9%, 71%. Copy any format from the conversion table above.

What colors go well with #A5B6AB?

The complementary color is HSL(322, 10%, 68%). For a triadic harmony, use hues 142°, 262°, and 22°. For analogous combinations, try hues 112° and 172°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(142, 10%, 68%) in CSS?

As HSL: color: hsl(142, 10%, 68%); — As HEX: color: #A5B6AB; — As RGB: color: rgb(165, 182, 171); — Tailwind CSS: bg-[hsl(142,10%,68%)] — CSS variable: --color-primary: hsl(142, 10%, 68%);