HSL(97, 14%, 76%)

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(97,14%,76%)]

Color Conversions

Format Value CSS Usage
HSL hsl(97, 14%, 76%) color: hsl(97, 14%, 76%)
HEX #C0CAB9 color: #C0CAB9
RGB rgb(192, 202, 185) color: rgb(192, 202, 185)
CMYK cmyk(5%, 0%, 8%, 21%)
HSV hsv(95, 8%, 79%)
HWB hwb(95 73% 21%) color: hwb(95 73% 21%)
OKLCH oklch(0.8265 0.0257 132.16) color: oklch(0.8265 0.0257 132.16)
Lab lab(80.15 -6.52 7.31) color: lab(80.15 -6.52 7.31)
LCH lch(80.15 9.8 131.73) color: lch(80.15 9.8 131.73)

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.69:1
vs Black 12.39: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)

#C4C4BD — rgb(196, 196, 189)

Deuteranopia (Green-blind)

#C4C3BE — rgb(196, 195, 190)

Tritanopia (Blue-blind)

#C1C0C1 — rgb(193, 192, 193)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(97, 14%, 76%);

text

color: hsl(97, 14%, 76%);

border

border: 2px solid hsl(97, 14%, 76%);

gradient light

background: linear-gradient(to right, hsl(97, 14%, 96%), hsl(97, 14%, 76%));

gradient dark

background: linear-gradient(to right, hsl(97, 14%, 76%), hsl(97, 14%, 56%))

hex

background-color: #C0CAB9;

tailwind

bg-[hsl(97,14%,76%)]

box shadow

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

css variable

--color-primary: hsl(97, 14%, 76%);

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(97, 14%, 76%)?

HEX: #C0CAB9 | RGB: rgb(192, 202, 185) | CMYK: 5%, 0%, 8%, 21% | HSV: 95°, 8%, 79%. Copy any format from the conversion table above.

What colors go well with #C0CAB9?

The complementary color is HSL(277, 14%, 76%). For a triadic harmony, use hues 97°, 217°, and 337°. For analogous combinations, try hues 67° and 127°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(97, 14%, 76%) in CSS?

As HSL: color: hsl(97, 14%, 76%); — As HEX: color: #C0CAB9; — As RGB: color: rgb(192, 202, 185); — Tailwind CSS: bg-[hsl(97,14%,76%)] — CSS variable: --color-primary: hsl(97, 14%, 76%);