HSL(90, 90%, 53%)

Vivid Green — Green color

Adjust Color

Color Information

Color Name

Vivid Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(90,90%,53%)]

Color Conversions

Format Value CSS Usage
HSL hsl(90, 90%, 53%) color: hsl(90, 90%, 53%)
HEX #87F31B color: #87F31B
RGB rgb(135, 243, 27) color: rgb(135, 243, 27)
CMYK cmyk(44%, 0%, 89%, 5%)
HSV hsv(90, 89%, 95%)
HWB hwb(90 10% 5%) color: hwb(90 10% 5%)
OKLCH oklch(0.8648 0.2447 134.51) color: oklch(0.8648 0.2447 134.51)
Lab lab(86.67 -60.97 80.61) color: lab(86.67 -60.97 80.61)
LCH lch(86.67 101.07 127.1) color: lch(86.67 101.07 127.1)

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.41:1
vs Black 14.87: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)

#B6B74F — rgb(182, 183, 79)

Deuteranopia (Green-blind)

#B0A75C — rgb(176, 167, 92)

Tritanopia (Blue-blind)

#8C7982 — rgb(140, 121, 130)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(90, 90%, 53%);

text

color: hsl(90, 90%, 53%);

border

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

gradient light

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

gradient dark

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

hex

background-color: #87F31B;

tailwind

bg-[hsl(90,90%,53%)]

box shadow

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

css variable

--color-primary: hsl(90, 90%, 53%);

Related Colors

Use Cases for Vivid Green

Success states Eco/nature brands Finance apps Health apps Confirm buttons

Frequently Asked Questions

What are all the color codes for HSL(90, 90%, 53%)?

HEX: #87F31B | RGB: rgb(135, 243, 27) | CMYK: 44%, 0%, 89%, 5% | HSV: 90°, 89%, 95%. Copy any format from the conversion table above.

What colors go well with #87F31B?

The complementary color is HSL(270, 90%, 53%). For a triadic harmony, use hues 90°, 210°, and 330°. For analogous combinations, try hues 60° and 120°. See the Color Harmony section above for complete palettes with previews.

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

As HSL: color: hsl(90, 90%, 53%); — As HEX: color: #87F31B; — As RGB: color: rgb(135, 243, 27); — Tailwind CSS: bg-[hsl(90,90%,53%)] — CSS variable: --color-primary: hsl(90, 90%, 53%);