HSL(96, 94%, 86%)
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(96,94%,86%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(96, 94%, 86%) | color: hsl(96, 94%, 86%) | |
| HEX | #D5FDBA | color: #D5FDBA | |
| RGB | rgb(213, 253, 186) | color: rgb(213, 253, 186) | |
| CMYK | cmyk(16%, 0%, 26%, 1%) | — | |
| HSV | hsv(96, 26%, 99%) | — | |
| HWB | hwb(96 73% 1%) | color: hwb(96 73% 1%) | |
| OKLCH | oklch(0.9494 0.0969 133.09) | color: oklch(0.9494 0.0969 133.09) | |
| Lab | lab(95.14 -24.45 27.96) | color: lab(95.14 -24.45 27.96) | |
| LCH | lch(95.14 37.14 131.17) | color: lch(95.14 37.14 131.17) |
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)
#E6E7CA — rgb(230, 231, 202)
Deuteranopia (Green-blind)
#E4E1CE — rgb(228, 225, 206)
Tritanopia (Blue-blind)
#D7D7DA — rgb(215, 215, 218)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(96, 94%, 86%);
text
color: hsl(96, 94%, 86%);
border
border: 2px solid hsl(96, 94%, 86%);
gradient light
background: linear-gradient(to right, hsl(96, 94%, 100%), hsl(96, 94%, 86%));
gradient dark
background: linear-gradient(to right, hsl(96, 94%, 86%), hsl(96, 94%, 66%))
hex
background-color: #D5FDBA;
tailwind
bg-[hsl(96,94%,86%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(96, 94%, 86%, 0.4);
css variable
--color-primary: hsl(96, 94%, 86%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(96, 94%, 86%)?
HEX: #D5FDBA | RGB: rgb(213, 253, 186) | CMYK: 16%, 0%, 26%, 1% | HSV: 96°, 26%, 99%. Copy any format from the conversion table above.
What colors go well with #D5FDBA?
The complementary color is HSL(276, 94%, 86%). For a triadic harmony, use hues 96°, 216°, and 336°. For analogous combinations, try hues 66° and 126°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(96, 94%, 86%) in CSS?
As HSL: color: hsl(96, 94%, 86%); — As HEX: color: #D5FDBA; — As RGB: color: rgb(213, 253, 186); — Tailwind CSS: bg-[hsl(96,94%,86%)] — CSS variable: --color-primary: hsl(96, 94%, 86%);