HSL(129, 75%, 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(129,75%,91%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(129, 75%, 91%) | color: hsl(129, 75%, 91%) | |
| HEX | #D7F9DC | color: #D7F9DC | |
| RGB | rgb(215, 249, 220) | color: rgb(215, 249, 220) | |
| CMYK | cmyk(14%, 0%, 12%, 2%) | — | |
| HSV | hsv(129, 14%, 98%) | — | |
| HWB | hwb(129 84% 2%) | color: hwb(129 84% 2%) | |
| OKLCH | oklch(0.95 0.0524 149.41) | color: oklch(0.95 0.0524 149.41) | |
| Lab | lab(94.89 -16.33 10.26) | color: lab(94.89 -16.33 10.26) | |
| LCH | lch(94.89 19.29 147.86) | color: lch(94.89 19.29 147.86) |
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)
#E6E6E3 — rgb(230, 230, 227)
Deuteranopia (Green-blind)
#E4E1E5 — rgb(228, 225, 229)
Tritanopia (Blue-blind)
#D9E9EA — rgb(217, 233, 234)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(129, 75%, 91%);
text
color: hsl(129, 75%, 91%);
border
border: 2px solid hsl(129, 75%, 91%);
gradient light
background: linear-gradient(to right, hsl(129, 75%, 100%), hsl(129, 75%, 91%));
gradient dark
background: linear-gradient(to right, hsl(129, 75%, 91%), hsl(129, 75%, 71%))
hex
background-color: #D7F9DC;
tailwind
bg-[hsl(129,75%,91%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(129, 75%, 91%, 0.4);
css variable
--color-primary: hsl(129, 75%, 91%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(129, 75%, 91%)?
HEX: #D7F9DC | RGB: rgb(215, 249, 220) | CMYK: 14%, 0%, 12%, 2% | HSV: 129°, 14%, 98%. Copy any format from the conversion table above.
What colors go well with #D7F9DC?
The complementary color is HSL(309, 75%, 91%). For a triadic harmony, use hues 129°, 249°, and 9°. For analogous combinations, try hues 99° and 159°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(129, 75%, 91%) in CSS?
As HSL: color: hsl(129, 75%, 91%); — As HEX: color: #D7F9DC; — As RGB: color: rgb(215, 249, 220); — Tailwind CSS: bg-[hsl(129,75%,91%)] — CSS variable: --color-primary: hsl(129, 75%, 91%);