HSL(107, 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(107,35%,92%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(107, 35%, 92%) | color: hsl(107, 35%, 92%) | |
| HEX | #E7F2E3 | color: #E7F2E3 | |
| RGB | rgb(231, 242, 227) | color: rgb(231, 242, 227) | |
| CMYK | cmyk(5%, 0%, 6%, 5%) | — | |
| HSV | hsv(104, 6%, 95%) | — | |
| HWB | hwb(104 89% 5%) | color: hwb(104 89% 5%) | |
| OKLCH | oklch(0.9488 0.023 137.25) | color: oklch(0.9488 0.023 137.25) | |
| Lab | lab(94.33 -6.3 5.98) | color: lab(94.33 -6.3 5.98) | |
| LCH | lch(94.33 8.69 136.49) | color: lch(94.33 8.69 136.49) |
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)
#ECECE7 — rgb(236, 236, 231)
Deuteranopia (Green-blind)
#EBEAE8 — rgb(235, 234, 232)
Tritanopia (Blue-blind)
#E8E9EA — rgb(232, 233, 234)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(107, 35%, 92%);
text
color: hsl(107, 35%, 92%);
border
border: 2px solid hsl(107, 35%, 92%);
gradient light
background: linear-gradient(to right, hsl(107, 35%, 100%), hsl(107, 35%, 92%));
gradient dark
background: linear-gradient(to right, hsl(107, 35%, 92%), hsl(107, 35%, 72%))
hex
background-color: #E7F2E3;
tailwind
bg-[hsl(107,35%,92%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(107, 35%, 92%, 0.4);
css variable
--color-primary: hsl(107, 35%, 92%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(107, 35%, 92%)?
HEX: #E7F2E3 | RGB: rgb(231, 242, 227) | CMYK: 5%, 0%, 6%, 5% | HSV: 104°, 6%, 95%. Copy any format from the conversion table above.
What colors go well with #E7F2E3?
The complementary color is HSL(287, 35%, 92%). For a triadic harmony, use hues 107°, 227°, and 347°. For analogous combinations, try hues 77° and 137°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(107, 35%, 92%) in CSS?
As HSL: color: hsl(107, 35%, 92%); — As HEX: color: #E7F2E3; — As RGB: color: rgb(231, 242, 227); — Tailwind CSS: bg-[hsl(107,35%,92%)] — CSS variable: --color-primary: hsl(107, 35%, 92%);