HSL(87, 25%, 85%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(87,25%,85%)]

Color Conversions

Format Value CSS Usage
HSL hsl(87, 25%, 85%) color: hsl(87, 25%, 85%)
HEX #DAE2CF color: #DAE2CF
RGB rgb(218, 226, 207) color: rgb(218, 226, 207)
CMYK cmyk(4%, 0%, 8%, 11%)
HSV hsv(85, 8%, 89%)
HWB hwb(85 82% 11%) color: hwb(85 82% 11%)
OKLCH oklch(0.9015 0.0269 125.64) color: oklch(0.9015 0.0269 125.64)
Lab lab(88.83 -6.04 8.36) color: lab(88.83 -6.04 8.36)
LCH lch(88.83 10.31 125.85) color: lch(88.83 10.31 125.85)

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.33:1
vs Black 15.76: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)

#DDDED4 — rgb(221, 222, 212)

Deuteranopia (Green-blind)

#DDDCD5 — rgb(221, 220, 213)

Tritanopia (Blue-blind)

#DAD7D8 — rgb(218, 215, 216)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(87, 25%, 85%);

text

color: hsl(87, 25%, 85%);

border

border: 2px solid hsl(87, 25%, 85%);

gradient light

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

gradient dark

background: linear-gradient(to right, hsl(87, 25%, 85%), hsl(87, 25%, 65%))

hex

background-color: #DAE2CF;

tailwind

bg-[hsl(87,25%,85%)]

box shadow

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

css variable

--color-primary: hsl(87, 25%, 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(87, 25%, 85%)?

HEX: #DAE2CF | RGB: rgb(218, 226, 207) | CMYK: 4%, 0%, 8%, 11% | HSV: 85°, 8%, 89%. Copy any format from the conversion table above.

What colors go well with #DAE2CF?

The complementary color is HSL(267, 25%, 85%). For a triadic harmony, use hues 87°, 207°, and 327°. For analogous combinations, try hues 57° and 117°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(87, 25%, 85%) in CSS?

As HSL: color: hsl(87, 25%, 85%); — As HEX: color: #DAE2CF; — As RGB: color: rgb(218, 226, 207); — Tailwind CSS: bg-[hsl(87,25%,85%)] — CSS variable: --color-primary: hsl(87, 25%, 85%);