HSL(80, 61%, 95%)

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(80,61%,95%)]

Color Conversions

Format Value CSS Usage
HSL hsl(80, 61%, 95%) color: hsl(80, 61%, 95%)
HEX #F5FAEA color: #F5FAEA
RGB rgb(245, 250, 234) color: rgb(245, 250, 234)
CMYK cmyk(2%, 0%, 6%, 2%)
HSV hsv(79, 6%, 98%)
HWB hwb(79 92% 2%) color: hwb(79 92% 2%)
OKLCH oklch(0.977 0.0217 120.95) color: oklch(0.977 0.0217 120.95)
Lab lab(97.52 -4.42 7.09) color: lab(97.52 -4.42 7.09)
LCH lch(97.52 8.35 121.94) color: lch(97.52 8.35 121.94)

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.06:1
vs Black 19.74: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)

#F7F7EE — rgb(247, 247, 238)

Deuteranopia (Green-blind)

#F7F7EF — rgb(247, 247, 239)

Tritanopia (Blue-blind)

#F5F1F2 — rgb(245, 241, 242)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(80, 61%, 95%);

text

color: hsl(80, 61%, 95%);

border

border: 2px solid hsl(80, 61%, 95%);

gradient light

background: linear-gradient(to right, hsl(80, 61%, 100%), hsl(80, 61%, 95%));

gradient dark

background: linear-gradient(to right, hsl(80, 61%, 95%), hsl(80, 61%, 75%))

hex

background-color: #F5FAEA;

tailwind

bg-[hsl(80,61%,95%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(80, 61%, 95%, 0.4);

css variable

--color-primary: hsl(80, 61%, 95%);

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(80, 61%, 95%)?

HEX: #F5FAEA | RGB: rgb(245, 250, 234) | CMYK: 2%, 0%, 6%, 2% | HSV: 79°, 6%, 98%. Copy any format from the conversion table above.

What colors go well with #F5FAEA?

The complementary color is HSL(260, 61%, 95%). For a triadic harmony, use hues 80°, 200°, and 320°. For analogous combinations, try hues 50° and 110°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(80, 61%, 95%) in CSS?

As HSL: color: hsl(80, 61%, 95%); — As HEX: color: #F5FAEA; — As RGB: color: rgb(245, 250, 234); — Tailwind CSS: bg-[hsl(80,61%,95%)] — CSS variable: --color-primary: hsl(80, 61%, 95%);