HSL(101, 96%, 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(101,96%,88%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(101, 96%, 88%) | color: hsl(101, 96%, 88%) | |
| HEX | #D6FEC3 | color: #D6FEC3 | |
| RGB | rgb(214, 254, 195) | color: rgb(214, 254, 195) | |
| CMYK | cmyk(16%, 0%, 23%, 0%) | — | |
| HSV | hsv(101, 23%, 100%) | — | |
| HWB | hwb(101 77% 0%) | color: hwb(101 77% 0%) | |
| OKLCH | oklch(0.954 0.0878 135.69) | color: oklch(0.954 0.0878 135.69) | |
| Lab | lab(95.63 -23.22 24.09) | color: lab(95.63 -23.22 24.09) | |
| LCH | lch(95.63 33.46 133.95) | color: lch(95.63 33.46 133.95) |
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)
#E7E8D1 — rgb(231, 232, 209)
Deuteranopia (Green-blind)
#E5E2D5 — rgb(229, 226, 213)
Tritanopia (Blue-blind)
#D8DDDF — rgb(216, 221, 223)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(101, 96%, 88%);
text
color: hsl(101, 96%, 88%);
border
border: 2px solid hsl(101, 96%, 88%);
gradient light
background: linear-gradient(to right, hsl(101, 96%, 100%), hsl(101, 96%, 88%));
gradient dark
background: linear-gradient(to right, hsl(101, 96%, 88%), hsl(101, 96%, 68%))
hex
background-color: #D6FEC3;
tailwind
bg-[hsl(101,96%,88%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(101, 96%, 88%, 0.4);
css variable
--color-primary: hsl(101, 96%, 88%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(101, 96%, 88%)?
HEX: #D6FEC3 | RGB: rgb(214, 254, 195) | CMYK: 16%, 0%, 23%, 0% | HSV: 101°, 23%, 100%. Copy any format from the conversion table above.
What colors go well with #D6FEC3?
The complementary color is HSL(281, 96%, 88%). For a triadic harmony, use hues 101°, 221°, and 341°. For analogous combinations, try hues 71° and 131°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(101, 96%, 88%) in CSS?
As HSL: color: hsl(101, 96%, 88%); — As HEX: color: #D6FEC3; — As RGB: color: rgb(214, 254, 195); — Tailwind CSS: bg-[hsl(101,96%,88%)] — CSS variable: --color-primary: hsl(101, 96%, 88%);