HSL(101, 17%, 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(101,17%,88%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(101, 17%, 88%) | color: hsl(101, 17%, 88%) | |
| HEX | #DEE6DB | color: #DEE6DB | |
| RGB | rgb(222, 230, 219) | color: rgb(222, 230, 219) | |
| CMYK | cmyk(3%, 0%, 5%, 10%) | — | |
| HSV | hsv(104, 5%, 90%) | — | |
| HWB | hwb(104 86% 10%) | color: hwb(104 86% 10%) | |
| OKLCH | oklch(0.9158 0.017 137.03) | color: oklch(0.9158 0.017 137.03) | |
| Lab | lab(90.43 -4.64 4.42) | color: lab(90.43 -4.64 4.42) | |
| LCH | lch(90.43 6.41 136.39) | color: lch(90.43 6.41 136.39) |
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)
#E1E2DE — rgb(225, 226, 222)
Deuteranopia (Green-blind)
#E1E0DE — rgb(225, 224, 222)
Tritanopia (Blue-blind)
#DEE0E0 — rgb(222, 224, 224)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(101, 17%, 88%);
text
color: hsl(101, 17%, 88%);
border
border: 2px solid hsl(101, 17%, 88%);
gradient light
background: linear-gradient(to right, hsl(101, 17%, 100%), hsl(101, 17%, 88%));
gradient dark
background: linear-gradient(to right, hsl(101, 17%, 88%), hsl(101, 17%, 68%))
hex
background-color: #DEE6DB;
tailwind
bg-[hsl(101,17%,88%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(101, 17%, 88%, 0.4);
css variable
--color-primary: hsl(101, 17%, 88%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(101, 17%, 88%)?
HEX: #DEE6DB | RGB: rgb(222, 230, 219) | CMYK: 3%, 0%, 5%, 10% | HSV: 104°, 5%, 90%. Copy any format from the conversion table above.
What colors go well with #DEE6DB?
The complementary color is HSL(281, 17%, 88%). For a triadic harmony, use hues 101°, 221°, and 341°. For analogous combinations, try hues 71° and 131°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(101, 17%, 88%) in CSS?
As HSL: color: hsl(101, 17%, 88%); — As HEX: color: #DEE6DB; — As RGB: color: rgb(222, 230, 219); — Tailwind CSS: bg-[hsl(101,17%,88%)] — CSS variable: --color-primary: hsl(101, 17%, 88%);