HSL(91, 37%, 85%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(91,37%,85%)]

Color Conversions

Format Value CSS Usage
HSL hsl(91, 37%, 85%) color: hsl(91, 37%, 85%)
HEX #D8E7CB color: #D8E7CB
RGB rgb(216, 231, 203) color: rgb(216, 231, 203)
CMYK cmyk(6%, 0%, 12%, 9%)
HSV hsv(92, 12%, 91%)
HWB hwb(92 80% 9%) color: hwb(92 80% 9%)
OKLCH oklch(0.9092 0.0407 130.33) color: oklch(0.9092 0.0407 130.33)
Lab lab(89.89 -9.94 11.94) color: lab(89.89 -9.94 11.94)
LCH lch(89.89 15.54 129.78) color: lch(89.89 15.54 129.78)

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.3:1
vs Black 16.21: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)

#DEDFD2 — rgb(222, 223, 210)

Deuteranopia (Green-blind)

#DEDDD3 — rgb(222, 221, 211)

Tritanopia (Blue-blind)

#D9D7D8 — rgb(217, 215, 216)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(91, 37%, 85%);

text

color: hsl(91, 37%, 85%);

border

border: 2px solid hsl(91, 37%, 85%);

gradient light

background: linear-gradient(to right, hsl(91, 37%, 100%), hsl(91, 37%, 85%));

gradient dark

background: linear-gradient(to right, hsl(91, 37%, 85%), hsl(91, 37%, 65%))

hex

background-color: #D8E7CB;

tailwind

bg-[hsl(91,37%,85%)]

box shadow

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

css variable

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

HEX: #D8E7CB | RGB: rgb(216, 231, 203) | CMYK: 6%, 0%, 12%, 9% | HSV: 92°, 12%, 91%. Copy any format from the conversion table above.

What colors go well with #D8E7CB?

The complementary color is HSL(271, 37%, 85%). For a triadic harmony, use hues 91°, 211°, and 331°. For analogous combinations, try hues 61° and 121°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(91, 37%, 85%) in CSS?

As HSL: color: hsl(91, 37%, 85%); — As HEX: color: #D8E7CB; — As RGB: color: rgb(216, 231, 203); — Tailwind CSS: bg-[hsl(91,37%,85%)] — CSS variable: --color-primary: hsl(91, 37%, 85%);