HSL(90, 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(90,100%,94%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(90, 100%, 94%) | color: hsl(90, 100%, 94%) | |
| HEX | #F0FFE0 | color: #F0FFE0 | |
| RGB | rgb(240, 255, 224) | color: rgb(240, 255, 224) | |
| CMYK | cmyk(6%, 0%, 12%, 0%) | — | |
| HSV | hsv(89, 12%, 100%) | — | |
| HWB | hwb(89 88% 0%) | color: hwb(89 88% 0%) | |
| OKLCH | oklch(0.9808 0.0435 128.34) | color: oklch(0.9808 0.0435 128.34) | |
| Lab | lab(98.2 -10.26 13.15) | color: lab(98.2 -10.26 13.15) | |
| LCH | lch(98.2 16.68 127.96) | color: lch(98.2 16.68 127.96) |
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)
#F6F7E8 — rgb(246, 247, 232)
Deuteranopia (Green-blind)
#F6F5E9 — rgb(246, 245, 233)
Tritanopia (Blue-blind)
#F1EDEF — rgb(241, 237, 239)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(90, 100%, 94%);
text
color: hsl(90, 100%, 94%);
border
border: 2px solid hsl(90, 100%, 94%);
gradient light
background: linear-gradient(to right, hsl(90, 100%, 100%), hsl(90, 100%, 94%));
gradient dark
background: linear-gradient(to right, hsl(90, 100%, 94%), hsl(90, 100%, 74%))
hex
background-color: #F0FFE0;
tailwind
bg-[hsl(90,100%,94%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(90, 100%, 94%, 0.4);
css variable
--color-primary: hsl(90, 100%, 94%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(90, 100%, 94%)?
HEX: #F0FFE0 | RGB: rgb(240, 255, 224) | CMYK: 6%, 0%, 12%, 0% | HSV: 89°, 12%, 100%. Copy any format from the conversion table above.
What colors go well with #F0FFE0?
The complementary color is HSL(270, 100%, 94%). For a triadic harmony, use hues 90°, 210°, and 330°. For analogous combinations, try hues 60° and 120°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(90, 100%, 94%) in CSS?
As HSL: color: hsl(90, 100%, 94%); — As HEX: color: #F0FFE0; — As RGB: color: rgb(240, 255, 224); — Tailwind CSS: bg-[hsl(90,100%,94%)] — CSS variable: --color-primary: hsl(90, 100%, 94%);