HSL(107, 35%, 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(107,35%,88%)]

Color Conversions

Format Value CSS Usage
HSL hsl(107, 35%, 88%) color: hsl(107, 35%, 88%)
HEX #DAEBD6 color: #DAEBD6
RGB rgb(218, 235, 214) color: rgb(218, 235, 214)
CMYK cmyk(7%, 0%, 9%, 8%)
HSV hsv(109, 9%, 92%)
HWB hwb(109 84% 8%) color: hwb(109 84% 8%)
OKLCH oklch(0.9217 0.0334 139.74) color: oklch(0.9217 0.0334 139.74)
Lab lab(91.31 -9.41 8.27) color: lab(91.31 -9.41 8.27)
LCH lch(91.31 12.53 138.69) color: lch(91.31 12.53 138.69)

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.84: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)

#E1E2DB — rgb(225, 226, 219)

Deuteranopia (Green-blind)

#E0DFDC — rgb(224, 223, 220)

Tritanopia (Blue-blind)

#DBDFE0 — rgb(219, 223, 224)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(107, 35%, 88%);

text

color: hsl(107, 35%, 88%);

border

border: 2px solid hsl(107, 35%, 88%);

gradient light

background: linear-gradient(to right, hsl(107, 35%, 100%), hsl(107, 35%, 88%));

gradient dark

background: linear-gradient(to right, hsl(107, 35%, 88%), hsl(107, 35%, 68%))

hex

background-color: #DAEBD6;

tailwind

bg-[hsl(107,35%,88%)]

box shadow

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

css variable

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

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

What colors go well with #DAEBD6?

The complementary color is HSL(287, 35%, 88%). For a triadic harmony, use hues 107°, 227°, and 347°. For analogous combinations, try hues 77° and 137°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(107, 35%, 88%) in CSS?

As HSL: color: hsl(107, 35%, 88%); — As HEX: color: #DAEBD6; — As RGB: color: rgb(218, 235, 214); — Tailwind CSS: bg-[hsl(107,35%,88%)] — CSS variable: --color-primary: hsl(107, 35%, 88%);