HSL(113, 64%, 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(113,64%,87%)]

Color Conversions

Format Value CSS Usage
HSL hsl(113, 64%, 87%) color: hsl(113, 64%, 87%)
HEX #CEF3C9 color: #CEF3C9
RGB rgb(206, 243, 201) color: rgb(206, 243, 201)
CMYK cmyk(15%, 0%, 17%, 5%)
HSV hsv(113, 17%, 95%)
HWB hwb(113 79% 5%) color: hwb(113 79% 5%)
OKLCH oklch(0.9268 0.068 141.79) color: oklch(0.9268 0.068 141.79)
Lab lab(92.33 -19.64 16.34) color: lab(92.33 -19.64 16.34)
LCH lch(92.33 25.55 140.24) color: lch(92.33 25.55 140.24)

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.21:1
vs Black 17.29: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)

#DEDED3 — rgb(222, 222, 211)

Deuteranopia (Green-blind)

#DCD9D6 — rgb(220, 217, 214)

Tritanopia (Blue-blind)

#D0DBDD — rgb(208, 219, 221)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(113, 64%, 87%);

text

color: hsl(113, 64%, 87%);

border

border: 2px solid hsl(113, 64%, 87%);

gradient light

background: linear-gradient(to right, hsl(113, 64%, 100%), hsl(113, 64%, 87%));

gradient dark

background: linear-gradient(to right, hsl(113, 64%, 87%), hsl(113, 64%, 67%))

hex

background-color: #CEF3C9;

tailwind

bg-[hsl(113,64%,87%)]

box shadow

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

css variable

--color-primary: hsl(113, 64%, 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(113, 64%, 87%)?

HEX: #CEF3C9 | RGB: rgb(206, 243, 201) | CMYK: 15%, 0%, 17%, 5% | HSV: 113°, 17%, 95%. Copy any format from the conversion table above.

What colors go well with #CEF3C9?

The complementary color is HSL(293, 64%, 87%). For a triadic harmony, use hues 113°, 233°, and 353°. For analogous combinations, try hues 83° and 143°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(113, 64%, 87%) in CSS?

As HSL: color: hsl(113, 64%, 87%); — As HEX: color: #CEF3C9; — As RGB: color: rgb(206, 243, 201); — Tailwind CSS: bg-[hsl(113,64%,87%)] — CSS variable: --color-primary: hsl(113, 64%, 87%);