HSL(147, 95%, 71%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(147,95%,71%)]

Color Conversions

Format Value CSS Usage
HSL hsl(147, 95%, 71%) color: hsl(147, 95%, 71%)
HEX #6FFBAE color: #6FFBAE
RGB rgb(111, 251, 174) color: rgb(111, 251, 174)
CMYK cmyk(56%, 0%, 31%, 2%)
HSV hsv(147, 56%, 98%)
HWB hwb(147 43% 2%) color: hwb(147 43% 2%)
OKLCH oklch(0.8911 0.1636 156.58) color: oklch(0.8911 0.1636 156.58)
Lab lab(89.59 -55.07 25.7) color: lab(89.59 -55.07 25.7)
LCH lch(89.59 60.77 154.98) color: lch(89.59 60.77 154.98)

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.31:1
vs Black 16.09: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)

#ACADC1 — rgb(172, 173, 193)

Deuteranopia (Green-blind)

#A499C5 — rgb(164, 153, 197)

Tritanopia (Blue-blind)

#76CFD3 — rgb(118, 207, 211)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(147, 95%, 71%);

text

color: hsl(147, 95%, 71%);

border

border: 2px solid hsl(147, 95%, 71%);

gradient light

background: linear-gradient(to right, hsl(147, 95%, 91%), hsl(147, 95%, 71%));

gradient dark

background: linear-gradient(to right, hsl(147, 95%, 71%), hsl(147, 95%, 51%))

hex

background-color: #6FFBAE;

tailwind

bg-[hsl(147,95%,71%)]

box shadow

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

css variable

--color-primary: hsl(147, 95%, 71%);

Related Colors

Use Cases for Green

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

Frequently Asked Questions

What are all the color codes for HSL(147, 95%, 71%)?

HEX: #6FFBAE | RGB: rgb(111, 251, 174) | CMYK: 56%, 0%, 31%, 2% | HSV: 147°, 56%, 98%. Copy any format from the conversion table above.

What colors go well with #6FFBAE?

The complementary color is HSL(327, 95%, 71%). For a triadic harmony, use hues 147°, 267°, and 27°. For analogous combinations, try hues 117° and 177°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(147, 95%, 71%) in CSS?

As HSL: color: hsl(147, 95%, 71%); — As HEX: color: #6FFBAE; — As RGB: color: rgb(111, 251, 174); — Tailwind CSS: bg-[hsl(147,95%,71%)] — CSS variable: --color-primary: hsl(147, 95%, 71%);