HSL(131, 39%, 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(131,39%,92%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(131, 39%, 92%) | color: hsl(131, 39%, 92%) | |
| HEX | #E3F3E6 | color: #E3F3E6 | |
| RGB | rgb(227, 243, 230) | color: rgb(227, 243, 230) | |
| CMYK | cmyk(7%, 0%, 5%, 5%) | — | |
| HSV | hsv(131, 7%, 95%) | — | |
| HWB | hwb(131 88% 5%) | color: hwb(131 88% 5%) | |
| OKLCH | oklch(0.9487 0.0241 151.18) | color: oklch(0.9487 0.0241 151.18) | |
| Lab | lab(94.37 -7.61 4.45) | color: lab(94.37 -7.61 4.45) | |
| LCH | lch(94.37 8.82 149.68) | color: lch(94.37 8.82 149.68) |
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)
#EAEAE9 — rgb(234, 234, 233)
Deuteranopia (Green-blind)
#E9E8EA — rgb(233, 232, 234)
Tritanopia (Blue-blind)
#E4ECEC — rgb(228, 236, 236)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(131, 39%, 92%);
text
color: hsl(131, 39%, 92%);
border
border: 2px solid hsl(131, 39%, 92%);
gradient light
background: linear-gradient(to right, hsl(131, 39%, 100%), hsl(131, 39%, 92%));
gradient dark
background: linear-gradient(to right, hsl(131, 39%, 92%), hsl(131, 39%, 72%))
hex
background-color: #E3F3E6;
tailwind
bg-[hsl(131,39%,92%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(131, 39%, 92%, 0.4);
css variable
--color-primary: hsl(131, 39%, 92%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(131, 39%, 92%)?
HEX: #E3F3E6 | RGB: rgb(227, 243, 230) | CMYK: 7%, 0%, 5%, 5% | HSV: 131°, 7%, 95%. Copy any format from the conversion table above.
What colors go well with #E3F3E6?
The complementary color is HSL(311, 39%, 92%). For a triadic harmony, use hues 131°, 251°, and 11°. For analogous combinations, try hues 101° and 161°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(131, 39%, 92%) in CSS?
As HSL: color: hsl(131, 39%, 92%); — As HEX: color: #E3F3E6; — As RGB: color: rgb(227, 243, 230); — Tailwind CSS: bg-[hsl(131,39%,92%)] — CSS variable: --color-primary: hsl(131, 39%, 92%);