HSL(108, 56%, 94%)
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(108,56%,94%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(108, 56%, 94%) | color: hsl(108, 56%, 94%) | |
| HEX | #EBF8E7 | color: #EBF8E7 | |
| RGB | rgb(235, 248, 231) | color: rgb(235, 248, 231) | |
| CMYK | cmyk(5%, 0%, 7%, 3%) | — | |
| HSV | hsv(106, 7%, 97%) | — | |
| HWB | hwb(106 90% 3%) | color: hwb(106 90% 3%) | |
| OKLCH | oklch(0.9648 0.0263 138.29) | color: oklch(0.9648 0.0263 138.29) | |
| Lab | lab(96.23 -7.29 6.69) | color: lab(96.23 -7.29 6.69) | |
| LCH | lch(96.23 9.89 137.46) | color: lch(96.23 9.89 137.46) |
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)
#F1F1EB — rgb(241, 241, 235)
Deuteranopia (Green-blind)
#F0EFEC — rgb(240, 239, 236)
Tritanopia (Blue-blind)
#ECEEEF — rgb(236, 238, 239)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(108, 56%, 94%);
text
color: hsl(108, 56%, 94%);
border
border: 2px solid hsl(108, 56%, 94%);
gradient light
background: linear-gradient(to right, hsl(108, 56%, 100%), hsl(108, 56%, 94%));
gradient dark
background: linear-gradient(to right, hsl(108, 56%, 94%), hsl(108, 56%, 74%))
hex
background-color: #EBF8E7;
tailwind
bg-[hsl(108,56%,94%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(108, 56%, 94%, 0.4);
css variable
--color-primary: hsl(108, 56%, 94%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(108, 56%, 94%)?
HEX: #EBF8E7 | RGB: rgb(235, 248, 231) | CMYK: 5%, 0%, 7%, 3% | HSV: 106°, 7%, 97%. Copy any format from the conversion table above.
What colors go well with #EBF8E7?
The complementary color is HSL(288, 56%, 94%). For a triadic harmony, use hues 108°, 228°, and 348°. For analogous combinations, try hues 78° and 138°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(108, 56%, 94%) in CSS?
As HSL: color: hsl(108, 56%, 94%); — As HEX: color: #EBF8E7; — As RGB: color: rgb(235, 248, 231); — Tailwind CSS: bg-[hsl(108,56%,94%)] — CSS variable: --color-primary: hsl(108, 56%, 94%);