HSL(65, 40%, 90%)

Very Light Green — Green color

Adjust Color

Color Information

Color Name

Very Light Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(65,40%,90%)]

Color Conversions

Format Value CSS Usage
HSL hsl(65, 40%, 90%) color: hsl(65, 40%, 90%)
HEX #EEF0DB color: #EEF0DB
RGB rgb(238, 240, 219) color: rgb(238, 240, 219)
CMYK cmyk(1%, 0%, 9%, 6%)
HSV hsv(66, 9%, 94%)
HWB hwb(66 86% 6%) color: hwb(66 86% 6%)
OKLCH oklch(0.948 0.0278 111.34) color: oklch(0.948 0.0278 111.34)
Lab lab(94.15 -4.25 9.92) color: lab(94.15 -4.25 9.92)
LCH lch(94.15 10.79 113.19) color: lch(94.15 10.79 113.19)

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.16:1
vs Black 18.12: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)

#EFEFE0 — rgb(239, 239, 224)

Deuteranopia (Green-blind)

#EFEFE1 — rgb(239, 239, 225)

Tritanopia (Blue-blind)

#EEE4E5 — rgb(238, 228, 229)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(65, 40%, 90%);

text

color: hsl(65, 40%, 90%);

border

border: 2px solid hsl(65, 40%, 90%);

gradient light

background: linear-gradient(to right, hsl(65, 40%, 100%), hsl(65, 40%, 90%));

gradient dark

background: linear-gradient(to right, hsl(65, 40%, 90%), hsl(65, 40%, 70%))

hex

background-color: #EEF0DB;

tailwind

bg-[hsl(65,40%,90%)]

box shadow

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

css variable

--color-primary: hsl(65, 40%, 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(65, 40%, 90%)?

HEX: #EEF0DB | RGB: rgb(238, 240, 219) | CMYK: 1%, 0%, 9%, 6% | HSV: 66°, 9%, 94%. Copy any format from the conversion table above.

What colors go well with #EEF0DB?

The complementary color is HSL(245, 40%, 90%). For a triadic harmony, use hues 65°, 185°, and 305°. For analogous combinations, try hues 35° and 95°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(65, 40%, 90%) in CSS?

As HSL: color: hsl(65, 40%, 90%); — As HEX: color: #EEF0DB; — As RGB: color: rgb(238, 240, 219); — Tailwind CSS: bg-[hsl(65,40%,90%)] — CSS variable: --color-primary: hsl(65, 40%, 90%);