HSL(110, 13%, 88%)
Very Light Green — Green color
Adjust Color
Color Information
Color Name
Very Light Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(110,13%,88%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(110, 13%, 88%) | color: hsl(110, 13%, 88%) | |
| HEX | #DEE4DC | color: #DEE4DC | |
| RGB | rgb(222, 228, 220) | color: rgb(222, 228, 220) | |
| CMYK | cmyk(3%, 0%, 4%, 11%) | — | |
| HSV | hsv(105, 4%, 89%) | — | |
| HWB | hwb(105 85% 11%) | color: hwb(105 85% 11%) | |
| OKLCH | oklch(0.912 0.0125 137.79) | color: oklch(0.912 0.0125 137.79) | |
| Lab | lab(89.94 -3.45 3.2) | color: lab(89.94 -3.45 3.2) | |
| LCH | lch(89.94 4.71 137.15) | color: lch(89.94 4.71 137.15) |
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)
#E1E1DE — rgb(225, 225, 222)
Deuteranopia (Green-blind)
#E0E0DE — rgb(224, 224, 222)
Tritanopia (Blue-blind)
#DEDFE0 — rgb(222, 223, 224)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(110, 13%, 88%);
text
color: hsl(110, 13%, 88%);
border
border: 2px solid hsl(110, 13%, 88%);
gradient light
background: linear-gradient(to right, hsl(110, 13%, 100%), hsl(110, 13%, 88%));
gradient dark
background: linear-gradient(to right, hsl(110, 13%, 88%), hsl(110, 13%, 68%))
hex
background-color: #DEE4DC;
tailwind
bg-[hsl(110,13%,88%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(110, 13%, 88%, 0.4);
css variable
--color-primary: hsl(110, 13%, 88%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(110, 13%, 88%)?
HEX: #DEE4DC | RGB: rgb(222, 228, 220) | CMYK: 3%, 0%, 4%, 11% | HSV: 105°, 4%, 89%. Copy any format from the conversion table above.
What colors go well with #DEE4DC?
The complementary color is HSL(290, 13%, 88%). For a triadic harmony, use hues 110°, 230°, and 350°. For analogous combinations, try hues 80° and 140°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(110, 13%, 88%) in CSS?
As HSL: color: hsl(110, 13%, 88%); — As HEX: color: #DEE4DC; — As RGB: color: rgb(222, 228, 220); — Tailwind CSS: bg-[hsl(110,13%,88%)] — CSS variable: --color-primary: hsl(110, 13%, 88%);