HSL(108, 69%, 96%)

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(108,69%,96%)]

Color Conversions

Format Value CSS Usage
HSL hsl(108, 69%, 96%) color: hsl(108, 69%, 96%)
HEX #F1FCEE color: #F1FCEE
RGB rgb(241, 252, 238) color: rgb(241, 252, 238)
CMYK cmyk(4%, 0%, 6%, 1%)
HSV hsv(107, 6%, 99%)
HWB hwb(107 93% 1%) color: hwb(107 93% 1%)
OKLCH oklch(0.9791 0.0217 138.98) color: oklch(0.9791 0.0217 138.98)
Lab lab(97.83 -6.08 5.45) color: lab(97.83 -6.08 5.45)
LCH lch(97.83 8.17 138.13) color: lch(97.83 8.17 138.13)

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.9: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)

#F6F6F1 — rgb(246, 246, 241)

Deuteranopia (Green-blind)

#F5F4F2 — rgb(245, 244, 242)

Tritanopia (Blue-blind)

#F2F4F5 — rgb(242, 244, 245)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(108, 69%, 96%);

text

color: hsl(108, 69%, 96%);

border

border: 2px solid hsl(108, 69%, 96%);

gradient light

background: linear-gradient(to right, hsl(108, 69%, 100%), hsl(108, 69%, 96%));

gradient dark

background: linear-gradient(to right, hsl(108, 69%, 96%), hsl(108, 69%, 76%))

hex

background-color: #F1FCEE;

tailwind

bg-[hsl(108,69%,96%)]

box shadow

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

css variable

--color-primary: hsl(108, 69%, 96%);

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(108, 69%, 96%)?

HEX: #F1FCEE | RGB: rgb(241, 252, 238) | CMYK: 4%, 0%, 6%, 1% | HSV: 107°, 6%, 99%. Copy any format from the conversion table above.

What colors go well with #F1FCEE?

The complementary color is HSL(288, 69%, 96%). For a triadic harmony, use hues 108°, 228°, and 348°. For analogous combinations, try hues 78° and 138°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(108, 69%, 96%) in CSS?

As HSL: color: hsl(108, 69%, 96%); — As HEX: color: #F1FCEE; — As RGB: color: rgb(241, 252, 238); — Tailwind CSS: bg-[hsl(108,69%,96%)] — CSS variable: --color-primary: hsl(108, 69%, 96%);