HSL(100, 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(100,13%,88%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(100, 13%, 88%) | color: hsl(100, 13%, 88%) | |
| HEX | #DFE4DC | color: #DFE4DC | |
| RGB | rgb(223, 228, 220) | color: rgb(223, 228, 220) | |
| CMYK | cmyk(2%, 0%, 4%, 11%) | — | |
| HSV | hsv(98, 4%, 89%) | — | |
| HWB | hwb(98 85% 11%) | color: hwb(98 85% 11%) | |
| OKLCH | oklch(0.9128 0.012 133.38) | color: oklch(0.9128 0.012 133.38) | |
| Lab | lab(90.02 -3.11 3.31) | color: lab(90.02 -3.11 3.31) | |
| LCH | lch(90.02 4.54 133.22) | color: lch(90.02 4.54 133.22) |
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)
#E1E1DE — rgb(225, 225, 222)
Tritanopia (Blue-blind)
#DFDFE0 — rgb(223, 223, 224)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(100, 13%, 88%);
text
color: hsl(100, 13%, 88%);
border
border: 2px solid hsl(100, 13%, 88%);
gradient light
background: linear-gradient(to right, hsl(100, 13%, 100%), hsl(100, 13%, 88%));
gradient dark
background: linear-gradient(to right, hsl(100, 13%, 88%), hsl(100, 13%, 68%))
hex
background-color: #DFE4DC;
tailwind
bg-[hsl(100,13%,88%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(100, 13%, 88%, 0.4);
css variable
--color-primary: hsl(100, 13%, 88%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(100, 13%, 88%)?
HEX: #DFE4DC | RGB: rgb(223, 228, 220) | CMYK: 2%, 0%, 4%, 11% | HSV: 98°, 4%, 89%. Copy any format from the conversion table above.
What colors go well with #DFE4DC?
The complementary color is HSL(280, 13%, 88%). For a triadic harmony, use hues 100°, 220°, and 340°. For analogous combinations, try hues 70° and 130°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(100, 13%, 88%) in CSS?
As HSL: color: hsl(100, 13%, 88%); — As HEX: color: #DFE4DC; — As RGB: color: rgb(223, 228, 220); — Tailwind CSS: bg-[hsl(100,13%,88%)] — CSS variable: --color-primary: hsl(100, 13%, 88%);