HSL(147, 14%, 79%)

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(147,14%,79%)]

Color Conversions

Format Value CSS Usage
HSL hsl(147, 14%, 79%) color: hsl(147, 14%, 79%)
HEX #C2D1C9 color: #C2D1C9
RGB rgb(194, 209, 201) color: rgb(194, 209, 201)
CMYK cmyk(7%, 0%, 4%, 18%)
HSV hsv(148, 7%, 82%)
HWB hwb(148 76% 18%) color: hwb(148 76% 18%)
OKLCH oklch(0.847 0.0196 162.85) color: oklch(0.847 0.0196 162.85)
Lab lab(82.53 -6.57 2.22) color: lab(82.53 -6.57 2.22)
LCH lch(82.53 6.93 161.33) color: lch(82.53 6.93 161.33)

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.58:1
vs Black 13.26: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)

#C8C9CB — rgb(200, 201, 203)

Deuteranopia (Green-blind)

#C8C7CB — rgb(200, 199, 203)

Tritanopia (Blue-blind)

#C3CCCD — rgb(195, 204, 205)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(147, 14%, 79%);

text

color: hsl(147, 14%, 79%);

border

border: 2px solid hsl(147, 14%, 79%);

gradient light

background: linear-gradient(to right, hsl(147, 14%, 99%), hsl(147, 14%, 79%));

gradient dark

background: linear-gradient(to right, hsl(147, 14%, 79%), hsl(147, 14%, 59%))

hex

background-color: #C2D1C9;

tailwind

bg-[hsl(147,14%,79%)]

box shadow

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

css variable

--color-primary: hsl(147, 14%, 79%);

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(147, 14%, 79%)?

HEX: #C2D1C9 | RGB: rgb(194, 209, 201) | CMYK: 7%, 0%, 4%, 18% | HSV: 148°, 7%, 82%. Copy any format from the conversion table above.

What colors go well with #C2D1C9?

The complementary color is HSL(327, 14%, 79%). For a triadic harmony, use hues 147°, 267°, and 27°. For analogous combinations, try hues 117° and 177°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(147, 14%, 79%) in CSS?

As HSL: color: hsl(147, 14%, 79%); — As HEX: color: #C2D1C9; — As RGB: color: rgb(194, 209, 201); — Tailwind CSS: bg-[hsl(147,14%,79%)] — CSS variable: --color-primary: hsl(147, 14%, 79%);