HSL(132, 27%, 83%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(132,27%,83%)]

Color Conversions

Format Value CSS Usage
HSL hsl(132, 27%, 83%) color: hsl(132, 27%, 83%)
HEX #C8DFCD color: #C8DFCD
RGB rgb(200, 223, 205) color: rgb(200, 223, 205)
CMYK cmyk(10%, 0%, 8%, 13%)
HSV hsv(133, 10%, 87%)
HWB hwb(133 78% 13%) color: hwb(133 78% 13%)
OKLCH oklch(0.8816 0.0346 152.01) color: oklch(0.8816 0.0346 152.01)
Lab lab(86.73 -11 6.23) color: lab(86.73 -11 6.23)
LCH lch(86.73 12.64 150.47) color: lch(86.73 12.64 150.47)

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.41:1
vs Black 14.89: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)

#D2D2D1 — rgb(210, 210, 209)

Deuteranopia (Green-blind)

#D1CFD2 — rgb(209, 207, 210)

Tritanopia (Blue-blind)

#C9D5D6 — rgb(201, 213, 214)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(132, 27%, 83%);

text

color: hsl(132, 27%, 83%);

border

border: 2px solid hsl(132, 27%, 83%);

gradient light

background: linear-gradient(to right, hsl(132, 27%, 100%), hsl(132, 27%, 83%));

gradient dark

background: linear-gradient(to right, hsl(132, 27%, 83%), hsl(132, 27%, 63%))

hex

background-color: #C8DFCD;

tailwind

bg-[hsl(132,27%,83%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(132, 27%, 83%, 0.4);

css variable

--color-primary: hsl(132, 27%, 83%);

Related Colors

Use Cases for Green

Success states Eco/nature brands Finance apps Health apps Confirm buttons

Frequently Asked Questions

What are all the color codes for HSL(132, 27%, 83%)?

HEX: #C8DFCD | RGB: rgb(200, 223, 205) | CMYK: 10%, 0%, 8%, 13% | HSV: 133°, 10%, 87%. Copy any format from the conversion table above.

What colors go well with #C8DFCD?

The complementary color is HSL(312, 27%, 83%). For a triadic harmony, use hues 132°, 252°, and 12°. For analogous combinations, try hues 102° and 162°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(132, 27%, 83%) in CSS?

As HSL: color: hsl(132, 27%, 83%); — As HEX: color: #C8DFCD; — As RGB: color: rgb(200, 223, 205); — Tailwind CSS: bg-[hsl(132,27%,83%)] — CSS variable: --color-primary: hsl(132, 27%, 83%);