HSL(103, 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(103,100%,94%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(103, 100%, 94%) | color: hsl(103, 100%, 94%) | |
| HEX | #E9FFE0 | color: #E9FFE0 | |
| RGB | rgb(233, 255, 224) | color: rgb(233, 255, 224) | |
| CMYK | cmyk(9%, 0%, 12%, 0%) | — | |
| HSV | hsv(103, 12%, 100%) | — | |
| HWB | hwb(103 88% 0%) | color: hwb(103 88% 0%) | |
| OKLCH | oklch(0.9758 0.0468 136.53) | color: oklch(0.9758 0.0468 136.53) | |
| Lab | lab(97.72 -12.62 12.4) | color: lab(97.72 -12.62 12.4) | |
| LCH | lch(97.72 17.69 135.5) | color: lch(97.72 17.69 135.5) |
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)
#F3F3E8 — rgb(243, 243, 232)
Deuteranopia (Green-blind)
#F1F0E9 — rgb(241, 240, 233)
Tritanopia (Blue-blind)
#EAEDEF — rgb(234, 237, 239)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(103, 100%, 94%);
text
color: hsl(103, 100%, 94%);
border
border: 2px solid hsl(103, 100%, 94%);
gradient light
background: linear-gradient(to right, hsl(103, 100%, 100%), hsl(103, 100%, 94%));
gradient dark
background: linear-gradient(to right, hsl(103, 100%, 94%), hsl(103, 100%, 74%))
hex
background-color: #E9FFE0;
tailwind
bg-[hsl(103,100%,94%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(103, 100%, 94%, 0.4);
css variable
--color-primary: hsl(103, 100%, 94%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(103, 100%, 94%)?
HEX: #E9FFE0 | RGB: rgb(233, 255, 224) | CMYK: 9%, 0%, 12%, 0% | HSV: 103°, 12%, 100%. Copy any format from the conversion table above.
What colors go well with #E9FFE0?
The complementary color is HSL(283, 100%, 94%). For a triadic harmony, use hues 103°, 223°, and 343°. For analogous combinations, try hues 73° and 133°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(103, 100%, 94%) in CSS?
As HSL: color: hsl(103, 100%, 94%); — As HEX: color: #E9FFE0; — As RGB: color: rgb(233, 255, 224); — Tailwind CSS: bg-[hsl(103,100%,94%)] — CSS variable: --color-primary: hsl(103, 100%, 94%);