HSL(72, 91%, 91%)
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(72,91%,91%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(72, 91%, 91%) | color: hsl(72, 91%, 91%) | |
| HEX | #F5FDD3 | color: #F5FDD3 | |
| RGB | rgb(245, 253, 211) | color: rgb(245, 253, 211) | |
| CMYK | cmyk(3%, 0%, 17%, 1%) | — | |
| HSV | hsv(71, 17%, 99%) | — | |
| HWB | hwb(71 82% 1%) | color: hwb(71 82% 1%) | |
| OKLCH | oklch(0.9774 0.0552 116.19) | color: oklch(0.9774 0.0552 116.19) | |
| Lab | lab(97.78 -9.58 19.25) | color: lab(97.78 -9.58 19.25) | |
| LCH | lch(97.78 21.5 116.46) | color: lch(97.78 21.5 116.46) |
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)
#F8F9DD — rgb(248, 249, 221)
Deuteranopia (Green-blind)
#F8F7E0 — rgb(248, 247, 224)
Tritanopia (Blue-blind)
#F5E5E7 — rgb(245, 229, 231)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(72, 91%, 91%);
text
color: hsl(72, 91%, 91%);
border
border: 2px solid hsl(72, 91%, 91%);
gradient light
background: linear-gradient(to right, hsl(72, 91%, 100%), hsl(72, 91%, 91%));
gradient dark
background: linear-gradient(to right, hsl(72, 91%, 91%), hsl(72, 91%, 71%))
hex
background-color: #F5FDD3;
tailwind
bg-[hsl(72,91%,91%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(72, 91%, 91%, 0.4);
css variable
--color-primary: hsl(72, 91%, 91%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(72, 91%, 91%)?
HEX: #F5FDD3 | RGB: rgb(245, 253, 211) | CMYK: 3%, 0%, 17%, 1% | HSV: 71°, 17%, 99%. Copy any format from the conversion table above.
What colors go well with #F5FDD3?
The complementary color is HSL(252, 91%, 91%). For a triadic harmony, use hues 72°, 192°, and 312°. For analogous combinations, try hues 42° and 102°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(72, 91%, 91%) in CSS?
As HSL: color: hsl(72, 91%, 91%); — As HEX: color: #F5FDD3; — As RGB: color: rgb(245, 253, 211); — Tailwind CSS: bg-[hsl(72,91%,91%)] — CSS variable: --color-primary: hsl(72, 91%, 91%);