HSL(77, 18%, 86%)

Very Light Green — Green color

Adjust Color

Color Information

Color Name

Very Light Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

N/A

CSS Class

bg-[hsl(77,18%,86%)]

Color Conversions

Format Value CSS Usage
HSL hsl(77, 18%, 86%) color: hsl(77, 18%, 86%)
HEX #DEE2D5 color: #DEE2D5
RGB rgb(222, 226, 213) color: rgb(222, 226, 213)
CMYK cmyk(2%, 0%, 6%, 11%)
HSV hsv(78, 6%, 89%)
HWB hwb(78 84% 11%) color: hwb(78 84% 11%)
OKLCH oklch(0.9061 0.0179 120.71) color: oklch(0.9061 0.0179 120.71)
Lab lab(89.26 -3.64 5.88) color: lab(89.26 -3.64 5.88)
LCH lch(89.26 6.92 121.76) color: lch(89.26 6.92 121.76)

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.32:1
vs Black 15.95: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)

#E0E0D8 — rgb(224, 224, 216)

Deuteranopia (Green-blind)

#E0DFD9 — rgb(224, 223, 217)

Tritanopia (Blue-blind)

#DEDBDB — rgb(222, 219, 219)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(77, 18%, 86%);

text

color: hsl(77, 18%, 86%);

border

border: 2px solid hsl(77, 18%, 86%);

gradient light

background: linear-gradient(to right, hsl(77, 18%, 100%), hsl(77, 18%, 86%));

gradient dark

background: linear-gradient(to right, hsl(77, 18%, 86%), hsl(77, 18%, 66%))

hex

background-color: #DEE2D5;

tailwind

bg-[hsl(77,18%,86%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(77, 18%, 86%, 0.4);

css variable

--color-primary: hsl(77, 18%, 86%);

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(77, 18%, 86%)?

HEX: #DEE2D5 | RGB: rgb(222, 226, 213) | CMYK: 2%, 0%, 6%, 11% | HSV: 78°, 6%, 89%. Copy any format from the conversion table above.

What colors go well with #DEE2D5?

The complementary color is HSL(257, 18%, 86%). For a triadic harmony, use hues 77°, 197°, and 317°. For analogous combinations, try hues 47° and 107°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(77, 18%, 86%) in CSS?

As HSL: color: hsl(77, 18%, 86%); — As HEX: color: #DEE2D5; — As RGB: color: rgb(222, 226, 213); — Tailwind CSS: bg-[hsl(77,18%,86%)] — CSS variable: --color-primary: hsl(77, 18%, 86%);