HSL(88, 50%, 53%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(88,50%,53%)]

Color Conversions

Format Value CSS Usage
HSL hsl(88, 50%, 53%) color: hsl(88, 50%, 53%)
HEX #8BC34B color: #8BC34B
RGB rgb(139, 195, 75) color: rgb(139, 195, 75)
CMYK cmyk(29%, 0%, 62%, 24%)
HSV hsv(88, 62%, 76%)
HWB hwb(88 29% 24%) color: hwb(88 29% 24%)
OKLCH oklch(0.7537 0.1618 130.6) color: oklch(0.7537 0.1618 130.6)
Lab lab(72.91 -37.46 53.1) color: lab(72.91 -37.46 53.1)
LCH lch(72.91 64.98 125.2) color: lch(72.91 64.98 125.2)

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 2.1:1
vs Black 10.01: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)

#A3A468 — rgb(163, 164, 104)

Deuteranopia (Green-blind)

#A09C6F — rgb(160, 156, 111)

Tritanopia (Blue-blind)

#8E7F84 — rgb(142, 127, 132)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(88, 50%, 53%);

text

color: hsl(88, 50%, 53%);

border

border: 2px solid hsl(88, 50%, 53%);

gradient light

background: linear-gradient(to right, hsl(88, 50%, 73%), hsl(88, 50%, 53%));

gradient dark

background: linear-gradient(to right, hsl(88, 50%, 53%), hsl(88, 50%, 33%))

hex

background-color: #8BC34B;

tailwind

bg-[hsl(88,50%,53%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(88, 50%, 53%, 0.4);

css variable

--color-primary: hsl(88, 50%, 53%);

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(88, 50%, 53%)?

HEX: #8BC34B | RGB: rgb(139, 195, 75) | CMYK: 29%, 0%, 62%, 24% | HSV: 88°, 62%, 76%. Copy any format from the conversion table above.

What colors go well with #8BC34B?

The complementary color is HSL(268, 50%, 53%). For a triadic harmony, use hues 88°, 208°, and 328°. For analogous combinations, try hues 58° and 118°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(88, 50%, 53%) in CSS?

As HSL: color: hsl(88, 50%, 53%); — As HEX: color: #8BC34B; — As RGB: color: rgb(139, 195, 75); — Tailwind CSS: bg-[hsl(88,50%,53%)] — CSS variable: --color-primary: hsl(88, 50%, 53%);