HSL(85, 12%, 78%)

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(85,12%,78%)]

Color Conversions

Format Value CSS Usage
HSL hsl(85, 12%, 78%) color: hsl(85, 12%, 78%)
HEX #C8CEC0 color: #C8CEC0
RGB rgb(200, 206, 192) color: rgb(200, 206, 192)
CMYK cmyk(3%, 0%, 7%, 19%)
HSV hsv(86, 7%, 81%)
HWB hwb(86 75% 19%) color: hwb(86 75% 19%)
OKLCH oklch(0.8428 0.0202 125.87) color: oklch(0.8428 0.0202 125.87)
Lab lab(81.96 -4.58 6.25) color: lab(81.96 -4.58 6.25)
LCH lch(81.96 7.75 126.23) color: lch(81.96 7.75 126.23)

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.61:1
vs Black 13.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)

#CBCBC3 — rgb(203, 203, 195)

Deuteranopia (Green-blind)

#CACAC4 — rgb(202, 202, 196)

Tritanopia (Blue-blind)

#C8C6C7 — rgb(200, 198, 199)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(85, 12%, 78%);

text

color: hsl(85, 12%, 78%);

border

border: 2px solid hsl(85, 12%, 78%);

gradient light

background: linear-gradient(to right, hsl(85, 12%, 98%), hsl(85, 12%, 78%));

gradient dark

background: linear-gradient(to right, hsl(85, 12%, 78%), hsl(85, 12%, 58%))

hex

background-color: #C8CEC0;

tailwind

bg-[hsl(85,12%,78%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(85, 12%, 78%, 0.4);

css variable

--color-primary: hsl(85, 12%, 78%);

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(85, 12%, 78%)?

HEX: #C8CEC0 | RGB: rgb(200, 206, 192) | CMYK: 3%, 0%, 7%, 19% | HSV: 86°, 7%, 81%. Copy any format from the conversion table above.

What colors go well with #C8CEC0?

The complementary color is HSL(265, 12%, 78%). For a triadic harmony, use hues 85°, 205°, and 325°. For analogous combinations, try hues 55° and 115°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(85, 12%, 78%) in CSS?

As HSL: color: hsl(85, 12%, 78%); — As HEX: color: #C8CEC0; — As RGB: color: rgb(200, 206, 192); — Tailwind CSS: bg-[hsl(85,12%,78%)] — CSS variable: --color-primary: hsl(85, 12%, 78%);