HSL(143, 32%, 88%)
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(143,32%,88%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(143, 32%, 88%) | color: hsl(143, 32%, 88%) | |
| HEX | #D7EADE | color: #D7EADE | |
| RGB | rgb(215, 234, 222) | color: rgb(215, 234, 222) | |
| CMYK | cmyk(8%, 0%, 5%, 8%) | — | |
| HSV | hsv(142, 8%, 92%) | — | |
| HWB | hwb(142 85% 8%) | color: hwb(142 85% 8%) | |
| OKLCH | oklch(0.9196 0.0258 158.18) | color: oklch(0.9196 0.0258 158.18) | |
| Lab | lab(91.04 -8.49 3.67) | color: lab(91.04 -8.49 3.67) | |
| LCH | lch(91.04 9.25 156.62) | color: lch(91.04 9.25 156.62) |
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)
#DFDFE1 — rgb(223, 223, 225)
Deuteranopia (Green-blind)
#DEDDE2 — rgb(222, 221, 226)
Tritanopia (Blue-blind)
#D8E3E4 — rgb(216, 227, 228)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(143, 32%, 88%);
text
color: hsl(143, 32%, 88%);
border
border: 2px solid hsl(143, 32%, 88%);
gradient light
background: linear-gradient(to right, hsl(143, 32%, 100%), hsl(143, 32%, 88%));
gradient dark
background: linear-gradient(to right, hsl(143, 32%, 88%), hsl(143, 32%, 68%))
hex
background-color: #D7EADE;
tailwind
bg-[hsl(143,32%,88%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(143, 32%, 88%, 0.4);
css variable
--color-primary: hsl(143, 32%, 88%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(143, 32%, 88%)?
HEX: #D7EADE | RGB: rgb(215, 234, 222) | CMYK: 8%, 0%, 5%, 8% | HSV: 142°, 8%, 92%. Copy any format from the conversion table above.
What colors go well with #D7EADE?
The complementary color is HSL(323, 32%, 88%). For a triadic harmony, use hues 143°, 263°, and 23°. For analogous combinations, try hues 113° and 173°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(143, 32%, 88%) in CSS?
As HSL: color: hsl(143, 32%, 88%); — As HEX: color: #D7EADE; — As RGB: color: rgb(215, 234, 222); — Tailwind CSS: bg-[hsl(143,32%,88%)] — CSS variable: --color-primary: hsl(143, 32%, 88%);