HSL(91, 94%, 87%)
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(91,94%,87%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(91, 94%, 87%) | color: hsl(91, 94%, 87%) | |
| HEX | #DDFDBF | color: #DDFDBF | |
| RGB | rgb(221, 253, 191) | color: rgb(221, 253, 191) | |
| CMYK | cmyk(13%, 0%, 25%, 1%) | — | |
| HSV | hsv(91, 25%, 99%) | — | |
| HWB | hwb(91 74% 1%) | color: hwb(91 74% 1%) | |
| OKLCH | oklch(0.9558 0.0874 130.13) | color: oklch(0.9558 0.0874 130.13) | |
| Lab | lab(95.74 -20.95 26.34) | color: lab(95.74 -20.95 26.34) | |
| LCH | lch(95.74 33.66 128.5) | color: lch(95.74 33.66 128.5) |
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)
#EBEBCE — rgb(235, 235, 206)
Deuteranopia (Green-blind)
#E9E7D2 — rgb(233, 231, 210)
Tritanopia (Blue-blind)
#DFDADC — rgb(223, 218, 220)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(91, 94%, 87%);
text
color: hsl(91, 94%, 87%);
border
border: 2px solid hsl(91, 94%, 87%);
gradient light
background: linear-gradient(to right, hsl(91, 94%, 100%), hsl(91, 94%, 87%));
gradient dark
background: linear-gradient(to right, hsl(91, 94%, 87%), hsl(91, 94%, 67%))
hex
background-color: #DDFDBF;
tailwind
bg-[hsl(91,94%,87%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(91, 94%, 87%, 0.4);
css variable
--color-primary: hsl(91, 94%, 87%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(91, 94%, 87%)?
HEX: #DDFDBF | RGB: rgb(221, 253, 191) | CMYK: 13%, 0%, 25%, 1% | HSV: 91°, 25%, 99%. Copy any format from the conversion table above.
What colors go well with #DDFDBF?
The complementary color is HSL(271, 94%, 87%). For a triadic harmony, use hues 91°, 211°, and 331°. For analogous combinations, try hues 61° and 121°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(91, 94%, 87%) in CSS?
As HSL: color: hsl(91, 94%, 87%); — As HEX: color: #DDFDBF; — As RGB: color: rgb(221, 253, 191); — Tailwind CSS: bg-[hsl(91,94%,87%)] — CSS variable: --color-primary: hsl(91, 94%, 87%);