HSL(112, 33%, 90%)
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(112,33%,90%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(112, 33%, 90%) | color: hsl(112, 33%, 90%) | |
| HEX | #DFEEDD | color: #DFEEDD | |
| RGB | rgb(223, 238, 221) | color: rgb(223, 238, 221) | |
| CMYK | cmyk(6%, 0%, 7%, 7%) | — | |
| HSV | hsv(113, 7%, 93%) | — | |
| HWB | hwb(113 86% 7%) | color: hwb(113 86% 7%) | |
| OKLCH | oklch(0.9333 0.0277 141.98) | color: oklch(0.9333 0.0277 141.98) | |
| Lab | lab(92.6 -8.01 6.52) | color: lab(92.6 -8.01 6.52) | |
| LCH | lch(92.6 10.33 140.86) | color: lch(92.6 10.33 140.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)
#E5E6E1 — rgb(229, 230, 225)
Deuteranopia (Green-blind)
#E5E4E2 — rgb(229, 228, 226)
Tritanopia (Blue-blind)
#E0E4E5 — rgb(224, 228, 229)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(112, 33%, 90%);
text
color: hsl(112, 33%, 90%);
border
border: 2px solid hsl(112, 33%, 90%);
gradient light
background: linear-gradient(to right, hsl(112, 33%, 100%), hsl(112, 33%, 90%));
gradient dark
background: linear-gradient(to right, hsl(112, 33%, 90%), hsl(112, 33%, 70%))
hex
background-color: #DFEEDD;
tailwind
bg-[hsl(112,33%,90%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(112, 33%, 90%, 0.4);
css variable
--color-primary: hsl(112, 33%, 90%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(112, 33%, 90%)?
HEX: #DFEEDD | RGB: rgb(223, 238, 221) | CMYK: 6%, 0%, 7%, 7% | HSV: 113°, 7%, 93%. Copy any format from the conversion table above.
What colors go well with #DFEEDD?
The complementary color is HSL(292, 33%, 90%). For a triadic harmony, use hues 112°, 232°, and 352°. For analogous combinations, try hues 82° and 142°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(112, 33%, 90%) in CSS?
As HSL: color: hsl(112, 33%, 90%); — As HEX: color: #DFEEDD; — As RGB: color: rgb(223, 238, 221); — Tailwind CSS: bg-[hsl(112,33%,90%)] — CSS variable: --color-primary: hsl(112, 33%, 90%);