HSL(100, 45%, 87%)

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(100,45%,87%)]

Color Conversions

Format Value CSS Usage
HSL hsl(100, 45%, 87%) color: hsl(100, 45%, 87%)
HEX #D9EDCF color: #D9EDCF
RGB rgb(217, 237, 207) color: rgb(217, 237, 207)
CMYK cmyk(8%, 0%, 13%, 7%)
HSV hsv(100, 13%, 93%)
HWB hwb(100 81% 7%) color: hwb(100 81% 7%)
OKLCH oklch(0.9233 0.0452 135.08) color: oklch(0.9233 0.0452 135.08)
Lab lab(91.61 -11.94 12.32) color: lab(91.61 -11.94 12.32)
LCH lch(91.61 17.16 134.1) color: lch(91.61 17.16 134.1)

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 16.97: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)

#E2E2D6 — rgb(226, 226, 214)

Deuteranopia (Green-blind)

#E1DFD8 — rgb(225, 223, 216)

Tritanopia (Blue-blind)

#DADCDD — rgb(218, 220, 221)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(100, 45%, 87%);

text

color: hsl(100, 45%, 87%);

border

border: 2px solid hsl(100, 45%, 87%);

gradient light

background: linear-gradient(to right, hsl(100, 45%, 100%), hsl(100, 45%, 87%));

gradient dark

background: linear-gradient(to right, hsl(100, 45%, 87%), hsl(100, 45%, 67%))

hex

background-color: #D9EDCF;

tailwind

bg-[hsl(100,45%,87%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(100, 45%, 87%, 0.4);

css variable

--color-primary: hsl(100, 45%, 87%);

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(100, 45%, 87%)?

HEX: #D9EDCF | RGB: rgb(217, 237, 207) | CMYK: 8%, 0%, 13%, 7% | HSV: 100°, 13%, 93%. Copy any format from the conversion table above.

What colors go well with #D9EDCF?

The complementary color is HSL(280, 45%, 87%). For a triadic harmony, use hues 100°, 220°, and 340°. For analogous combinations, try hues 70° and 130°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(100, 45%, 87%) in CSS?

As HSL: color: hsl(100, 45%, 87%); — As HEX: color: #D9EDCF; — As RGB: color: rgb(217, 237, 207); — Tailwind CSS: bg-[hsl(100,45%,87%)] — CSS variable: --color-primary: hsl(100, 45%, 87%);