HSL(98, 10%, 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(98,10%,78%)]

Color Conversions

Format Value CSS Usage
HSL hsl(98, 10%, 78%) color: hsl(98, 10%, 78%)
HEX #C5CDC1 color: #C5CDC1
RGB rgb(197, 205, 193) color: rgb(197, 205, 193)
CMYK cmyk(4%, 0%, 6%, 20%)
HSV hsv(100, 6%, 80%)
HWB hwb(100 75% 20%) color: hwb(100 75% 20%)
OKLCH oklch(0.8387 0.0186 134.94) color: oklch(0.8387 0.0186 134.94)
Lab lab(81.5 -4.92 5.02) color: lab(81.5 -4.92 5.02)
LCH lch(81.5 7.03 134.42) color: lch(81.5 7.03 134.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.63:1
vs Black 12.88: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)

#C8C9C4 — rgb(200, 201, 196)

Deuteranopia (Green-blind)

#C8C7C5 — rgb(200, 199, 197)

Tritanopia (Blue-blind)

#C5C6C7 — rgb(197, 198, 199)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(98, 10%, 78%);

text

color: hsl(98, 10%, 78%);

border

border: 2px solid hsl(98, 10%, 78%);

gradient light

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

gradient dark

background: linear-gradient(to right, hsl(98, 10%, 78%), hsl(98, 10%, 58%))

hex

background-color: #C5CDC1;

tailwind

bg-[hsl(98,10%,78%)]

box shadow

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

css variable

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

HEX: #C5CDC1 | RGB: rgb(197, 205, 193) | CMYK: 4%, 0%, 6%, 20% | HSV: 100°, 6%, 80%. Copy any format from the conversion table above.

What colors go well with #C5CDC1?

The complementary color is HSL(278, 10%, 78%). For a triadic harmony, use hues 98°, 218°, and 338°. For analogous combinations, try hues 68° and 128°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(98, 10%, 78%) in CSS?

As HSL: color: hsl(98, 10%, 78%); — As HEX: color: #C5CDC1; — As RGB: color: rgb(197, 205, 193); — Tailwind CSS: bg-[hsl(98,10%,78%)] — CSS variable: --color-primary: hsl(98, 10%, 78%);