HSL(113, 72%, 90%)
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(113,72%,90%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(113, 72%, 90%) | color: hsl(113, 72%, 90%) | |
| HEX | #D7F8D3 | color: #D7F8D3 | |
| RGB | rgb(215, 248, 211) | color: rgb(215, 248, 211) | |
| CMYK | cmyk(13%, 0%, 15%, 3%) | — | |
| HSV | hsv(114, 15%, 97%) | — | |
| HWB | hwb(114 82% 3%) | color: hwb(114 82% 3%) | |
| OKLCH | oklch(0.9457 0.06 142.14) | color: oklch(0.9457 0.06 142.14) | |
| Lab | lab(94.43 -17.39 14.24) | color: lab(94.43 -17.39 14.24) | |
| LCH | lch(94.43 22.48 140.69) | color: lch(94.43 22.48 140.69) |
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)
#E5E6DC — rgb(229, 230, 220)
Deuteranopia (Green-blind)
#E3E1DE — rgb(227, 225, 222)
Tritanopia (Blue-blind)
#D9E3E5 — rgb(217, 227, 229)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(113, 72%, 90%);
text
color: hsl(113, 72%, 90%);
border
border: 2px solid hsl(113, 72%, 90%);
gradient light
background: linear-gradient(to right, hsl(113, 72%, 100%), hsl(113, 72%, 90%));
gradient dark
background: linear-gradient(to right, hsl(113, 72%, 90%), hsl(113, 72%, 70%))
hex
background-color: #D7F8D3;
tailwind
bg-[hsl(113,72%,90%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(113, 72%, 90%, 0.4);
css variable
--color-primary: hsl(113, 72%, 90%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(113, 72%, 90%)?
HEX: #D7F8D3 | RGB: rgb(215, 248, 211) | CMYK: 13%, 0%, 15%, 3% | HSV: 114°, 15%, 97%. Copy any format from the conversion table above.
What colors go well with #D7F8D3?
The complementary color is HSL(293, 72%, 90%). For a triadic harmony, use hues 113°, 233°, and 353°. For analogous combinations, try hues 83° and 143°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(113, 72%, 90%) in CSS?
As HSL: color: hsl(113, 72%, 90%); — As HEX: color: #D7F8D3; — As RGB: color: rgb(215, 248, 211); — Tailwind CSS: bg-[hsl(113,72%,90%)] — CSS variable: --color-primary: hsl(113, 72%, 90%);