HSL(116, 57%, 88%)
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(116,57%,88%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(116, 57%, 88%) | color: hsl(116, 57%, 88%) | |
| HEX | #D1F2CF | color: #D1F2CF | |
| RGB | rgb(209, 242, 207) | color: rgb(209, 242, 207) | |
| CMYK | cmyk(14%, 0%, 14%, 5%) | — | |
| HSV | hsv(117, 14%, 95%) | — | |
| HWB | hwb(117 82% 5%) | color: hwb(117 82% 5%) | |
| OKLCH | oklch(0.9281 0.0581 143.56) | color: oklch(0.9281 0.0581 143.56) | |
| Lab | lab(92.38 -17.13 13.34) | color: lab(92.38 -17.13 13.34) | |
| LCH | lch(92.38 21.71 142.09) | color: lch(92.38 21.71 142.09) |
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)
#DFE0D7 — rgb(223, 224, 215)
Deuteranopia (Green-blind)
#DDDBDA — rgb(221, 219, 218)
Tritanopia (Blue-blind)
#D3DEE0 — rgb(211, 222, 224)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(116, 57%, 88%);
text
color: hsl(116, 57%, 88%);
border
border: 2px solid hsl(116, 57%, 88%);
gradient light
background: linear-gradient(to right, hsl(116, 57%, 100%), hsl(116, 57%, 88%));
gradient dark
background: linear-gradient(to right, hsl(116, 57%, 88%), hsl(116, 57%, 68%))
hex
background-color: #D1F2CF;
tailwind
bg-[hsl(116,57%,88%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(116, 57%, 88%, 0.4);
css variable
--color-primary: hsl(116, 57%, 88%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(116, 57%, 88%)?
HEX: #D1F2CF | RGB: rgb(209, 242, 207) | CMYK: 14%, 0%, 14%, 5% | HSV: 117°, 14%, 95%. Copy any format from the conversion table above.
What colors go well with #D1F2CF?
The complementary color is HSL(296, 57%, 88%). For a triadic harmony, use hues 116°, 236°, and 356°. For analogous combinations, try hues 86° and 146°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(116, 57%, 88%) in CSS?
As HSL: color: hsl(116, 57%, 88%); — As HEX: color: #D1F2CF; — As RGB: color: rgb(209, 242, 207); — Tailwind CSS: bg-[hsl(116,57%,88%)] — CSS variable: --color-primary: hsl(116, 57%, 88%);