HSL(131, 25%, 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(131,25%,96%)]

Color Conversions

Format Value CSS Usage
HSL hsl(131, 25%, 96%) color: hsl(131, 25%, 96%)
HEX #F2F7F3 color: #F2F7F3
RGB rgb(242, 247, 243) color: rgb(242, 247, 243)
CMYK cmyk(2%, 0%, 2%, 3%)
HSV hsv(132, 2%, 97%)
HWB hwb(132 95% 3%) color: hwb(132 95% 3%)
OKLCH oklch(0.9712 0.0075 151.89) color: oklch(0.9712 0.0075 151.89)
Lab lab(96.77 -2.36 1.34) color: lab(96.77 -2.36 1.34)
LCH lch(96.77 2.71 150.41) color: lch(96.77 2.71 150.41)

Color Theory

Complementary

Triadic

Analogous

Tetradic (Square)

Split-Complementary

Accessibility (WCAG)

White text on color

Black text on color

Color on white bg

Colored text

Contrast Ratios

vs White 1.08:1
vs Black 19.37:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: FAIL ✗ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#F4F4F4 — rgb(244, 244, 244)

Deuteranopia (Green-blind)

#F4F4F4 — rgb(244, 244, 244)

Tritanopia (Blue-blind)

#F2F5F5 — rgb(242, 245, 245)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(131, 25%, 96%);

text

color: hsl(131, 25%, 96%);

border

border: 2px solid hsl(131, 25%, 96%);

gradient light

background: linear-gradient(to right, hsl(131, 25%, 100%), hsl(131, 25%, 96%));

gradient dark

background: linear-gradient(to right, hsl(131, 25%, 96%), hsl(131, 25%, 76%))

hex

background-color: #F2F7F3;

tailwind

bg-[hsl(131,25%,96%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(131, 25%, 96%, 0.4);

css variable

--color-primary: hsl(131, 25%, 96%);

Related Colors

Use Cases for Very Light Green

Success states Eco/nature brands Finance apps Health apps Confirm buttons

Frequently Asked Questions

What are all the color codes for HSL(131, 25%, 96%)?

HEX: #F2F7F3 | RGB: rgb(242, 247, 243) | CMYK: 2%, 0%, 2%, 3% | HSV: 132°, 2%, 97%. Copy any format from the conversion table above.

What colors go well with #F2F7F3?

The complementary color is HSL(311, 25%, 96%). For a triadic harmony, use hues 131°, 251°, and 11°. For analogous combinations, try hues 101° and 161°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(131, 25%, 96%) in CSS?

As HSL: color: hsl(131, 25%, 96%); — As HEX: color: #F2F7F3; — As RGB: color: rgb(242, 247, 243); — Tailwind CSS: bg-[hsl(131,25%,96%)] — CSS variable: --color-primary: hsl(131, 25%, 96%);