HSL(88, 40%, 85%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(88,40%,85%)]

Color Conversions

Format Value CSS Usage
HSL hsl(88, 40%, 85%) color: hsl(88, 40%, 85%)
HEX #DAE8C9 color: #DAE8C9
RGB rgb(218, 232, 201) color: rgb(218, 232, 201)
CMYK cmyk(6%, 0%, 13%, 9%)
HSV hsv(87, 13%, 91%)
HWB hwb(87 79% 9%) color: hwb(87 79% 9%)
OKLCH oklch(0.9123 0.0439 127.12) color: oklch(0.9123 0.0439 127.12)
Lab lab(90.25 -10.08 13.51) color: lab(90.25 -10.08 13.51)
LCH lch(90.25 16.86 126.73) color: lch(90.25 16.86 126.73)

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.28:1
vs Black 16.37: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)

#E0E0D1 — rgb(224, 224, 209)

Deuteranopia (Green-blind)

#DFDED2 — rgb(223, 222, 210)

Tritanopia (Blue-blind)

#DBD6D8 — rgb(219, 214, 216)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(88, 40%, 85%);

text

color: hsl(88, 40%, 85%);

border

border: 2px solid hsl(88, 40%, 85%);

gradient light

background: linear-gradient(to right, hsl(88, 40%, 100%), hsl(88, 40%, 85%));

gradient dark

background: linear-gradient(to right, hsl(88, 40%, 85%), hsl(88, 40%, 65%))

hex

background-color: #DAE8C9;

tailwind

bg-[hsl(88,40%,85%)]

box shadow

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

css variable

--color-primary: hsl(88, 40%, 85%);

Related Colors

Use Cases for Green

Success states Eco/nature brands Finance apps Health apps Confirm buttons

Frequently Asked Questions

What are all the color codes for HSL(88, 40%, 85%)?

HEX: #DAE8C9 | RGB: rgb(218, 232, 201) | CMYK: 6%, 0%, 13%, 9% | HSV: 87°, 13%, 91%. Copy any format from the conversion table above.

What colors go well with #DAE8C9?

The complementary color is HSL(268, 40%, 85%). For a triadic harmony, use hues 88°, 208°, and 328°. For analogous combinations, try hues 58° and 118°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(88, 40%, 85%) in CSS?

As HSL: color: hsl(88, 40%, 85%); — As HEX: color: #DAE8C9; — As RGB: color: rgb(218, 232, 201); — Tailwind CSS: bg-[hsl(88,40%,85%)] — CSS variable: --color-primary: hsl(88, 40%, 85%);