HSL(85, 94%, 92%)
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(85,94%,92%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(85, 94%, 92%) | color: hsl(85, 94%, 92%) | |
| HEX | #EEFED7 | color: #EEFED7 | |
| RGB | rgb(238, 254, 215) | color: rgb(238, 254, 215) | |
| CMYK | cmyk(6%, 0%, 15%, 0%) | — | |
| HSV | hsv(85, 15%, 100%) | — | |
| HWB | hwb(85 85% 0%) | color: hwb(85 85% 0%) | |
| OKLCH | oklch(0.9752 0.0536 125.56) | color: oklch(0.9752 0.0536 125.56) | |
| Lab | lab(97.62 -11.89 16.91) | color: lab(97.62 -11.89 16.91) | |
| LCH | lch(97.62 20.67 125.11) | color: lch(97.62 20.67 125.11) |
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)
#F5F5E0 — rgb(245, 245, 224)
Deuteranopia (Green-blind)
#F4F3E3 — rgb(244, 243, 227)
Tritanopia (Blue-blind)
#EFE8EA — rgb(239, 232, 234)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(85, 94%, 92%);
text
color: hsl(85, 94%, 92%);
border
border: 2px solid hsl(85, 94%, 92%);
gradient light
background: linear-gradient(to right, hsl(85, 94%, 100%), hsl(85, 94%, 92%));
gradient dark
background: linear-gradient(to right, hsl(85, 94%, 92%), hsl(85, 94%, 72%))
hex
background-color: #EEFED7;
tailwind
bg-[hsl(85,94%,92%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(85, 94%, 92%, 0.4);
css variable
--color-primary: hsl(85, 94%, 92%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(85, 94%, 92%)?
HEX: #EEFED7 | RGB: rgb(238, 254, 215) | CMYK: 6%, 0%, 15%, 0% | HSV: 85°, 15%, 100%. Copy any format from the conversion table above.
What colors go well with #EEFED7?
The complementary color is HSL(265, 94%, 92%). For a triadic harmony, use hues 85°, 205°, and 325°. For analogous combinations, try hues 55° and 115°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(85, 94%, 92%) in CSS?
As HSL: color: hsl(85, 94%, 92%); — As HEX: color: #EEFED7; — As RGB: color: rgb(238, 254, 215); — Tailwind CSS: bg-[hsl(85,94%,92%)] — CSS variable: --color-primary: hsl(85, 94%, 92%);