HSL(77, 93%, 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(77,93%,90%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(77, 93%, 90%) | color: hsl(77, 93%, 90%) | |
| HEX | #F0FDCE | color: #F0FDCE | |
| RGB | rgb(240, 253, 206) | color: rgb(240, 253, 206) | |
| CMYK | cmyk(5%, 0%, 19%, 1%) | — | |
| HSV | hsv(77, 19%, 99%) | — | |
| HWB | hwb(77 80% 1%) | color: hwb(77 80% 1%) | |
| OKLCH | oklch(0.9726 0.0625 120.13) | color: oklch(0.9726 0.0625 120.13) | |
| Lab | lab(97.32 -12.08 21.1) | color: lab(97.32 -12.08 21.1) | |
| LCH | lch(97.32 24.31 119.79) | color: lch(97.32 24.31 119.79) |
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)
#F6F6D9 — rgb(246, 246, 217)
Deuteranopia (Green-blind)
#F5F4DC — rgb(245, 244, 220)
Tritanopia (Blue-blind)
#F1E2E4 — rgb(241, 226, 228)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(77, 93%, 90%);
text
color: hsl(77, 93%, 90%);
border
border: 2px solid hsl(77, 93%, 90%);
gradient light
background: linear-gradient(to right, hsl(77, 93%, 100%), hsl(77, 93%, 90%));
gradient dark
background: linear-gradient(to right, hsl(77, 93%, 90%), hsl(77, 93%, 70%))
hex
background-color: #F0FDCE;
tailwind
bg-[hsl(77,93%,90%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(77, 93%, 90%, 0.4);
css variable
--color-primary: hsl(77, 93%, 90%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(77, 93%, 90%)?
HEX: #F0FDCE | RGB: rgb(240, 253, 206) | CMYK: 5%, 0%, 19%, 1% | HSV: 77°, 19%, 99%. Copy any format from the conversion table above.
What colors go well with #F0FDCE?
The complementary color is HSL(257, 93%, 90%). For a triadic harmony, use hues 77°, 197°, and 317°. For analogous combinations, try hues 47° and 107°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(77, 93%, 90%) in CSS?
As HSL: color: hsl(77, 93%, 90%); — As HEX: color: #F0FDCE; — As RGB: color: rgb(240, 253, 206); — Tailwind CSS: bg-[hsl(77,93%,90%)] — CSS variable: --color-primary: hsl(77, 93%, 90%);