HSL(91, 24%, 85%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(91,24%,85%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(91, 24%, 85%) | color: hsl(91, 24%, 85%) | |
| HEX | #D8E2D0 | color: #D8E2D0 | |
| RGB | rgb(216, 226, 208) | color: rgb(216, 226, 208) | |
| CMYK | cmyk(4%, 0%, 8%, 11%) | — | |
| HSV | hsv(93, 8%, 89%) | — | |
| HWB | hwb(93 82% 11%) | color: hwb(93 82% 11%) | |
| OKLCH | oklch(0.9002 0.0264 130.93) | color: oklch(0.9002 0.0264 130.93) | |
| Lab | lab(88.71 -6.56 7.64) | color: lab(88.71 -6.56 7.64) | |
| LCH | lch(88.71 10.07 130.65) | color: lch(88.71 10.07 130.65) |
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)
#DCDCD4 — rgb(220, 220, 212)
Deuteranopia (Green-blind)
#DCDBD5 — rgb(220, 219, 213)
Tritanopia (Blue-blind)
#D9D8D9 — rgb(217, 216, 217)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(91, 24%, 85%);
text
color: hsl(91, 24%, 85%);
border
border: 2px solid hsl(91, 24%, 85%);
gradient light
background: linear-gradient(to right, hsl(91, 24%, 100%), hsl(91, 24%, 85%));
gradient dark
background: linear-gradient(to right, hsl(91, 24%, 85%), hsl(91, 24%, 65%))
hex
background-color: #D8E2D0;
tailwind
bg-[hsl(91,24%,85%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(91, 24%, 85%, 0.4);
css variable
--color-primary: hsl(91, 24%, 85%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(91, 24%, 85%)?
HEX: #D8E2D0 | RGB: rgb(216, 226, 208) | CMYK: 4%, 0%, 8%, 11% | HSV: 93°, 8%, 89%. Copy any format from the conversion table above.
What colors go well with #D8E2D0?
The complementary color is HSL(271, 24%, 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, 24%, 85%) in CSS?
As HSL: color: hsl(91, 24%, 85%); — As HEX: color: #D8E2D0; — As RGB: color: rgb(216, 226, 208); — Tailwind CSS: bg-[hsl(91,24%,85%)] — CSS variable: --color-primary: hsl(91, 24%, 85%);