HSL(90, 70%, 71%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(90,70%,71%)]

Color Conversions

Format Value CSS Usage
HSL hsl(90, 70%, 71%) color: hsl(90, 70%, 71%)
HEX #B5E981 color: #B5E981
RGB rgb(181, 233, 129) color: rgb(181, 233, 129)
CMYK cmyk(22%, 0%, 45%, 9%)
HSV hsv(90, 45%, 91%)
HWB hwb(90 50% 9%) color: hwb(90 50% 9%)
OKLCH oklch(0.8748 0.1439 130.62) color: oklch(0.8748 0.1439 130.62)
Lab lab(86.84 -33.94 45.08) color: lab(86.84 -33.94 45.08)
LCH lch(86.84 56.43 126.98) color: lch(86.84 56.43 126.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.41:1
vs Black 14.94: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)

#CCCC9A — rgb(204, 204, 154)

Deuteranopia (Green-blind)

#C9C5A0 — rgb(201, 197, 160)

Tritanopia (Blue-blind)

#B8AEB2 — rgb(184, 174, 178)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(90, 70%, 71%);

text

color: hsl(90, 70%, 71%);

border

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

gradient light

background: linear-gradient(to right, hsl(90, 70%, 91%), hsl(90, 70%, 71%));

gradient dark

background: linear-gradient(to right, hsl(90, 70%, 71%), hsl(90, 70%, 51%))

hex

background-color: #B5E981;

tailwind

bg-[hsl(90,70%,71%)]

box shadow

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

css variable

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

HEX: #B5E981 | RGB: rgb(181, 233, 129) | CMYK: 22%, 0%, 45%, 9% | HSV: 90°, 45%, 91%. Copy any format from the conversion table above.

What colors go well with #B5E981?

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

As HSL: color: hsl(90, 70%, 71%); — As HEX: color: #B5E981; — As RGB: color: rgb(181, 233, 129); — Tailwind CSS: bg-[hsl(90,70%,71%)] — CSS variable: --color-primary: hsl(90, 70%, 71%);