HSL(91, 92%, 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,92%,87%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(91, 92%, 87%) | color: hsl(91, 92%, 87%) | |
| HEX | #DDFCBF | color: #DDFCBF | |
| RGB | rgb(221, 252, 191) | color: rgb(221, 252, 191) | |
| CMYK | cmyk(12%, 0%, 24%, 1%) | — | |
| HSV | hsv(90, 24%, 99%) | — | |
| HWB | hwb(90 75% 1%) | color: hwb(90 75% 1%) | |
| OKLCH | oklch(0.9537 0.0859 129.82) | color: oklch(0.9537 0.0859 129.82) | |
| Lab | lab(95.48 -20.47 25.98) | color: lab(95.48 -20.47 25.98) | |
| LCH | lch(95.48 33.08 128.24) | color: lch(95.48 33.08 128.24) |
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)
#EAEBCE — rgb(234, 235, 206)
Deuteranopia (Green-blind)
#E9E6D1 — rgb(233, 230, 209)
Tritanopia (Blue-blind)
#DFD9DC — rgb(223, 217, 220)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(91, 92%, 87%);
text
color: hsl(91, 92%, 87%);
border
border: 2px solid hsl(91, 92%, 87%);
gradient light
background: linear-gradient(to right, hsl(91, 92%, 100%), hsl(91, 92%, 87%));
gradient dark
background: linear-gradient(to right, hsl(91, 92%, 87%), hsl(91, 92%, 67%))
hex
background-color: #DDFCBF;
tailwind
bg-[hsl(91,92%,87%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(91, 92%, 87%, 0.4);
css variable
--color-primary: hsl(91, 92%, 87%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(91, 92%, 87%)?
HEX: #DDFCBF | RGB: rgb(221, 252, 191) | CMYK: 12%, 0%, 24%, 1% | HSV: 90°, 24%, 99%. Copy any format from the conversion table above.
What colors go well with #DDFCBF?
The complementary color is HSL(271, 92%, 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, 92%, 87%) in CSS?
As HSL: color: hsl(91, 92%, 87%); — As HEX: color: #DDFCBF; — As RGB: color: rgb(221, 252, 191); — Tailwind CSS: bg-[hsl(91,92%,87%)] — CSS variable: --color-primary: hsl(91, 92%, 87%);