HSL(133, 72%, 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(133,72%,91%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(133, 72%, 91%) | color: hsl(133, 72%, 91%) | |
| HEX | #D8F9DF | color: #D8F9DF | |
| RGB | rgb(216, 249, 223) | color: rgb(216, 249, 223) | |
| CMYK | cmyk(13%, 0%, 10%, 2%) | — | |
| HSV | hsv(133, 13%, 98%) | — | |
| HWB | hwb(133 85% 2%) | color: hwb(133 85% 2%) | |
| OKLCH | oklch(0.9514 0.0488 151.63) | color: oklch(0.9514 0.0488 151.63) | |
| Lab | lab(95.02 -15.47 8.91) | color: lab(95.02 -15.47 8.91) | |
| LCH | lch(95.02 17.85 150.06) | color: lch(95.02 17.85 150.06) |
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)
#E6E7E5 — rgb(230, 231, 229)
Deuteranopia (Green-blind)
#E4E2E7 — rgb(228, 226, 231)
Tritanopia (Blue-blind)
#DAEAEB — rgb(218, 234, 235)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(133, 72%, 91%);
text
color: hsl(133, 72%, 91%);
border
border: 2px solid hsl(133, 72%, 91%);
gradient light
background: linear-gradient(to right, hsl(133, 72%, 100%), hsl(133, 72%, 91%));
gradient dark
background: linear-gradient(to right, hsl(133, 72%, 91%), hsl(133, 72%, 71%))
hex
background-color: #D8F9DF;
tailwind
bg-[hsl(133,72%,91%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(133, 72%, 91%, 0.4);
css variable
--color-primary: hsl(133, 72%, 91%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(133, 72%, 91%)?
HEX: #D8F9DF | RGB: rgb(216, 249, 223) | CMYK: 13%, 0%, 10%, 2% | HSV: 133°, 13%, 98%. Copy any format from the conversion table above.
What colors go well with #D8F9DF?
The complementary color is HSL(313, 72%, 91%). For a triadic harmony, use hues 133°, 253°, and 13°. For analogous combinations, try hues 103° and 163°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(133, 72%, 91%) in CSS?
As HSL: color: hsl(133, 72%, 91%); — As HEX: color: #D8F9DF; — As RGB: color: rgb(216, 249, 223); — Tailwind CSS: bg-[hsl(133,72%,91%)] — CSS variable: --color-primary: hsl(133, 72%, 91%);