HSL(141, 56%, 94%)
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(141,56%,94%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(141, 56%, 94%) | color: hsl(141, 56%, 94%) | |
| HEX | #E7F8ED | color: #E7F8ED | |
| RGB | rgb(231, 248, 237) | color: rgb(231, 248, 237) | |
| CMYK | cmyk(7%, 0%, 4%, 3%) | — | |
| HSV | hsv(141, 7%, 97%) | — | |
| HWB | hwb(141 90% 3%) | color: hwb(141 90% 3%) | |
| OKLCH | oklch(0.9635 0.023 157.6) | color: oklch(0.9635 0.023 157.6) | |
| Lab | lab(96.1 -7.56 3.36) | color: lab(96.1 -7.56 3.36) | |
| LCH | lch(96.1 8.27 156.04) | color: lch(96.1 8.27 156.04) |
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)
#EEEFF0 — rgb(238, 239, 240)
Deuteranopia (Green-blind)
#EDECF0 — rgb(237, 236, 240)
Tritanopia (Blue-blind)
#E8F2F2 — rgb(232, 242, 242)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(141, 56%, 94%);
text
color: hsl(141, 56%, 94%);
border
border: 2px solid hsl(141, 56%, 94%);
gradient light
background: linear-gradient(to right, hsl(141, 56%, 100%), hsl(141, 56%, 94%));
gradient dark
background: linear-gradient(to right, hsl(141, 56%, 94%), hsl(141, 56%, 74%))
hex
background-color: #E7F8ED;
tailwind
bg-[hsl(141,56%,94%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(141, 56%, 94%, 0.4);
css variable
--color-primary: hsl(141, 56%, 94%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(141, 56%, 94%)?
HEX: #E7F8ED | RGB: rgb(231, 248, 237) | CMYK: 7%, 0%, 4%, 3% | HSV: 141°, 7%, 97%. Copy any format from the conversion table above.
What colors go well with #E7F8ED?
The complementary color is HSL(321, 56%, 94%). For a triadic harmony, use hues 141°, 261°, and 21°. For analogous combinations, try hues 111° and 171°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(141, 56%, 94%) in CSS?
As HSL: color: hsl(141, 56%, 94%); — As HEX: color: #E7F8ED; — As RGB: color: rgb(231, 248, 237); — Tailwind CSS: bg-[hsl(141,56%,94%)] — CSS variable: --color-primary: hsl(141, 56%, 94%);