HSL(144, 10%, 67%)

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(144,10%,67%)]

Color Conversions

Format Value CSS Usage
HSL hsl(144, 10%, 67%) color: hsl(144, 10%, 67%)
HEX #A2B3A9 color: #A2B3A9
RGB rgb(162, 179, 169) color: rgb(162, 179, 169)
CMYK cmyk(9%, 0%, 6%, 30%)
HSV hsv(145, 9%, 70%)
HWB hwb(145 64% 30%) color: hwb(145 64% 30%)
OKLCH oklch(0.7506 0.0236 160.03) color: oklch(0.7506 0.0236 160.03)
Lab lab(71.41 -7.84 3.09) color: lab(71.41 -7.84 3.09)
LCH lch(71.41 8.43 158.49) color: lch(71.41 8.43 158.49)

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.2:1
vs Black 9.56: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)

#A9AAAB — rgb(169, 170, 171)

Deuteranopia (Green-blind)

#A8A7AC — rgb(168, 167, 172)

Tritanopia (Blue-blind)

#A3ADAE — rgb(163, 173, 174)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(144, 10%, 67%);

text

color: hsl(144, 10%, 67%);

border

border: 2px solid hsl(144, 10%, 67%);

gradient light

background: linear-gradient(to right, hsl(144, 10%, 87%), hsl(144, 10%, 67%));

gradient dark

background: linear-gradient(to right, hsl(144, 10%, 67%), hsl(144, 10%, 47%))

hex

background-color: #A2B3A9;

tailwind

bg-[hsl(144,10%,67%)]

box shadow

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

css variable

--color-primary: hsl(144, 10%, 67%);

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(144, 10%, 67%)?

HEX: #A2B3A9 | RGB: rgb(162, 179, 169) | CMYK: 9%, 0%, 6%, 30% | HSV: 145°, 9%, 70%. Copy any format from the conversion table above.

What colors go well with #A2B3A9?

The complementary color is HSL(324, 10%, 67%). For a triadic harmony, use hues 144°, 264°, and 24°. For analogous combinations, try hues 114° and 174°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(144, 10%, 67%) in CSS?

As HSL: color: hsl(144, 10%, 67%); — As HEX: color: #A2B3A9; — As RGB: color: rgb(162, 179, 169); — Tailwind CSS: bg-[hsl(144,10%,67%)] — CSS variable: --color-primary: hsl(144, 10%, 67%);