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
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
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
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
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%);