HSL(118, 65%, 71%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(118,65%,71%)]

Color Conversions

Format Value CSS Usage
HSL hsl(118, 65%, 71%) color: hsl(118, 65%, 71%)
HEX #88E585 color: #88E585
RGB rgb(136, 229, 133) color: rgb(136, 229, 133)
CMYK cmyk(41%, 0%, 42%, 10%)
HSV hsv(118, 42%, 90%)
HWB hwb(118 52% 10%) color: hwb(118 52% 10%)
OKLCH oklch(0.8411 0.1578 143.37) color: oklch(0.8411 0.1578 143.37)
Lab lab(83.42 -46.49 38.3) color: lab(83.42 -46.49 38.3)
LCH lch(83.42 60.23 140.52) color: lch(83.42 60.23 140.52)

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.54:1
vs Black 13.59: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)

#B0B19C — rgb(176, 177, 156)

Deuteranopia (Green-blind)

#ABA4A2 — rgb(171, 164, 162)

Tritanopia (Blue-blind)

#8DAFB3 — rgb(141, 175, 179)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(118, 65%, 71%);

text

color: hsl(118, 65%, 71%);

border

border: 2px solid hsl(118, 65%, 71%);

gradient light

background: linear-gradient(to right, hsl(118, 65%, 91%), hsl(118, 65%, 71%));

gradient dark

background: linear-gradient(to right, hsl(118, 65%, 71%), hsl(118, 65%, 51%))

hex

background-color: #88E585;

tailwind

bg-[hsl(118,65%,71%)]

box shadow

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

css variable

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

HEX: #88E585 | RGB: rgb(136, 229, 133) | CMYK: 41%, 0%, 42%, 10% | HSV: 118°, 42%, 90%. Copy any format from the conversion table above.

What colors go well with #88E585?

The complementary color is HSL(298, 65%, 71%). For a triadic harmony, use hues 118°, 238°, and 358°. For analogous combinations, try hues 88° and 148°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(118, 65%, 71%) in CSS?

As HSL: color: hsl(118, 65%, 71%); — As HEX: color: #88E585; — As RGB: color: rgb(136, 229, 133); — Tailwind CSS: bg-[hsl(118,65%,71%)] — CSS variable: --color-primary: hsl(118, 65%, 71%);