HSL(112, 50%, 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(112,50%,88%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(112, 50%, 88%) | color: hsl(112, 50%, 88%) | |
| HEX | #D5F0D1 | color: #D5F0D1 | |
| RGB | rgb(213, 240, 209) | color: rgb(213, 240, 209) | |
| CMYK | cmyk(11%, 0%, 13%, 6%) | — | |
| HSV | hsv(112, 13%, 94%) | — | |
| HWB | hwb(112 82% 6%) | color: hwb(112 82% 6%) | |
| OKLCH | oklch(0.9272 0.0502 141.57) | color: oklch(0.9272 0.0502 141.57) | |
| Lab | lab(92.16 -14.45 12.03) | color: lab(92.16 -14.45 12.03) | |
| LCH | lch(92.16 18.8 140.22) | color: lch(92.16 18.8 140.22) |
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)
#E1E1D9 — rgb(225, 225, 217)
Deuteranopia (Green-blind)
#DFDDDA — rgb(223, 221, 218)
Tritanopia (Blue-blind)
#D6DEE0 — rgb(214, 222, 224)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(112, 50%, 88%);
text
color: hsl(112, 50%, 88%);
border
border: 2px solid hsl(112, 50%, 88%);
gradient light
background: linear-gradient(to right, hsl(112, 50%, 100%), hsl(112, 50%, 88%));
gradient dark
background: linear-gradient(to right, hsl(112, 50%, 88%), hsl(112, 50%, 68%))
hex
background-color: #D5F0D1;
tailwind
bg-[hsl(112,50%,88%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(112, 50%, 88%, 0.4);
css variable
--color-primary: hsl(112, 50%, 88%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(112, 50%, 88%)?
HEX: #D5F0D1 | RGB: rgb(213, 240, 209) | CMYK: 11%, 0%, 13%, 6% | HSV: 112°, 13%, 94%. Copy any format from the conversion table above.
What colors go well with #D5F0D1?
The complementary color is HSL(292, 50%, 88%). For a triadic harmony, use hues 112°, 232°, and 352°. For analogous combinations, try hues 82° and 142°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(112, 50%, 88%) in CSS?
As HSL: color: hsl(112, 50%, 88%); — As HEX: color: #D5F0D1; — As RGB: color: rgb(213, 240, 209); — Tailwind CSS: bg-[hsl(112,50%,88%)] — CSS variable: --color-primary: hsl(112, 50%, 88%);