HSL(132, 11%, 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(132,11%,65%)]

Color Conversions

Format Value CSS Usage
HSL hsl(132, 11%, 65%) color: hsl(132, 11%, 65%)
HEX #9CB0A0 color: #9CB0A0
RGB rgb(156, 176, 160) color: rgb(156, 176, 160)
CMYK cmyk(11%, 0%, 9%, 31%)
HSV hsv(132, 11%, 69%)
HWB hwb(132 61% 31%) color: hwb(132 61% 31%)
OKLCH oklch(0.7371 0.0318 151.34) color: oklch(0.7371 0.0318 151.34)
Lab lab(69.93 -10.06 5.86) color: lab(69.93 -10.06 5.86)
LCH lch(69.93 11.64 149.78) color: lch(69.93 11.64 149.78)

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.3:1
vs Black 9.13: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)

#A5A5A4 — rgb(165, 165, 164)

Deuteranopia (Green-blind)

#A4A2A5 — rgb(164, 162, 165)

Tritanopia (Blue-blind)

#9DA7A8 — rgb(157, 167, 168)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(132, 11%, 65%);

text

color: hsl(132, 11%, 65%);

border

border: 2px solid hsl(132, 11%, 65%);

gradient light

background: linear-gradient(to right, hsl(132, 11%, 85%), hsl(132, 11%, 65%));

gradient dark

background: linear-gradient(to right, hsl(132, 11%, 65%), hsl(132, 11%, 45%))

hex

background-color: #9CB0A0;

tailwind

bg-[hsl(132,11%,65%)]

box shadow

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

css variable

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

HEX: #9CB0A0 | RGB: rgb(156, 176, 160) | CMYK: 11%, 0%, 9%, 31% | HSV: 132°, 11%, 69%. Copy any format from the conversion table above.

What colors go well with #9CB0A0?

The complementary color is HSL(312, 11%, 65%). For a triadic harmony, use hues 132°, 252°, and 12°. For analogous combinations, try hues 102° and 162°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(132, 11%, 65%) in CSS?

As HSL: color: hsl(132, 11%, 65%); — As HEX: color: #9CB0A0; — As RGB: color: rgb(156, 176, 160); — Tailwind CSS: bg-[hsl(132,11%,65%)] — CSS variable: --color-primary: hsl(132, 11%, 65%);