HSL(128, 93%, 70%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

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

Color Conversions

Format Value CSS Usage
HSL hsl(128, 93%, 70%) color: hsl(128, 93%, 70%)
HEX #6BFA7E color: #6BFA7E
RGB rgb(107, 250, 126) color: rgb(107, 250, 126)
CMYK cmyk(57%, 0%, 50%, 2%)
HSV hsv(128, 57%, 98%)
HWB hwb(128 42% 2%) color: hwb(128 42% 2%)
OKLCH oklch(0.879 0.2069 146.05) color: oklch(0.879 0.2069 146.05)
Lab lab(88.45 -63.38 47.8) color: lab(88.45 -63.38 47.8)
LCH lch(88.45 79.38 142.98) color: lch(88.45 79.38 142.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.35:1
vs Black 15.6: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)

#A9AA9C — rgb(169, 170, 156)

Deuteranopia (Green-blind)

#A196A3 — rgb(161, 150, 163)

Tritanopia (Blue-blind)

#72B4B9 — rgb(114, 180, 185)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

background: linear-gradient(to right, hsl(128, 93%, 90%), hsl(128, 93%, 70%));

gradient dark

background: linear-gradient(to right, hsl(128, 93%, 70%), hsl(128, 93%, 50%))

hex

background-color: #6BFA7E;

tailwind

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

box shadow

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

css variable

--color-primary: hsl(128, 93%, 70%);

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

HEX: #6BFA7E | RGB: rgb(107, 250, 126) | CMYK: 57%, 0%, 50%, 2% | HSV: 128°, 57%, 98%. Copy any format from the conversion table above.

What colors go well with #6BFA7E?

The complementary color is HSL(308, 93%, 70%). 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%, 70%) in CSS?

As HSL: color: hsl(128, 93%, 70%); — As HEX: color: #6BFA7E; — As RGB: color: rgb(107, 250, 126); — Tailwind CSS: bg-[hsl(128,93%,70%)] — CSS variable: --color-primary: hsl(128, 93%, 70%);