HSL(141, 72%, 95%)
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,72%,95%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(141, 72%, 95%) | color: hsl(141, 72%, 95%) | |
| HEX | #E9FBEF | color: #E9FBEF | |
| RGB | rgb(233, 251, 239) | color: rgb(233, 251, 239) | |
| CMYK | cmyk(7%, 0%, 5%, 2%) | — | |
| HSV | hsv(140, 7%, 98%) | — | |
| HWB | hwb(140 91% 2%) | color: hwb(140 91% 2%) | |
| OKLCH | oklch(0.9715 0.0246 156.74) | color: oklch(0.9715 0.0246 156.74) | |
| Lab | lab(97.04 -8.05 3.73) | color: lab(97.04 -8.05 3.73) | |
| LCH | lch(97.04 8.87 155.14) | color: lch(97.04 8.87 155.14) |
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)
#F1F1F2 — rgb(241, 241, 242)
Deuteranopia (Green-blind)
#F0EEF3 — rgb(240, 238, 243)
Tritanopia (Blue-blind)
#EAF4F5 — rgb(234, 244, 245)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(141, 72%, 95%);
text
color: hsl(141, 72%, 95%);
border
border: 2px solid hsl(141, 72%, 95%);
gradient light
background: linear-gradient(to right, hsl(141, 72%, 100%), hsl(141, 72%, 95%));
gradient dark
background: linear-gradient(to right, hsl(141, 72%, 95%), hsl(141, 72%, 75%))
hex
background-color: #E9FBEF;
tailwind
bg-[hsl(141,72%,95%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(141, 72%, 95%, 0.4);
css variable
--color-primary: hsl(141, 72%, 95%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(141, 72%, 95%)?
HEX: #E9FBEF | RGB: rgb(233, 251, 239) | CMYK: 7%, 0%, 5%, 2% | HSV: 140°, 7%, 98%. Copy any format from the conversion table above.
What colors go well with #E9FBEF?
The complementary color is HSL(321, 72%, 95%). 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, 72%, 95%) in CSS?
As HSL: color: hsl(141, 72%, 95%); — As HEX: color: #E9FBEF; — As RGB: color: rgb(233, 251, 239); — Tailwind CSS: bg-[hsl(141,72%,95%)] — CSS variable: --color-primary: hsl(141, 72%, 95%);