HSL(146, 40%, 92%)

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(146,40%,92%)]

Color Conversions

Format Value CSS Usage
HSL hsl(146, 40%, 92%) color: hsl(146, 40%, 92%)
HEX #E2F3EA color: #E2F3EA
RGB rgb(226, 243, 234) color: rgb(226, 243, 234)
CMYK cmyk(7%, 0%, 4%, 5%)
HSV hsv(148, 7%, 95%)
HWB hwb(148 88% 5%) color: hwb(148 88% 5%)
OKLCH oklch(0.9491 0.0215 163.05) color: oklch(0.9491 0.0215 163.05)
Lab lab(94.4 -7.23 2.41) color: lab(94.4 -7.23 2.41)
LCH lch(94.4 7.62 161.57) color: lch(94.4 7.62 161.57)

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.15:1
vs Black 18.24: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)

#E9EAEC — rgb(233, 234, 236)

Deuteranopia (Green-blind)

#E8E7ED — rgb(232, 231, 237)

Tritanopia (Blue-blind)

#E3EEEE — rgb(227, 238, 238)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(146, 40%, 92%);

text

color: hsl(146, 40%, 92%);

border

border: 2px solid hsl(146, 40%, 92%);

gradient light

background: linear-gradient(to right, hsl(146, 40%, 100%), hsl(146, 40%, 92%));

gradient dark

background: linear-gradient(to right, hsl(146, 40%, 92%), hsl(146, 40%, 72%))

hex

background-color: #E2F3EA;

tailwind

bg-[hsl(146,40%,92%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(146, 40%, 92%, 0.4);

css variable

--color-primary: hsl(146, 40%, 92%);

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(146, 40%, 92%)?

HEX: #E2F3EA | RGB: rgb(226, 243, 234) | CMYK: 7%, 0%, 4%, 5% | HSV: 148°, 7%, 95%. Copy any format from the conversion table above.

What colors go well with #E2F3EA?

The complementary color is HSL(326, 40%, 92%). For a triadic harmony, use hues 146°, 266°, and 26°. For analogous combinations, try hues 116° and 176°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(146, 40%, 92%) in CSS?

As HSL: color: hsl(146, 40%, 92%); — As HEX: color: #E2F3EA; — As RGB: color: rgb(226, 243, 234); — Tailwind CSS: bg-[hsl(146,40%,92%)] — CSS variable: --color-primary: hsl(146, 40%, 92%);