HSL(96, 80%, 95%)

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(96,80%,95%)]

Color Conversions

Format Value CSS Usage
HSL hsl(96, 80%, 95%) color: hsl(96, 80%, 95%)
HEX #F0FCE8 color: #F0FCE8
RGB rgb(240, 252, 232) color: rgb(240, 252, 232)
CMYK cmyk(5%, 0%, 8%, 1%)
HSV hsv(96, 8%, 99%)
HWB hwb(96 91% 1%) color: hwb(96 91% 1%)
OKLCH oklch(0.9768 0.0292 132.59) color: oklch(0.9768 0.0292 132.59)
Lab lab(97.62 -7.44 8.22) color: lab(97.62 -7.44 8.22)
LCH lch(97.62 11.09 132.15) color: lch(97.62 11.09 132.15)

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.06:1
vs Black 19.79: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)

#F5F5ED — rgb(245, 245, 237)

Deuteranopia (Green-blind)

#F5F4EE — rgb(245, 244, 238)

Tritanopia (Blue-blind)

#F1F1F2 — rgb(241, 241, 242)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(96, 80%, 95%);

text

color: hsl(96, 80%, 95%);

border

border: 2px solid hsl(96, 80%, 95%);

gradient light

background: linear-gradient(to right, hsl(96, 80%, 100%), hsl(96, 80%, 95%));

gradient dark

background: linear-gradient(to right, hsl(96, 80%, 95%), hsl(96, 80%, 75%))

hex

background-color: #F0FCE8;

tailwind

bg-[hsl(96,80%,95%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(96, 80%, 95%, 0.4);

css variable

--color-primary: hsl(96, 80%, 95%);

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(96, 80%, 95%)?

HEX: #F0FCE8 | RGB: rgb(240, 252, 232) | CMYK: 5%, 0%, 8%, 1% | HSV: 96°, 8%, 99%. Copy any format from the conversion table above.

What colors go well with #F0FCE8?

The complementary color is HSL(276, 80%, 95%). For a triadic harmony, use hues 96°, 216°, and 336°. For analogous combinations, try hues 66° and 126°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(96, 80%, 95%) in CSS?

As HSL: color: hsl(96, 80%, 95%); — As HEX: color: #F0FCE8; — As RGB: color: rgb(240, 252, 232); — Tailwind CSS: bg-[hsl(96,80%,95%)] — CSS variable: --color-primary: hsl(96, 80%, 95%);