HSL(113, 33%, 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(113,33%,96%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(113, 33%, 96%) | color: hsl(113, 33%, 96%) | |
| HEX | #F2F8F1 | color: #F2F8F1 | |
| RGB | rgb(242, 248, 241) | color: rgb(242, 248, 241) | |
| CMYK | cmyk(2%, 0%, 3%, 3%) | — | |
| HSV | hsv(111, 3%, 97%) | — | |
| HWB | hwb(111 94% 3%) | color: hwb(111 94% 3%) | |
| OKLCH | oklch(0.9727 0.0112 141.26) | color: oklch(0.9727 0.0112 141.26) | |
| Lab | lab(96.97 -3.22 2.66) | color: lab(96.97 -3.22 2.66) | |
| LCH | lch(96.97 4.18 140.44) | color: lch(96.97 4.18 140.44) |
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)
#F5F5F3 — rgb(245, 245, 243)
Deuteranopia (Green-blind)
#F4F4F3 — rgb(244, 244, 243)
Tritanopia (Blue-blind)
#F2F4F4 — rgb(242, 244, 244)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(113, 33%, 96%);
text
color: hsl(113, 33%, 96%);
border
border: 2px solid hsl(113, 33%, 96%);
gradient light
background: linear-gradient(to right, hsl(113, 33%, 100%), hsl(113, 33%, 96%));
gradient dark
background: linear-gradient(to right, hsl(113, 33%, 96%), hsl(113, 33%, 76%))
hex
background-color: #F2F8F1;
tailwind
bg-[hsl(113,33%,96%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(113, 33%, 96%, 0.4);
css variable
--color-primary: hsl(113, 33%, 96%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(113, 33%, 96%)?
HEX: #F2F8F1 | RGB: rgb(242, 248, 241) | CMYK: 2%, 0%, 3%, 3% | HSV: 111°, 3%, 97%. Copy any format from the conversion table above.
What colors go well with #F2F8F1?
The complementary color is HSL(293, 33%, 96%). For a triadic harmony, use hues 113°, 233°, and 353°. For analogous combinations, try hues 83° and 143°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(113, 33%, 96%) in CSS?
As HSL: color: hsl(113, 33%, 96%); — As HEX: color: #F2F8F1; — As RGB: color: rgb(242, 248, 241); — Tailwind CSS: bg-[hsl(113,33%,96%)] — CSS variable: --color-primary: hsl(113, 33%, 96%);