HSL(103, 40%, 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(103,40%,87%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(103, 40%, 87%) | color: hsl(103, 40%, 87%) | |
| HEX | #D8EBD1 | color: #D8EBD1 | |
| RGB | rgb(216, 235, 209) | color: rgb(216, 235, 209) | |
| CMYK | cmyk(8%, 0%, 11%, 8%) | — | |
| HSV | hsv(104, 11%, 92%) | — | |
| HWB | hwb(104 82% 8%) | color: hwb(104 82% 8%) | |
| OKLCH | oklch(0.9189 0.0402 137.21) | color: oklch(0.9189 0.0402 137.21) | |
| Lab | lab(91.06 -10.94 10.49) | color: lab(91.06 -10.94 10.49) | |
| LCH | lch(91.06 15.16 136.2) | color: lch(91.06 15.16 136.2) |
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)
#E0E0D7 — rgb(224, 224, 215)
Deuteranopia (Green-blind)
#DFDED9 — rgb(223, 222, 217)
Tritanopia (Blue-blind)
#D9DCDD — rgb(217, 220, 221)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(103, 40%, 87%);
text
color: hsl(103, 40%, 87%);
border
border: 2px solid hsl(103, 40%, 87%);
gradient light
background: linear-gradient(to right, hsl(103, 40%, 100%), hsl(103, 40%, 87%));
gradient dark
background: linear-gradient(to right, hsl(103, 40%, 87%), hsl(103, 40%, 67%))
hex
background-color: #D8EBD1;
tailwind
bg-[hsl(103,40%,87%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(103, 40%, 87%, 0.4);
css variable
--color-primary: hsl(103, 40%, 87%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(103, 40%, 87%)?
HEX: #D8EBD1 | RGB: rgb(216, 235, 209) | CMYK: 8%, 0%, 11%, 8% | HSV: 104°, 11%, 92%. Copy any format from the conversion table above.
What colors go well with #D8EBD1?
The complementary color is HSL(283, 40%, 87%). For a triadic harmony, use hues 103°, 223°, and 343°. For analogous combinations, try hues 73° and 133°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(103, 40%, 87%) in CSS?
As HSL: color: hsl(103, 40%, 87%); — As HEX: color: #D8EBD1; — As RGB: color: rgb(216, 235, 209); — Tailwind CSS: bg-[hsl(103,40%,87%)] — CSS variable: --color-primary: hsl(103, 40%, 87%);