HSL(136, 82%, 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(136,82%,90%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(136, 82%, 90%) | color: hsl(136, 82%, 90%) | |
| HEX | #D1FADC | color: #D1FADC | |
| RGB | rgb(209, 250, 220) | color: rgb(209, 250, 220) | |
| CMYK | cmyk(16%, 0%, 12%, 2%) | — | |
| HSV | hsv(136, 16%, 98%) | — | |
| HWB | hwb(136 82% 2%) | color: hwb(136 82% 2%) | |
| OKLCH | oklch(0.9481 0.0583 153.45) | color: oklch(0.9481 0.0583 153.45) | |
| Lab | lab(94.78 -18.77 10.04) | color: lab(94.78 -18.77 10.04) | |
| LCH | lch(94.78 21.29 151.86) | color: lch(94.78 21.29 151.86) |
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)
#E3E3E3 — rgb(227, 227, 227)
Deuteranopia (Green-blind)
#E0DDE5 — rgb(224, 221, 229)
Tritanopia (Blue-blind)
#D3E9EA — rgb(211, 233, 234)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(136, 82%, 90%);
text
color: hsl(136, 82%, 90%);
border
border: 2px solid hsl(136, 82%, 90%);
gradient light
background: linear-gradient(to right, hsl(136, 82%, 100%), hsl(136, 82%, 90%));
gradient dark
background: linear-gradient(to right, hsl(136, 82%, 90%), hsl(136, 82%, 70%))
hex
background-color: #D1FADC;
tailwind
bg-[hsl(136,82%,90%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(136, 82%, 90%, 0.4);
css variable
--color-primary: hsl(136, 82%, 90%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(136, 82%, 90%)?
HEX: #D1FADC | RGB: rgb(209, 250, 220) | CMYK: 16%, 0%, 12%, 2% | HSV: 136°, 16%, 98%. Copy any format from the conversion table above.
What colors go well with #D1FADC?
The complementary color is HSL(316, 82%, 90%). For a triadic harmony, use hues 136°, 256°, and 16°. For analogous combinations, try hues 106° and 166°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(136, 82%, 90%) in CSS?
As HSL: color: hsl(136, 82%, 90%); — As HEX: color: #D1FADC; — As RGB: color: rgb(209, 250, 220); — Tailwind CSS: bg-[hsl(136,82%,90%)] — CSS variable: --color-primary: hsl(136, 82%, 90%);