HSL(116, 57%, 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(116,57%,91%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(116, 57%, 91%) | color: hsl(116, 57%, 91%) | |
| HEX | #DDF5DB | color: #DDF5DB | |
| RGB | rgb(221, 245, 219) | color: rgb(221, 245, 219) | |
| CMYK | cmyk(10%, 0%, 11%, 4%) | — | |
| HSV | hsv(115, 11%, 96%) | — | |
| HWB | hwb(115 85% 4%) | color: hwb(115 85% 4%) | |
| OKLCH | oklch(0.9456 0.0428 143.1) | color: oklch(0.9456 0.0428 143.1) | |
| Lab | lab(94.22 -12.54 9.87) | color: lab(94.22 -12.54 9.87) | |
| LCH | lch(94.22 15.96 141.79) | color: lch(94.22 15.96 141.79) |
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)
#E7E8E1 — rgb(231, 232, 225)
Deuteranopia (Green-blind)
#E6E4E3 — rgb(230, 228, 227)
Tritanopia (Blue-blind)
#DEE6E7 — rgb(222, 230, 231)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(116, 57%, 91%);
text
color: hsl(116, 57%, 91%);
border
border: 2px solid hsl(116, 57%, 91%);
gradient light
background: linear-gradient(to right, hsl(116, 57%, 100%), hsl(116, 57%, 91%));
gradient dark
background: linear-gradient(to right, hsl(116, 57%, 91%), hsl(116, 57%, 71%))
hex
background-color: #DDF5DB;
tailwind
bg-[hsl(116,57%,91%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(116, 57%, 91%, 0.4);
css variable
--color-primary: hsl(116, 57%, 91%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(116, 57%, 91%)?
HEX: #DDF5DB | RGB: rgb(221, 245, 219) | CMYK: 10%, 0%, 11%, 4% | HSV: 115°, 11%, 96%. Copy any format from the conversion table above.
What colors go well with #DDF5DB?
The complementary color is HSL(296, 57%, 91%). For a triadic harmony, use hues 116°, 236°, and 356°. For analogous combinations, try hues 86° and 146°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(116, 57%, 91%) in CSS?
As HSL: color: hsl(116, 57%, 91%); — As HEX: color: #DDF5DB; — As RGB: color: rgb(221, 245, 219); — Tailwind CSS: bg-[hsl(116,57%,91%)] — CSS variable: --color-primary: hsl(116, 57%, 91%);