HSL(101, 14%, 65%)

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(101,14%,65%)]

Color Conversions

Format Value CSS Usage
HSL hsl(101, 14%, 65%) color: hsl(101, 14%, 65%)
HEX #A1B299 color: #A1B299
RGB rgb(161, 178, 153) color: rgb(161, 178, 153)
CMYK cmyk(10%, 0%, 14%, 30%)
HSV hsv(101, 14%, 70%)
HWB hwb(101 60% 30%) color: hwb(101 60% 30%)
OKLCH oklch(0.7433 0.0399 135.56) color: oklch(0.7433 0.0399 135.56)
Lab lab(70.68 -10.61 10.8) color: lab(70.68 -10.61 10.8)
LCH lch(70.68 15.14 134.49) color: lch(70.68 15.14 134.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.25:1
vs Black 9.34: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)

#A8A99F — rgb(168, 169, 159)

Deuteranopia (Green-blind)

#A7A6A1 — rgb(167, 166, 161)

Tritanopia (Blue-blind)

#A2A4A5 — rgb(162, 164, 165)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(101, 14%, 65%);

text

color: hsl(101, 14%, 65%);

border

border: 2px solid hsl(101, 14%, 65%);

gradient light

background: linear-gradient(to right, hsl(101, 14%, 85%), hsl(101, 14%, 65%));

gradient dark

background: linear-gradient(to right, hsl(101, 14%, 65%), hsl(101, 14%, 45%))

hex

background-color: #A1B299;

tailwind

bg-[hsl(101,14%,65%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(101, 14%, 65%, 0.4);

css variable

--color-primary: hsl(101, 14%, 65%);

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(101, 14%, 65%)?

HEX: #A1B299 | RGB: rgb(161, 178, 153) | CMYK: 10%, 0%, 14%, 30% | HSV: 101°, 14%, 70%. Copy any format from the conversion table above.

What colors go well with #A1B299?

The complementary color is HSL(281, 14%, 65%). For a triadic harmony, use hues 101°, 221°, and 341°. For analogous combinations, try hues 71° and 131°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(101, 14%, 65%) in CSS?

As HSL: color: hsl(101, 14%, 65%); — As HEX: color: #A1B299; — As RGB: color: rgb(161, 178, 153); — Tailwind CSS: bg-[hsl(101,14%,65%)] — CSS variable: --color-primary: hsl(101, 14%, 65%);