HSL(73, 80%, 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(73,80%,92%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(73, 80%, 92%) | color: hsl(73, 80%, 92%) | |
| HEX | #F4FBDA | color: #F4FBDA | |
| RGB | rgb(244, 251, 218) | color: rgb(244, 251, 218) | |
| CMYK | cmyk(3%, 0%, 13%, 2%) | — | |
| HSV | hsv(73, 13%, 98%) | — | |
| HWB | hwb(73 85% 2%) | color: hwb(73 85% 2%) | |
| OKLCH | oklch(0.9743 0.0437 116.94) | color: oklch(0.9743 0.0437 116.94) | |
| Lab | lab(97.35 -7.86 15.05) | color: lab(97.35 -7.86 15.05) | |
| LCH | lch(97.35 16.98 117.58) | color: lch(97.35 16.98 117.58) |
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)
#F7F7E2 — rgb(247, 247, 226)
Deuteranopia (Green-blind)
#F7F6E4 — rgb(247, 246, 228)
Tritanopia (Blue-blind)
#F4E8EA — rgb(244, 232, 234)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(73, 80%, 92%);
text
color: hsl(73, 80%, 92%);
border
border: 2px solid hsl(73, 80%, 92%);
gradient light
background: linear-gradient(to right, hsl(73, 80%, 100%), hsl(73, 80%, 92%));
gradient dark
background: linear-gradient(to right, hsl(73, 80%, 92%), hsl(73, 80%, 72%))
hex
background-color: #F4FBDA;
tailwind
bg-[hsl(73,80%,92%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(73, 80%, 92%, 0.4);
css variable
--color-primary: hsl(73, 80%, 92%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(73, 80%, 92%)?
HEX: #F4FBDA | RGB: rgb(244, 251, 218) | CMYK: 3%, 0%, 13%, 2% | HSV: 73°, 13%, 98%. Copy any format from the conversion table above.
What colors go well with #F4FBDA?
The complementary color is HSL(253, 80%, 92%). For a triadic harmony, use hues 73°, 193°, and 313°. For analogous combinations, try hues 43° and 103°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(73, 80%, 92%) in CSS?
As HSL: color: hsl(73, 80%, 92%); — As HEX: color: #F4FBDA; — As RGB: color: rgb(244, 251, 218); — Tailwind CSS: bg-[hsl(73,80%,92%)] — CSS variable: --color-primary: hsl(73, 80%, 92%);