HSL(86, 10%, 77%)

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(86,10%,77%)]

Color Conversions

Format Value CSS Usage
HSL hsl(86, 10%, 77%) color: hsl(86, 10%, 77%)
HEX #C5CABE color: #C5CABE
RGB rgb(197, 202, 190) color: rgb(197, 202, 190)
CMYK cmyk(2%, 0%, 6%, 21%)
HSV hsv(85, 6%, 79%)
HWB hwb(85 74% 21%) color: hwb(85 74% 21%)
OKLCH oklch(0.8317 0.0173 125.33) color: oklch(0.8317 0.0173 125.33)
Lab lab(80.64 -3.89 5.39) color: lab(80.64 -3.89 5.39)
LCH lch(80.64 6.65 125.82) color: lch(80.64 6.65 125.82)

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.67:1
vs Black 12.57: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)

#C7C7C1 — rgb(199, 199, 193)

Deuteranopia (Green-blind)

#C7C7C2 — rgb(199, 199, 194)

Tritanopia (Blue-blind)

#C5C3C4 — rgb(197, 195, 196)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(86, 10%, 77%);

text

color: hsl(86, 10%, 77%);

border

border: 2px solid hsl(86, 10%, 77%);

gradient light

background: linear-gradient(to right, hsl(86, 10%, 97%), hsl(86, 10%, 77%));

gradient dark

background: linear-gradient(to right, hsl(86, 10%, 77%), hsl(86, 10%, 57%))

hex

background-color: #C5CABE;

tailwind

bg-[hsl(86,10%,77%)]

box shadow

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

css variable

--color-primary: hsl(86, 10%, 77%);

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(86, 10%, 77%)?

HEX: #C5CABE | RGB: rgb(197, 202, 190) | CMYK: 2%, 0%, 6%, 21% | HSV: 85°, 6%, 79%. Copy any format from the conversion table above.

What colors go well with #C5CABE?

The complementary color is HSL(266, 10%, 77%). For a triadic harmony, use hues 86°, 206°, and 326°. For analogous combinations, try hues 56° and 116°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(86, 10%, 77%) in CSS?

As HSL: color: hsl(86, 10%, 77%); — As HEX: color: #C5CABE; — As RGB: color: rgb(197, 202, 190); — Tailwind CSS: bg-[hsl(86,10%,77%)] — CSS variable: --color-primary: hsl(86, 10%, 77%);