HSL(79, 56%, 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(79,56%,90%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(79, 56%, 90%) | color: hsl(79, 56%, 90%) | |
| HEX | #EBF4D7 | color: #EBF4D7 | |
| RGB | rgb(235, 244, 215) | color: rgb(235, 244, 215) | |
| CMYK | cmyk(4%, 0%, 12%, 4%) | — | |
| HSV | hsv(79, 12%, 96%) | — | |
| HWB | hwb(79 84% 4%) | color: hwb(79 84% 4%) | |
| OKLCH | oklch(0.9527 0.0393 121.18) | color: oklch(0.9527 0.0393 121.18) | |
| Lab | lab(94.85 -7.95 12.97) | color: lab(94.85 -7.95 12.97) | |
| LCH | lch(94.85 15.21 121.51) | color: lch(94.85 15.21 121.51) |
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)
#EFEFDE — rgb(239, 239, 222)
Deuteranopia (Green-blind)
#EEEEE0 — rgb(238, 238, 224)
Tritanopia (Blue-blind)
#EBE4E5 — rgb(235, 228, 229)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(79, 56%, 90%);
text
color: hsl(79, 56%, 90%);
border
border: 2px solid hsl(79, 56%, 90%);
gradient light
background: linear-gradient(to right, hsl(79, 56%, 100%), hsl(79, 56%, 90%));
gradient dark
background: linear-gradient(to right, hsl(79, 56%, 90%), hsl(79, 56%, 70%))
hex
background-color: #EBF4D7;
tailwind
bg-[hsl(79,56%,90%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(79, 56%, 90%, 0.4);
css variable
--color-primary: hsl(79, 56%, 90%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(79, 56%, 90%)?
HEX: #EBF4D7 | RGB: rgb(235, 244, 215) | CMYK: 4%, 0%, 12%, 4% | HSV: 79°, 12%, 96%. Copy any format from the conversion table above.
What colors go well with #EBF4D7?
The complementary color is HSL(259, 56%, 90%). For a triadic harmony, use hues 79°, 199°, and 319°. For analogous combinations, try hues 49° and 109°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(79, 56%, 90%) in CSS?
As HSL: color: hsl(79, 56%, 90%); — As HEX: color: #EBF4D7; — As RGB: color: rgb(235, 244, 215); — Tailwind CSS: bg-[hsl(79,56%,90%)] — CSS variable: --color-primary: hsl(79, 56%, 90%);