HSL(87, 10%, 75%)

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(87,10%,75%)]

Color Conversions

Format Value CSS Usage
HSL hsl(87, 10%, 75%) color: hsl(87, 10%, 75%)
HEX #C0C6B9 color: #C0C6B9
RGB rgb(192, 198, 185) color: rgb(192, 198, 185)
CMYK cmyk(3%, 0%, 7%, 22%)
HSV hsv(88, 7%, 78%)
HWB hwb(88 73% 22%) color: hwb(88 73% 22%)
OKLCH oklch(0.8182 0.019 127.19) color: oklch(0.8182 0.019 127.19)
Lab lab(79.1 -4.43 5.79) color: lab(79.1 -4.43 5.79)
LCH lch(79.1 7.29 127.42) color: lch(79.1 7.29 127.42)

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 1.75:1
vs Black 12.02: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)

#C3C3BC — rgb(195, 195, 188)

Deuteranopia (Green-blind)

#C2C2BD — rgb(194, 194, 189)

Tritanopia (Blue-blind)

#C0BFBF — rgb(192, 191, 191)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(87, 10%, 75%);

text

color: hsl(87, 10%, 75%);

border

border: 2px solid hsl(87, 10%, 75%);

gradient light

background: linear-gradient(to right, hsl(87, 10%, 95%), hsl(87, 10%, 75%));

gradient dark

background: linear-gradient(to right, hsl(87, 10%, 75%), hsl(87, 10%, 55%))

hex

background-color: #C0C6B9;

tailwind

bg-[hsl(87,10%,75%)]

box shadow

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

css variable

--color-primary: hsl(87, 10%, 75%);

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(87, 10%, 75%)?

HEX: #C0C6B9 | RGB: rgb(192, 198, 185) | CMYK: 3%, 0%, 7%, 22% | HSV: 88°, 7%, 78%. Copy any format from the conversion table above.

What colors go well with #C0C6B9?

The complementary color is HSL(267, 10%, 75%). For a triadic harmony, use hues 87°, 207°, and 327°. For analogous combinations, try hues 57° and 117°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(87, 10%, 75%) in CSS?

As HSL: color: hsl(87, 10%, 75%); — As HEX: color: #C0C6B9; — As RGB: color: rgb(192, 198, 185); — Tailwind CSS: bg-[hsl(87,10%,75%)] — CSS variable: --color-primary: hsl(87, 10%, 75%);