HSL(132, 70%, 91%)
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(132,70%,91%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(132, 70%, 91%) | color: hsl(132, 70%, 91%) | |
| HEX | #D8F8DE | color: #D8F8DE | |
| RGB | rgb(216, 248, 222) | color: rgb(216, 248, 222) | |
| CMYK | cmyk(13%, 0%, 10%, 3%) | — | |
| HSV | hsv(131, 13%, 97%) | — | |
| HWB | hwb(131 84% 3%) | color: hwb(131 84% 3%) | |
| OKLCH | oklch(0.9491 0.0481 150.8) | color: oklch(0.9491 0.0481 150.8) | |
| Lab | lab(94.74 -15.15 9.02) | color: lab(94.74 -15.15 9.02) | |
| LCH | lch(94.74 17.63 149.23) | color: lch(94.74 17.63 149.23) |
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)
#E6E6E4 — rgb(230, 230, 228)
Deuteranopia (Green-blind)
#E4E2E6 — rgb(228, 226, 230)
Tritanopia (Blue-blind)
#DAE9EA — rgb(218, 233, 234)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(132, 70%, 91%);
text
color: hsl(132, 70%, 91%);
border
border: 2px solid hsl(132, 70%, 91%);
gradient light
background: linear-gradient(to right, hsl(132, 70%, 100%), hsl(132, 70%, 91%));
gradient dark
background: linear-gradient(to right, hsl(132, 70%, 91%), hsl(132, 70%, 71%))
hex
background-color: #D8F8DE;
tailwind
bg-[hsl(132,70%,91%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(132, 70%, 91%, 0.4);
css variable
--color-primary: hsl(132, 70%, 91%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(132, 70%, 91%)?
HEX: #D8F8DE | RGB: rgb(216, 248, 222) | CMYK: 13%, 0%, 10%, 3% | HSV: 131°, 13%, 97%. Copy any format from the conversion table above.
What colors go well with #D8F8DE?
The complementary color is HSL(312, 70%, 91%). For a triadic harmony, use hues 132°, 252°, and 12°. For analogous combinations, try hues 102° and 162°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(132, 70%, 91%) in CSS?
As HSL: color: hsl(132, 70%, 91%); — As HEX: color: #D8F8DE; — As RGB: color: rgb(216, 248, 222); — Tailwind CSS: bg-[hsl(132,70%,91%)] — CSS variable: --color-primary: hsl(132, 70%, 91%);