HSL(128, 93%, 71%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(128,93%,71%)]

Color Conversions

Format Value CSS Usage
HSL hsl(128, 93%, 71%) color: hsl(128, 93%, 71%)
HEX #70FA83 color: #70FA83
RGB rgb(112, 250, 131) color: rgb(112, 250, 131)
CMYK cmyk(55%, 0%, 48%, 2%)
HSV hsv(128, 55%, 98%)
HWB hwb(128 44% 2%) color: hwb(128 44% 2%)
OKLCH oklch(0.8814 0.2003 146.32) color: oklch(0.8814 0.2003 146.32)
Lab lab(88.66 -61.54 45.74) color: lab(88.66 -61.54 45.74)
LCH lch(88.66 76.68 143.38) color: lch(88.66 76.68 143.38)

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.34:1
vs Black 15.69: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)

#ACADA0 — rgb(172, 173, 160)

Deuteranopia (Green-blind)

#A499A7 — rgb(164, 153, 167)

Tritanopia (Blue-blind)

#77B7BC — rgb(119, 183, 188)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(128, 93%, 71%);

text

color: hsl(128, 93%, 71%);

border

border: 2px solid hsl(128, 93%, 71%);

gradient light

background: linear-gradient(to right, hsl(128, 93%, 91%), hsl(128, 93%, 71%));

gradient dark

background: linear-gradient(to right, hsl(128, 93%, 71%), hsl(128, 93%, 51%))

hex

background-color: #70FA83;

tailwind

bg-[hsl(128,93%,71%)]

box shadow

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

css variable

--color-primary: hsl(128, 93%, 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(128, 93%, 71%)?

HEX: #70FA83 | RGB: rgb(112, 250, 131) | CMYK: 55%, 0%, 48%, 2% | HSV: 128°, 55%, 98%. Copy any format from the conversion table above.

What colors go well with #70FA83?

The complementary color is HSL(308, 93%, 71%). For a triadic harmony, use hues 128°, 248°, and 8°. For analogous combinations, try hues 98° and 158°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(128, 93%, 71%) in CSS?

As HSL: color: hsl(128, 93%, 71%); — As HEX: color: #70FA83; — As RGB: color: rgb(112, 250, 131); — Tailwind CSS: bg-[hsl(128,93%,71%)] — CSS variable: --color-primary: hsl(128, 93%, 71%);