HSL(97, 43%, 90%)

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(97,43%,90%)]

Color Conversions

Format Value CSS Usage
HSL hsl(97, 43%, 90%) color: hsl(97, 43%, 90%)
HEX #E3F0DB color: #E3F0DB
RGB rgb(227, 240, 219) color: rgb(227, 240, 219)
CMYK cmyk(5%, 0%, 9%, 6%)
HSV hsv(97, 9%, 94%)
HWB hwb(97 86% 6%) color: hwb(97 86% 6%)
OKLCH oklch(0.9397 0.0311 133.3) color: oklch(0.9397 0.0311 133.3)
Lab lab(93.35 -8.02 8.67) color: lab(93.35 -8.02 8.67)
LCH lch(93.35 11.81 132.77) color: lch(93.35 11.81 132.77)

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.18:1
vs Black 17.75: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)

#E9E9E0 — rgb(233, 233, 224)

Deuteranopia (Green-blind)

#E8E7E1 — rgb(232, 231, 225)

Tritanopia (Blue-blind)

#E4E4E5 — rgb(228, 228, 229)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(97, 43%, 90%);

text

color: hsl(97, 43%, 90%);

border

border: 2px solid hsl(97, 43%, 90%);

gradient light

background: linear-gradient(to right, hsl(97, 43%, 100%), hsl(97, 43%, 90%));

gradient dark

background: linear-gradient(to right, hsl(97, 43%, 90%), hsl(97, 43%, 70%))

hex

background-color: #E3F0DB;

tailwind

bg-[hsl(97,43%,90%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(97, 43%, 90%, 0.4);

css variable

--color-primary: hsl(97, 43%, 90%);

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(97, 43%, 90%)?

HEX: #E3F0DB | RGB: rgb(227, 240, 219) | CMYK: 5%, 0%, 9%, 6% | HSV: 97°, 9%, 94%. Copy any format from the conversion table above.

What colors go well with #E3F0DB?

The complementary color is HSL(277, 43%, 90%). For a triadic harmony, use hues 97°, 217°, and 337°. For analogous combinations, try hues 67° and 127°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(97, 43%, 90%) in CSS?

As HSL: color: hsl(97, 43%, 90%); — As HEX: color: #E3F0DB; — As RGB: color: rgb(227, 240, 219); — Tailwind CSS: bg-[hsl(97,43%,90%)] — CSS variable: --color-primary: hsl(97, 43%, 90%);