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

Color Conversions

Format Value CSS Usage
HSL hsl(82, 10%, 75%) color: hsl(82, 10%, 75%)
HEX #C1C6B9 color: #C1C6B9
RGB rgb(193, 198, 185) color: rgb(193, 198, 185)
CMYK cmyk(3%, 0%, 7%, 22%)
HSV hsv(83, 7%, 78%)
HWB hwb(83 73% 22%) color: hwb(83 73% 22%)
OKLCH oklch(0.819 0.0187 124.03) color: oklch(0.819 0.0187 124.03)
Lab lab(79.17 -4.08 5.91) color: lab(79.17 -4.08 5.91)
LCH lch(79.17 7.18 124.62) color: lch(79.17 7.18 124.62)

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.74:1
vs Black 12.05: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)

#C3C3BD — rgb(195, 195, 189)

Tritanopia (Blue-blind)

#C1BFBF — rgb(193, 191, 191)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

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

gradient dark

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

hex

background-color: #C1C6B9;

tailwind

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

box shadow

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

css variable

--color-primary: hsl(82, 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(82, 10%, 75%)?

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

What colors go well with #C1C6B9?

The complementary color is HSL(262, 10%, 75%). For a triadic harmony, use hues 82°, 202°, and 322°. For analogous combinations, try hues 52° and 112°. See the Color Harmony section above for complete palettes with previews.

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

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