HSL(101, 37%, 88%)

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,37%,88%)]

Color Conversions

Format Value CSS Usage
HSL hsl(101, 37%, 88%) color: hsl(101, 37%, 88%)
HEX #DCECD5 color: #DCECD5
RGB rgb(220, 236, 213) color: rgb(220, 236, 213)
CMYK cmyk(7%, 0%, 10%, 7%)
HSV hsv(102, 10%, 93%)
HWB hwb(102 84% 7%) color: hwb(102 84% 7%)
OKLCH oklch(0.9249 0.0351 136.02) color: oklch(0.9249 0.0351 136.02)
Lab lab(91.69 -9.4 9.35) color: lab(91.69 -9.4 9.35)
LCH lch(91.69 13.26 135.15) color: lch(91.69 13.26 135.15)

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

#E3E3DB — rgb(227, 227, 219)

Deuteranopia (Green-blind)

#E2E1DC — rgb(226, 225, 220)

Tritanopia (Blue-blind)

#DDDFE0 — rgb(221, 223, 224)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(101, 37%, 88%);

text

color: hsl(101, 37%, 88%);

border

border: 2px solid hsl(101, 37%, 88%);

gradient light

background: linear-gradient(to right, hsl(101, 37%, 100%), hsl(101, 37%, 88%));

gradient dark

background: linear-gradient(to right, hsl(101, 37%, 88%), hsl(101, 37%, 68%))

hex

background-color: #DCECD5;

tailwind

bg-[hsl(101,37%,88%)]

box shadow

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

css variable

--color-primary: hsl(101, 37%, 88%);

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, 37%, 88%)?

HEX: #DCECD5 | RGB: rgb(220, 236, 213) | CMYK: 7%, 0%, 10%, 7% | HSV: 102°, 10%, 93%. Copy any format from the conversion table above.

What colors go well with #DCECD5?

The complementary color is HSL(281, 37%, 88%). 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, 37%, 88%) in CSS?

As HSL: color: hsl(101, 37%, 88%); — As HEX: color: #DCECD5; — As RGB: color: rgb(220, 236, 213); — Tailwind CSS: bg-[hsl(101,37%,88%)] — CSS variable: --color-primary: hsl(101, 37%, 88%);