HSL(87, 45%, 53%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(87,45%,53%)]

Color Conversions

Format Value CSS Usage
HSL hsl(87, 45%, 53%) color: hsl(87, 45%, 53%)
HEX #8DBD51 color: #8DBD51
RGB rgb(141, 189, 81) color: rgb(141, 189, 81)
CMYK cmyk(25%, 0%, 57%, 26%)
HSV hsv(87, 57%, 74%)
HWB hwb(87 32% 26%) color: hwb(87 32% 26%)
OKLCH oklch(0.7413 0.1476 129.45) color: oklch(0.7413 0.1476 129.45)
Lab lab(71.32 -33.43 48.65) color: lab(71.32 -33.43 48.65)
LCH lch(71.32 59.03 124.5) color: lch(71.32 59.03 124.5)

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.2:1
vs Black 9.53: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)

#A2A26B — rgb(162, 162, 107)

Deuteranopia (Green-blind)

#9F9B71 — rgb(159, 155, 113)

Tritanopia (Blue-blind)

#8F8084 — rgb(143, 128, 132)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(87, 45%, 53%);

text

color: hsl(87, 45%, 53%);

border

border: 2px solid hsl(87, 45%, 53%);

gradient light

background: linear-gradient(to right, hsl(87, 45%, 73%), hsl(87, 45%, 53%));

gradient dark

background: linear-gradient(to right, hsl(87, 45%, 53%), hsl(87, 45%, 33%))

hex

background-color: #8DBD51;

tailwind

bg-[hsl(87,45%,53%)]

box shadow

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

css variable

--color-primary: hsl(87, 45%, 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(87, 45%, 53%)?

HEX: #8DBD51 | RGB: rgb(141, 189, 81) | CMYK: 25%, 0%, 57%, 26% | HSV: 87°, 57%, 74%. Copy any format from the conversion table above.

What colors go well with #8DBD51?

The complementary color is HSL(267, 45%, 53%). For a triadic harmony, use hues 87°, 207°, and 327°. For analogous combinations, try hues 57° and 117°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(87, 45%, 53%) in CSS?

As HSL: color: hsl(87, 45%, 53%); — As HEX: color: #8DBD51; — As RGB: color: rgb(141, 189, 81); — Tailwind CSS: bg-[hsl(87,45%,53%)] — CSS variable: --color-primary: hsl(87, 45%, 53%);