HSL(112, 23%, 87%)
Very Light Green — Green color
Adjust Color
Color Information
Color Name
Very Light Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(112,23%,87%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(112, 23%, 87%) | color: hsl(112, 23%, 87%) | |
| HEX | #D8E5D6 | color: #D8E5D6 | |
| RGB | rgb(216, 229, 214) | color: rgb(216, 229, 214) | |
| CMYK | cmyk(6%, 0%, 7%, 10%) | — | |
| HSV | hsv(112, 7%, 90%) | — | |
| HWB | hwb(112 84% 10%) | color: hwb(112 84% 10%) | |
| OKLCH | oklch(0.9079 0.0244 141.52) | color: oklch(0.9079 0.0244 141.52) | |
| Lab | lab(89.62 -7.04 5.82) | color: lab(89.62 -7.04 5.82) | |
| LCH | lch(89.62 9.13 140.42) | color: lch(89.62 9.13 140.42) |
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)
#DEDEDA — rgb(222, 222, 218)
Deuteranopia (Green-blind)
#DDDCDB — rgb(221, 220, 219)
Tritanopia (Blue-blind)
#D9DCDD — rgb(217, 220, 221)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(112, 23%, 87%);
text
color: hsl(112, 23%, 87%);
border
border: 2px solid hsl(112, 23%, 87%);
gradient light
background: linear-gradient(to right, hsl(112, 23%, 100%), hsl(112, 23%, 87%));
gradient dark
background: linear-gradient(to right, hsl(112, 23%, 87%), hsl(112, 23%, 67%))
hex
background-color: #D8E5D6;
tailwind
bg-[hsl(112,23%,87%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(112, 23%, 87%, 0.4);
css variable
--color-primary: hsl(112, 23%, 87%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(112, 23%, 87%)?
HEX: #D8E5D6 | RGB: rgb(216, 229, 214) | CMYK: 6%, 0%, 7%, 10% | HSV: 112°, 7%, 90%. Copy any format from the conversion table above.
What colors go well with #D8E5D6?
The complementary color is HSL(292, 23%, 87%). For a triadic harmony, use hues 112°, 232°, and 352°. For analogous combinations, try hues 82° and 142°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(112, 23%, 87%) in CSS?
As HSL: color: hsl(112, 23%, 87%); — As HEX: color: #D8E5D6; — As RGB: color: rgb(216, 229, 214); — Tailwind CSS: bg-[hsl(112,23%,87%)] — CSS variable: --color-primary: hsl(112, 23%, 87%);