HSL(143, 40%, 92%)
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(143,40%,92%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(143, 40%, 92%) | color: hsl(143, 40%, 92%) | |
| HEX | #E2F3E9 | color: #E2F3E9 | |
| RGB | rgb(226, 243, 233) | color: rgb(226, 243, 233) | |
| CMYK | cmyk(7%, 0%, 4%, 5%) | — | |
| HSV | hsv(145, 7%, 95%) | — | |
| HWB | hwb(145 88% 5%) | color: hwb(145 88% 5%) | |
| OKLCH | oklch(0.9488 0.0223 160.22) | color: oklch(0.9488 0.0223 160.22) | |
| Lab | lab(94.38 -7.41 2.9) | color: lab(94.38 -7.41 2.9) | |
| LCH | lch(94.38 7.96 158.63) | color: lch(94.38 7.96 158.63) |
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)
#E9EAEB — rgb(233, 234, 235)
Deuteranopia (Green-blind)
#E8E7EC — rgb(232, 231, 236)
Tritanopia (Blue-blind)
#E3EDEE — rgb(227, 237, 238)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(143, 40%, 92%);
text
color: hsl(143, 40%, 92%);
border
border: 2px solid hsl(143, 40%, 92%);
gradient light
background: linear-gradient(to right, hsl(143, 40%, 100%), hsl(143, 40%, 92%));
gradient dark
background: linear-gradient(to right, hsl(143, 40%, 92%), hsl(143, 40%, 72%))
hex
background-color: #E2F3E9;
tailwind
bg-[hsl(143,40%,92%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(143, 40%, 92%, 0.4);
css variable
--color-primary: hsl(143, 40%, 92%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(143, 40%, 92%)?
HEX: #E2F3E9 | RGB: rgb(226, 243, 233) | CMYK: 7%, 0%, 4%, 5% | HSV: 145°, 7%, 95%. Copy any format from the conversion table above.
What colors go well with #E2F3E9?
The complementary color is HSL(323, 40%, 92%). For a triadic harmony, use hues 143°, 263°, and 23°. For analogous combinations, try hues 113° and 173°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(143, 40%, 92%) in CSS?
As HSL: color: hsl(143, 40%, 92%); — As HEX: color: #E2F3E9; — As RGB: color: rgb(226, 243, 233); — Tailwind CSS: bg-[hsl(143,40%,92%)] — CSS variable: --color-primary: hsl(143, 40%, 92%);