HSL(105, 50%, 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(105,50%,87%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(105, 50%, 87%) | color: hsl(105, 50%, 87%) | |
| HEX | #D6EECD | color: #D6EECD | |
| RGB | rgb(214, 238, 205) | color: rgb(214, 238, 205) | |
| CMYK | cmyk(10%, 0%, 14%, 7%) | — | |
| HSV | hsv(104, 14%, 93%) | — | |
| HWB | hwb(104 80% 7%) | color: hwb(104 80% 7%) | |
| OKLCH | oklch(0.9227 0.0508 137.13) | color: oklch(0.9227 0.0508 137.13) | |
| Lab | lab(91.62 -13.8 13.34) | color: lab(91.62 -13.8 13.34) | |
| LCH | lch(91.62 19.19 135.97) | color: lch(91.62 19.19 135.97) |
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)
#E0E1D5 — rgb(224, 225, 213)
Deuteranopia (Green-blind)
#DFDDD7 — rgb(223, 221, 215)
Tritanopia (Blue-blind)
#D7DBDD — rgb(215, 219, 221)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(105, 50%, 87%);
text
color: hsl(105, 50%, 87%);
border
border: 2px solid hsl(105, 50%, 87%);
gradient light
background: linear-gradient(to right, hsl(105, 50%, 100%), hsl(105, 50%, 87%));
gradient dark
background: linear-gradient(to right, hsl(105, 50%, 87%), hsl(105, 50%, 67%))
hex
background-color: #D6EECD;
tailwind
bg-[hsl(105,50%,87%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(105, 50%, 87%, 0.4);
css variable
--color-primary: hsl(105, 50%, 87%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(105, 50%, 87%)?
HEX: #D6EECD | RGB: rgb(214, 238, 205) | CMYK: 10%, 0%, 14%, 7% | HSV: 104°, 14%, 93%. Copy any format from the conversion table above.
What colors go well with #D6EECD?
The complementary color is HSL(285, 50%, 87%). For a triadic harmony, use hues 105°, 225°, and 345°. For analogous combinations, try hues 75° and 135°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(105, 50%, 87%) in CSS?
As HSL: color: hsl(105, 50%, 87%); — As HEX: color: #D6EECD; — As RGB: color: rgb(214, 238, 205); — Tailwind CSS: bg-[hsl(105,50%,87%)] — CSS variable: --color-primary: hsl(105, 50%, 87%);