HSL(147, 95%, 63%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

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

Color Conversions

Format Value CSS Usage
HSL hsl(147, 95%, 63%) color: hsl(147, 95%, 63%)
HEX #47FA98 color: #47FA98
RGB rgb(71, 250, 152) color: rgb(71, 250, 152)
CMYK cmyk(72%, 0%, 39%, 2%)
HSV hsv(147, 72%, 98%)
HWB hwb(147 27% 2%) color: hwb(147 27% 2%)
OKLCH oklch(0.8737 0.1973 154.27) color: oklch(0.8737 0.1973 154.27)
Lab lab(87.96 -65.9 34.39) color: lab(87.96 -65.9 34.39)
LCH lch(87.96 74.33 152.44) color: lch(87.96 74.33 152.44)

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.36:1
vs Black 15.4: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)

#9596B0 — rgb(149, 150, 176)

Deuteranopia (Green-blind)

#8A7DB5 — rgb(138, 125, 181)

Tritanopia (Blue-blind)

#50C2C7 — rgb(80, 194, 199)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

background: linear-gradient(to right, hsl(147, 95%, 83%), hsl(147, 95%, 63%));

gradient dark

background: linear-gradient(to right, hsl(147, 95%, 63%), hsl(147, 95%, 43%))

hex

background-color: #47FA98;

tailwind

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

box shadow

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

css variable

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

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%, 63%)?

HEX: #47FA98 | RGB: rgb(71, 250, 152) | CMYK: 72%, 0%, 39%, 2% | HSV: 147°, 72%, 98%. Copy any format from the conversion table above.

What colors go well with #47FA98?

The complementary color is HSL(327, 95%, 63%). 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%, 63%) in CSS?

As HSL: color: hsl(147, 95%, 63%); — As HEX: color: #47FA98; — As RGB: color: rgb(71, 250, 152); — Tailwind CSS: bg-[hsl(147,95%,63%)] — CSS variable: --color-primary: hsl(147, 95%, 63%);