HSL(142, 35%, 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(142,35%,92%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(142, 35%, 92%) | color: hsl(142, 35%, 92%) | |
| HEX | #E3F2E9 | color: #E3F2E9 | |
| RGB | rgb(227, 242, 233) | color: rgb(227, 242, 233) | |
| CMYK | cmyk(6%, 0%, 4%, 5%) | — | |
| HSV | hsv(144, 6%, 95%) | — | |
| HWB | hwb(144 89% 5%) | color: hwb(144 89% 5%) | |
| OKLCH | oklch(0.9475 0.0198 159.75) | color: oklch(0.9475 0.0198 159.75) | |
| Lab | lab(94.19 -6.57 2.63) | color: lab(94.19 -6.57 2.63) | |
| LCH | lch(94.19 7.08 158.18) | color: lch(94.19 7.08 158.18) |
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)
#E9E8EC — rgb(233, 232, 236)
Tritanopia (Blue-blind)
#E4EDED — rgb(228, 237, 237)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(142, 35%, 92%);
text
color: hsl(142, 35%, 92%);
border
border: 2px solid hsl(142, 35%, 92%);
gradient light
background: linear-gradient(to right, hsl(142, 35%, 100%), hsl(142, 35%, 92%));
gradient dark
background: linear-gradient(to right, hsl(142, 35%, 92%), hsl(142, 35%, 72%))
hex
background-color: #E3F2E9;
tailwind
bg-[hsl(142,35%,92%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(142, 35%, 92%, 0.4);
css variable
--color-primary: hsl(142, 35%, 92%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(142, 35%, 92%)?
HEX: #E3F2E9 | RGB: rgb(227, 242, 233) | CMYK: 6%, 0%, 4%, 5% | HSV: 144°, 6%, 95%. Copy any format from the conversion table above.
What colors go well with #E3F2E9?
The complementary color is HSL(322, 35%, 92%). For a triadic harmony, use hues 142°, 262°, and 22°. For analogous combinations, try hues 112° and 172°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(142, 35%, 92%) in CSS?
As HSL: color: hsl(142, 35%, 92%); — As HEX: color: #E3F2E9; — As RGB: color: rgb(227, 242, 233); — Tailwind CSS: bg-[hsl(142,35%,92%)] — CSS variable: --color-primary: hsl(142, 35%, 92%);