HSL(95, 62%, 96%)
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(95,62%,96%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(95, 62%, 96%) | color: hsl(95, 62%, 96%) | |
| HEX | #F4FBEE | color: #F4FBEE | |
| RGB | rgb(244, 251, 238) | color: rgb(244, 251, 238) | |
| CMYK | cmyk(3%, 0%, 5%, 2%) | — | |
| HSV | hsv(92, 5%, 98%) | — | |
| HWB | hwb(92 93% 2%) | color: hwb(92 93% 2%) | |
| OKLCH | oklch(0.9793 0.0186 130.17) | color: oklch(0.9793 0.0186 130.17) | |
| Lab | lab(97.79 -4.58 5.42) | color: lab(97.79 -4.58 5.42) | |
| LCH | lch(97.79 7.1 130.2) | color: lch(97.79 7.1 130.2) |
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)
#F7F7F1 — rgb(247, 247, 241)
Deuteranopia (Green-blind)
#F7F6F2 — rgb(247, 246, 242)
Tritanopia (Blue-blind)
#F4F4F4 — rgb(244, 244, 244)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(95, 62%, 96%);
text
color: hsl(95, 62%, 96%);
border
border: 2px solid hsl(95, 62%, 96%);
gradient light
background: linear-gradient(to right, hsl(95, 62%, 100%), hsl(95, 62%, 96%));
gradient dark
background: linear-gradient(to right, hsl(95, 62%, 96%), hsl(95, 62%, 76%))
hex
background-color: #F4FBEE;
tailwind
bg-[hsl(95,62%,96%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(95, 62%, 96%, 0.4);
css variable
--color-primary: hsl(95, 62%, 96%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(95, 62%, 96%)?
HEX: #F4FBEE | RGB: rgb(244, 251, 238) | CMYK: 3%, 0%, 5%, 2% | HSV: 92°, 5%, 98%. Copy any format from the conversion table above.
What colors go well with #F4FBEE?
The complementary color is HSL(275, 62%, 96%). For a triadic harmony, use hues 95°, 215°, and 335°. For analogous combinations, try hues 65° and 125°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(95, 62%, 96%) in CSS?
As HSL: color: hsl(95, 62%, 96%); — As HEX: color: #F4FBEE; — As RGB: color: rgb(244, 251, 238); — Tailwind CSS: bg-[hsl(95,62%,96%)] — CSS variable: --color-primary: hsl(95, 62%, 96%);