HSL(132, 86%, 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,86%,91%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(132, 86%, 91%) | color: hsl(132, 86%, 91%) | |
| HEX | #D4FCDC | color: #D4FCDC | |
| RGB | rgb(212, 252, 220) | color: rgb(212, 252, 220) | |
| CMYK | cmyk(16%, 0%, 13%, 1%) | — | |
| HSV | hsv(132, 16%, 99%) | — | |
| HWB | hwb(132 83% 1%) | color: hwb(132 83% 1%) | |
| OKLCH | oklch(0.9543 0.0594 151.03) | color: oklch(0.9543 0.0594 151.03) | |
| Lab | lab(95.49 -18.77 11.09) | color: lab(95.49 -18.77 11.09) | |
| LCH | lch(95.49 21.8 149.42) | color: lch(95.49 21.8 149.42) |
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)
#E5E6E4 — rgb(229, 230, 228)
Deuteranopia (Green-blind)
#E3E0E6 — rgb(227, 224, 230)
Tritanopia (Blue-blind)
#D6EAEB — rgb(214, 234, 235)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(132, 86%, 91%);
text
color: hsl(132, 86%, 91%);
border
border: 2px solid hsl(132, 86%, 91%);
gradient light
background: linear-gradient(to right, hsl(132, 86%, 100%), hsl(132, 86%, 91%));
gradient dark
background: linear-gradient(to right, hsl(132, 86%, 91%), hsl(132, 86%, 71%))
hex
background-color: #D4FCDC;
tailwind
bg-[hsl(132,86%,91%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(132, 86%, 91%, 0.4);
css variable
--color-primary: hsl(132, 86%, 91%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(132, 86%, 91%)?
HEX: #D4FCDC | RGB: rgb(212, 252, 220) | CMYK: 16%, 0%, 13%, 1% | HSV: 132°, 16%, 99%. Copy any format from the conversion table above.
What colors go well with #D4FCDC?
The complementary color is HSL(312, 86%, 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, 86%, 91%) in CSS?
As HSL: color: hsl(132, 86%, 91%); — As HEX: color: #D4FCDC; — As RGB: color: rgb(212, 252, 220); — Tailwind CSS: bg-[hsl(132,86%,91%)] — CSS variable: --color-primary: hsl(132, 86%, 91%);