HSL(133, 34%, 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(133,34%,88%)]

Color Conversions

Format Value CSS Usage
HSL hsl(133, 34%, 88%) color: hsl(133, 34%, 88%)
HEX #D6EBDB color: #D6EBDB
RGB rgb(214, 235, 219) color: rgb(214, 235, 219)
CMYK cmyk(9%, 0%, 7%, 8%)
HSV hsv(134, 9%, 92%)
HWB hwb(134 84% 8%) color: hwb(134 84% 8%)
OKLCH oklch(0.9201 0.0309 152.85) color: oklch(0.9201 0.0309 152.85)
Lab lab(91.16 -9.86 5.4) color: lab(91.16 -9.86 5.4)
LCH lch(91.16 11.24 151.29) color: lch(91.16 11.24 151.29)

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.25:1
vs Black 16.77: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)

#DFDFDF — rgb(223, 223, 223)

Deuteranopia (Green-blind)

#DEDCE0 — rgb(222, 220, 224)

Tritanopia (Blue-blind)

#D7E2E3 — rgb(215, 226, 227)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(133, 34%, 88%);

text

color: hsl(133, 34%, 88%);

border

border: 2px solid hsl(133, 34%, 88%);

gradient light

background: linear-gradient(to right, hsl(133, 34%, 100%), hsl(133, 34%, 88%));

gradient dark

background: linear-gradient(to right, hsl(133, 34%, 88%), hsl(133, 34%, 68%))

hex

background-color: #D6EBDB;

tailwind

bg-[hsl(133,34%,88%)]

box shadow

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

css variable

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

HEX: #D6EBDB | RGB: rgb(214, 235, 219) | CMYK: 9%, 0%, 7%, 8% | HSV: 134°, 9%, 92%. Copy any format from the conversion table above.

What colors go well with #D6EBDB?

The complementary color is HSL(313, 34%, 88%). For a triadic harmony, use hues 133°, 253°, and 13°. For analogous combinations, try hues 103° and 163°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(133, 34%, 88%) in CSS?

As HSL: color: hsl(133, 34%, 88%); — As HEX: color: #D6EBDB; — As RGB: color: rgb(214, 235, 219); — Tailwind CSS: bg-[hsl(133,34%,88%)] — CSS variable: --color-primary: hsl(133, 34%, 88%);