HSL(93, 88%, 86%)

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(93,88%,86%)]

Color Conversions

Format Value CSS Usage
HSL hsl(93, 88%, 86%) color: hsl(93, 88%, 86%)
HEX #D8FBBC color: #D8FBBC
RGB rgb(216, 251, 188) color: rgb(216, 251, 188)
CMYK cmyk(14%, 0%, 25%, 2%)
HSV hsv(93, 25%, 98%)
HWB hwb(93 74% 2%) color: hwb(93 74% 2%)
OKLCH oklch(0.9475 0.0901 131.59) color: oklch(0.9475 0.0901 131.59)
Lab lab(94.83 -22.16 26.56) color: lab(94.83 -22.16 26.56)
LCH lch(94.83 34.59 129.84) color: lch(94.83 34.59 129.84)

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.14:1
vs Black 18.44: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)

#E7E7CB — rgb(231, 231, 203)

Deuteranopia (Green-blind)

#E5E3CF — rgb(229, 227, 207)

Tritanopia (Blue-blind)

#DAD7DA — rgb(218, 215, 218)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(93, 88%, 86%);

text

color: hsl(93, 88%, 86%);

border

border: 2px solid hsl(93, 88%, 86%);

gradient light

background: linear-gradient(to right, hsl(93, 88%, 100%), hsl(93, 88%, 86%));

gradient dark

background: linear-gradient(to right, hsl(93, 88%, 86%), hsl(93, 88%, 66%))

hex

background-color: #D8FBBC;

tailwind

bg-[hsl(93,88%,86%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(93, 88%, 86%, 0.4);

css variable

--color-primary: hsl(93, 88%, 86%);

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(93, 88%, 86%)?

HEX: #D8FBBC | RGB: rgb(216, 251, 188) | CMYK: 14%, 0%, 25%, 2% | HSV: 93°, 25%, 98%. Copy any format from the conversion table above.

What colors go well with #D8FBBC?

The complementary color is HSL(273, 88%, 86%). For a triadic harmony, use hues 93°, 213°, and 333°. For analogous combinations, try hues 63° and 123°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(93, 88%, 86%) in CSS?

As HSL: color: hsl(93, 88%, 86%); — As HEX: color: #D8FBBC; — As RGB: color: rgb(216, 251, 188); — Tailwind CSS: bg-[hsl(93,88%,86%)] — CSS variable: --color-primary: hsl(93, 88%, 86%);