HSL(148, 36%, 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(148,36%,92%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(148, 36%, 92%) | color: hsl(148, 36%, 92%) | |
| HEX | #E3F2EA | color: #E3F2EA | |
| RGB | rgb(227, 242, 234) | color: rgb(227, 242, 234) | |
| CMYK | cmyk(6%, 0%, 3%, 5%) | — | |
| HSV | hsv(148, 6%, 95%) | — | |
| HWB | hwb(148 89% 5%) | color: hwb(148 89% 5%) | |
| OKLCH | oklch(0.9478 0.0191 162.93) | color: oklch(0.9478 0.0191 162.93) | |
| Lab | lab(94.22 -6.39 2.15) | color: lab(94.22 -6.39 2.15) | |
| LCH | lch(94.22 6.74 161.4) | color: lch(94.22 6.74 161.4) |
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)
#E9EAEC — rgb(233, 234, 236)
Deuteranopia (Green-blind)
#E9E8EC — rgb(233, 232, 236)
Tritanopia (Blue-blind)
#E4EDEE — rgb(228, 237, 238)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(148, 36%, 92%);
text
color: hsl(148, 36%, 92%);
border
border: 2px solid hsl(148, 36%, 92%);
gradient light
background: linear-gradient(to right, hsl(148, 36%, 100%), hsl(148, 36%, 92%));
gradient dark
background: linear-gradient(to right, hsl(148, 36%, 92%), hsl(148, 36%, 72%))
hex
background-color: #E3F2EA;
tailwind
bg-[hsl(148,36%,92%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(148, 36%, 92%, 0.4);
css variable
--color-primary: hsl(148, 36%, 92%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(148, 36%, 92%)?
HEX: #E3F2EA | RGB: rgb(227, 242, 234) | CMYK: 6%, 0%, 3%, 5% | HSV: 148°, 6%, 95%. Copy any format from the conversion table above.
What colors go well with #E3F2EA?
The complementary color is HSL(328, 36%, 92%). For a triadic harmony, use hues 148°, 268°, and 28°. For analogous combinations, try hues 118° and 178°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(148, 36%, 92%) in CSS?
As HSL: color: hsl(148, 36%, 92%); — As HEX: color: #E3F2EA; — As RGB: color: rgb(227, 242, 234); — Tailwind CSS: bg-[hsl(148,36%,92%)] — CSS variable: --color-primary: hsl(148, 36%, 92%);