HSL(78, 50%, 90%)
Very Light Green — Green color
Adjust Color
Color Information
Color Name
Very Light Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(78,50%,90%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(78, 50%, 90%) | color: hsl(78, 50%, 90%) | |
| HEX | #EBF2D9 | color: #EBF2D9 | |
| RGB | rgb(235, 242, 217) | color: rgb(235, 242, 217) | |
| CMYK | cmyk(3%, 0%, 10%, 5%) | — | |
| HSV | hsv(77, 10%, 95%) | — | |
| HWB | hwb(77 86% 5%) | color: hwb(77 86% 5%) | |
| OKLCH | oklch(0.9492 0.0338 119.77) | color: oklch(0.9492 0.0338 119.77) | |
| Lab | lab(94.39 -6.62 11.27) | color: lab(94.39 -6.62 11.27) | |
| LCH | lch(94.39 13.07 120.43) | color: lch(94.39 13.07 120.43) |
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)
#EEEEDF — rgb(238, 238, 223)
Deuteranopia (Green-blind)
#EEEDE1 — rgb(238, 237, 225)
Tritanopia (Blue-blind)
#EBE4E5 — rgb(235, 228, 229)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(78, 50%, 90%);
text
color: hsl(78, 50%, 90%);
border
border: 2px solid hsl(78, 50%, 90%);
gradient light
background: linear-gradient(to right, hsl(78, 50%, 100%), hsl(78, 50%, 90%));
gradient dark
background: linear-gradient(to right, hsl(78, 50%, 90%), hsl(78, 50%, 70%))
hex
background-color: #EBF2D9;
tailwind
bg-[hsl(78,50%,90%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(78, 50%, 90%, 0.4);
css variable
--color-primary: hsl(78, 50%, 90%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(78, 50%, 90%)?
HEX: #EBF2D9 | RGB: rgb(235, 242, 217) | CMYK: 3%, 0%, 10%, 5% | HSV: 77°, 10%, 95%. Copy any format from the conversion table above.
What colors go well with #EBF2D9?
The complementary color is HSL(258, 50%, 90%). For a triadic harmony, use hues 78°, 198°, and 318°. For analogous combinations, try hues 48° and 108°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(78, 50%, 90%) in CSS?
As HSL: color: hsl(78, 50%, 90%); — As HEX: color: #EBF2D9; — As RGB: color: rgb(235, 242, 217); — Tailwind CSS: bg-[hsl(78,50%,90%)] — CSS variable: --color-primary: hsl(78, 50%, 90%);