HSL(142, 23%, 87%)
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(142,23%,87%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(142, 23%, 87%) | color: hsl(142, 23%, 87%) | |
| HEX | #D6E5DC | color: #D6E5DC | |
| RGB | rgb(214, 229, 220) | color: rgb(214, 229, 220) | |
| CMYK | cmyk(7%, 0%, 4%, 10%) | — | |
| HSV | hsv(144, 7%, 90%) | — | |
| HWB | hwb(144 84% 10%) | color: hwb(144 84% 10%) | |
| OKLCH | oklch(0.9081 0.0201 159.72) | color: oklch(0.9081 0.0201 159.72) | |
| Lab | lab(89.63 -6.64 2.66) | color: lab(89.63 -6.64 2.66) | |
| LCH | lch(89.63 7.15 158.17) | color: lch(89.63 7.15 158.17) |
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)
#DCDDDE — rgb(220, 221, 222)
Deuteranopia (Green-blind)
#DCDBDF — rgb(220, 219, 223)
Tritanopia (Blue-blind)
#D7E0E0 — rgb(215, 224, 224)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(142, 23%, 87%);
text
color: hsl(142, 23%, 87%);
border
border: 2px solid hsl(142, 23%, 87%);
gradient light
background: linear-gradient(to right, hsl(142, 23%, 100%), hsl(142, 23%, 87%));
gradient dark
background: linear-gradient(to right, hsl(142, 23%, 87%), hsl(142, 23%, 67%))
hex
background-color: #D6E5DC;
tailwind
bg-[hsl(142,23%,87%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(142, 23%, 87%, 0.4);
css variable
--color-primary: hsl(142, 23%, 87%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(142, 23%, 87%)?
HEX: #D6E5DC | RGB: rgb(214, 229, 220) | CMYK: 7%, 0%, 4%, 10% | HSV: 144°, 7%, 90%. Copy any format from the conversion table above.
What colors go well with #D6E5DC?
The complementary color is HSL(322, 23%, 87%). For a triadic harmony, use hues 142°, 262°, and 22°. For analogous combinations, try hues 112° and 172°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(142, 23%, 87%) in CSS?
As HSL: color: hsl(142, 23%, 87%); — As HEX: color: #D6E5DC; — As RGB: color: rgb(214, 229, 220); — Tailwind CSS: bg-[hsl(142,23%,87%)] — CSS variable: --color-primary: hsl(142, 23%, 87%);