HSL(142, 53%, 87%)

Very Light Green — Green color

Adjust Color

Color Information

Color Name

Very Light Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(142,53%,87%)]

Color Conversions

Format Value CSS Usage
HSL hsl(142, 53%, 87%) color: hsl(142, 53%, 87%)
HEX #CCEFD9 color: #CCEFD9
RGB rgb(204, 239, 217) color: rgb(204, 239, 217)
CMYK cmyk(15%, 0%, 9%, 6%)
HSV hsv(142, 15%, 94%)
HWB hwb(142 80% 6%) color: hwb(142 80% 6%)
OKLCH oklch(0.921 0.047 157.77) color: oklch(0.921 0.047 157.77)
Lab lab(91.5 -15.52 6.85) color: lab(91.5 -15.52 6.85)
LCH lch(91.5 16.96 156.18) color: lch(91.5 16.96 156.18)

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.24:1
vs Black 16.92: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)

#DBDBDE — rgb(219, 219, 222)

Deuteranopia (Green-blind)

#D9D7E0 — rgb(217, 215, 224)

Tritanopia (Blue-blind)

#CEE3E3 — rgb(206, 227, 227)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(142, 53%, 87%);

text

color: hsl(142, 53%, 87%);

border

border: 2px solid hsl(142, 53%, 87%);

gradient light

background: linear-gradient(to right, hsl(142, 53%, 100%), hsl(142, 53%, 87%));

gradient dark

background: linear-gradient(to right, hsl(142, 53%, 87%), hsl(142, 53%, 67%))

hex

background-color: #CCEFD9;

tailwind

bg-[hsl(142,53%,87%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(142, 53%, 87%, 0.4);

css variable

--color-primary: hsl(142, 53%, 87%);

Related Colors

Use Cases for Very Light Green

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

Frequently Asked Questions

What are all the color codes for HSL(142, 53%, 87%)?

HEX: #CCEFD9 | RGB: rgb(204, 239, 217) | CMYK: 15%, 0%, 9%, 6% | HSV: 142°, 15%, 94%. Copy any format from the conversion table above.

What colors go well with #CCEFD9?

The complementary color is HSL(322, 53%, 87%). For a triadic harmony, use hues 142°, 262°, and 22°. For analogous combinations, try hues 112° and 172°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(142, 53%, 87%) in CSS?

As HSL: color: hsl(142, 53%, 87%); — As HEX: color: #CCEFD9; — As RGB: color: rgb(204, 239, 217); — Tailwind CSS: bg-[hsl(142,53%,87%)] — CSS variable: --color-primary: hsl(142, 53%, 87%);