HSL(101, 38%, 91%)

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(101,38%,91%)]

Color Conversions

Format Value CSS Usage
HSL hsl(101, 38%, 91%) color: hsl(101, 38%, 91%)
HEX #E5F1DF color: #E5F1DF
RGB rgb(229, 241, 223) color: rgb(229, 241, 223)
CMYK cmyk(5%, 0%, 7%, 5%)
HSV hsv(100, 7%, 95%)
HWB hwb(100 88% 5%) color: hwb(100 88% 5%)
OKLCH oklch(0.9443 0.0271 134.97) color: oklch(0.9443 0.0271 134.97)
Lab lab(93.84 -7.16 7.32) color: lab(93.84 -7.16 7.32)
LCH lch(93.84 10.24 134.37) color: lch(93.84 10.24 134.37)

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.17:1
vs Black 17.98: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)

#EAEAE3 — rgb(234, 234, 227)

Deuteranopia (Green-blind)

#EAE9E4 — rgb(234, 233, 228)

Tritanopia (Blue-blind)

#E6E7E8 — rgb(230, 231, 232)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(101, 38%, 91%);

text

color: hsl(101, 38%, 91%);

border

border: 2px solid hsl(101, 38%, 91%);

gradient light

background: linear-gradient(to right, hsl(101, 38%, 100%), hsl(101, 38%, 91%));

gradient dark

background: linear-gradient(to right, hsl(101, 38%, 91%), hsl(101, 38%, 71%))

hex

background-color: #E5F1DF;

tailwind

bg-[hsl(101,38%,91%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(101, 38%, 91%, 0.4);

css variable

--color-primary: hsl(101, 38%, 91%);

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(101, 38%, 91%)?

HEX: #E5F1DF | RGB: rgb(229, 241, 223) | CMYK: 5%, 0%, 7%, 5% | HSV: 100°, 7%, 95%. Copy any format from the conversion table above.

What colors go well with #E5F1DF?

The complementary color is HSL(281, 38%, 91%). For a triadic harmony, use hues 101°, 221°, and 341°. For analogous combinations, try hues 71° and 131°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(101, 38%, 91%) in CSS?

As HSL: color: hsl(101, 38%, 91%); — As HEX: color: #E5F1DF; — As RGB: color: rgb(229, 241, 223); — Tailwind CSS: bg-[hsl(101,38%,91%)] — CSS variable: --color-primary: hsl(101, 38%, 91%);