HSL(79, 76%, 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,76%,90%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(79, 76%, 90%) | color: hsl(79, 76%, 90%) | |
| HEX | #EDF9D2 | color: #EDF9D2 | |
| RGB | rgb(237, 249, 210) | color: rgb(237, 249, 210) | |
| CMYK | cmyk(5%, 0%, 16%, 2%) | — | |
| HSV | hsv(78, 16%, 98%) | — | |
| HWB | hwb(78 82% 2%) | color: hwb(78 82% 2%) | |
| OKLCH | oklch(0.9631 0.0525 121.3) | color: oklch(0.9631 0.0525 121.3) | |
| Lab | lab(96.17 -10.54 17.41) | color: lab(96.17 -10.54 17.41) | |
| LCH | lch(96.17 20.35 121.19) | color: lch(96.17 20.35 121.19) |
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)
#F2F2DB — rgb(242, 242, 219)
Deuteranopia (Green-blind)
#F2F1DE — rgb(242, 241, 222)
Tritanopia (Blue-blind)
#EEE3E5 — rgb(238, 227, 229)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(79, 76%, 90%);
text
color: hsl(79, 76%, 90%);
border
border: 2px solid hsl(79, 76%, 90%);
gradient light
background: linear-gradient(to right, hsl(79, 76%, 100%), hsl(79, 76%, 90%));
gradient dark
background: linear-gradient(to right, hsl(79, 76%, 90%), hsl(79, 76%, 70%))
hex
background-color: #EDF9D2;
tailwind
bg-[hsl(79,76%,90%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(79, 76%, 90%, 0.4);
css variable
--color-primary: hsl(79, 76%, 90%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(79, 76%, 90%)?
HEX: #EDF9D2 | RGB: rgb(237, 249, 210) | CMYK: 5%, 0%, 16%, 2% | HSV: 78°, 16%, 98%. Copy any format from the conversion table above.
What colors go well with #EDF9D2?
The complementary color is HSL(259, 76%, 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, 76%, 90%) in CSS?
As HSL: color: hsl(79, 76%, 90%); — As HEX: color: #EDF9D2; — As RGB: color: rgb(237, 249, 210); — Tailwind CSS: bg-[hsl(79,76%,90%)] — CSS variable: --color-primary: hsl(79, 76%, 90%);