HSL(94, 100%, 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(94,100%,94%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(94, 100%, 94%) | color: hsl(94, 100%, 94%) | |
| HEX | #EEFFE0 | color: #EEFFE0 | |
| RGB | rgb(238, 255, 224) | color: rgb(238, 255, 224) | |
| CMYK | cmyk(7%, 0%, 12%, 0%) | — | |
| HSV | hsv(93, 12%, 100%) | — | |
| HWB | hwb(93 88% 0%) | color: hwb(93 88% 0%) | |
| OKLCH | oklch(0.9793 0.0444 130.81) | color: oklch(0.9793 0.0444 130.81) | |
| Lab | lab(98.06 -10.94 12.94) | color: lab(98.06 -10.94 12.94) | |
| LCH | lch(98.06 16.94 130.21) | color: lch(98.06 16.94 130.21) |
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)
#F5F6E8 — rgb(245, 246, 232)
Deuteranopia (Green-blind)
#F4F3E9 — rgb(244, 243, 233)
Tritanopia (Blue-blind)
#EFEDEF — rgb(239, 237, 239)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(94, 100%, 94%);
text
color: hsl(94, 100%, 94%);
border
border: 2px solid hsl(94, 100%, 94%);
gradient light
background: linear-gradient(to right, hsl(94, 100%, 100%), hsl(94, 100%, 94%));
gradient dark
background: linear-gradient(to right, hsl(94, 100%, 94%), hsl(94, 100%, 74%))
hex
background-color: #EEFFE0;
tailwind
bg-[hsl(94,100%,94%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(94, 100%, 94%, 0.4);
css variable
--color-primary: hsl(94, 100%, 94%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(94, 100%, 94%)?
HEX: #EEFFE0 | RGB: rgb(238, 255, 224) | CMYK: 7%, 0%, 12%, 0% | HSV: 93°, 12%, 100%. Copy any format from the conversion table above.
What colors go well with #EEFFE0?
The complementary color is HSL(274, 100%, 94%). For a triadic harmony, use hues 94°, 214°, and 334°. For analogous combinations, try hues 64° and 124°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(94, 100%, 94%) in CSS?
As HSL: color: hsl(94, 100%, 94%); — As HEX: color: #EEFFE0; — As RGB: color: rgb(238, 255, 224); — Tailwind CSS: bg-[hsl(94,100%,94%)] — CSS variable: --color-primary: hsl(94, 100%, 94%);