HSL(95, 62%, 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(95,62%,86%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(95, 62%, 86%) | color: hsl(95, 62%, 86%) | |
| HEX | #D8F1C5 | color: #D8F1C5 | |
| RGB | rgb(216, 241, 197) | color: rgb(216, 241, 197) | |
| CMYK | cmyk(10%, 0%, 18%, 5%) | — | |
| HSV | hsv(94, 18%, 95%) | — | |
| HWB | hwb(94 78% 5%) | color: hwb(94 78% 5%) | |
| OKLCH | oklch(0.9285 0.0639 131.77) | color: oklch(0.9285 0.0639 131.77) | |
| Lab | lab(92.37 -15.91 18.56) | color: lab(92.37 -15.91 18.56) | |
| LCH | lch(92.37 24.45 130.6) | color: lch(92.37 24.45 130.6) |
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)
#E3E3D0 — rgb(227, 227, 208)
Deuteranopia (Green-blind)
#E1E0D2 — rgb(225, 224, 210)
Tritanopia (Blue-blind)
#D9D8DA — rgb(217, 216, 218)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(95, 62%, 86%);
text
color: hsl(95, 62%, 86%);
border
border: 2px solid hsl(95, 62%, 86%);
gradient light
background: linear-gradient(to right, hsl(95, 62%, 100%), hsl(95, 62%, 86%));
gradient dark
background: linear-gradient(to right, hsl(95, 62%, 86%), hsl(95, 62%, 66%))
hex
background-color: #D8F1C5;
tailwind
bg-[hsl(95,62%,86%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(95, 62%, 86%, 0.4);
css variable
--color-primary: hsl(95, 62%, 86%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(95, 62%, 86%)?
HEX: #D8F1C5 | RGB: rgb(216, 241, 197) | CMYK: 10%, 0%, 18%, 5% | HSV: 94°, 18%, 95%. Copy any format from the conversion table above.
What colors go well with #D8F1C5?
The complementary color is HSL(275, 62%, 86%). For a triadic harmony, use hues 95°, 215°, and 335°. For analogous combinations, try hues 65° and 125°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(95, 62%, 86%) in CSS?
As HSL: color: hsl(95, 62%, 86%); — As HEX: color: #D8F1C5; — As RGB: color: rgb(216, 241, 197); — Tailwind CSS: bg-[hsl(95,62%,86%)] — CSS variable: --color-primary: hsl(95, 62%, 86%);