HSL(116, 52%, 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(116,52%,88%)]

Color Conversions

Format Value CSS Usage
HSL hsl(116, 52%, 88%) color: hsl(116, 52%, 88%)
HEX #D3F0D0 color: #D3F0D0
RGB rgb(211, 240, 208) color: rgb(211, 240, 208)
CMYK cmyk(12%, 0%, 13%, 6%)
HSV hsv(114, 13%, 94%)
HWB hwb(114 82% 6%) color: hwb(114 82% 6%)
OKLCH oklch(0.9255 0.0525 142.57) color: oklch(0.9255 0.0525 142.57)
Lab lab(92.01 -15.3 12.31) color: lab(92.01 -15.3 12.31)
LCH lch(92.01 19.64 141.18) color: lch(92.01 19.64 141.18)

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.22:1
vs Black 17.14: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)

#DEDCDA — rgb(222, 220, 218)

Tritanopia (Blue-blind)

#D4DEDF — rgb(212, 222, 223)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(116, 52%, 88%);

text

color: hsl(116, 52%, 88%);

border

border: 2px solid hsl(116, 52%, 88%);

gradient light

background: linear-gradient(to right, hsl(116, 52%, 100%), hsl(116, 52%, 88%));

gradient dark

background: linear-gradient(to right, hsl(116, 52%, 88%), hsl(116, 52%, 68%))

hex

background-color: #D3F0D0;

tailwind

bg-[hsl(116,52%,88%)]

box shadow

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

css variable

--color-primary: hsl(116, 52%, 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(116, 52%, 88%)?

HEX: #D3F0D0 | RGB: rgb(211, 240, 208) | CMYK: 12%, 0%, 13%, 6% | HSV: 114°, 13%, 94%. Copy any format from the conversion table above.

What colors go well with #D3F0D0?

The complementary color is HSL(296, 52%, 88%). For a triadic harmony, use hues 116°, 236°, and 356°. For analogous combinations, try hues 86° and 146°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(116, 52%, 88%) in CSS?

As HSL: color: hsl(116, 52%, 88%); — As HEX: color: #D3F0D0; — As RGB: color: rgb(211, 240, 208); — Tailwind CSS: bg-[hsl(116,52%,88%)] — CSS variable: --color-primary: hsl(116, 52%, 88%);