HSL(102, 57%, 62%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(102,57%,62%)]

Color Conversions

Format Value CSS Usage
HSL hsl(102, 57%, 62%) color: hsl(102, 57%, 62%)
HEX #88D567 color: #88D567
RGB rgb(136, 213, 103) color: rgb(136, 213, 103)
CMYK cmyk(36%, 0%, 52%, 16%)
HSV hsv(102, 52%, 84%)
HWB hwb(102 40% 16%) color: hwb(102 40% 16%)
OKLCH oklch(0.7984 0.1636 137.13) color: oklch(0.7984 0.1636 137.13)
Lab lab(78.35 -43.58 46.57) color: lab(78.35 -43.58 46.57)
LCH lch(78.35 63.78 133.1) color: lch(78.35 63.78 133.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.79:1
vs Black 11.76: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)

#A9AA82 — rgb(169, 170, 130)

Deuteranopia (Green-blind)

#A59F88 — rgb(165, 159, 136)

Tritanopia (Blue-blind)

#8C979B — rgb(140, 151, 155)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(102, 57%, 62%);

text

color: hsl(102, 57%, 62%);

border

border: 2px solid hsl(102, 57%, 62%);

gradient light

background: linear-gradient(to right, hsl(102, 57%, 82%), hsl(102, 57%, 62%));

gradient dark

background: linear-gradient(to right, hsl(102, 57%, 62%), hsl(102, 57%, 42%))

hex

background-color: #88D567;

tailwind

bg-[hsl(102,57%,62%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(102, 57%, 62%, 0.4);

css variable

--color-primary: hsl(102, 57%, 62%);

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(102, 57%, 62%)?

HEX: #88D567 | RGB: rgb(136, 213, 103) | CMYK: 36%, 0%, 52%, 16% | HSV: 102°, 52%, 84%. Copy any format from the conversion table above.

What colors go well with #88D567?

The complementary color is HSL(282, 57%, 62%). For a triadic harmony, use hues 102°, 222°, and 342°. For analogous combinations, try hues 72° and 132°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(102, 57%, 62%) in CSS?

As HSL: color: hsl(102, 57%, 62%); — As HEX: color: #88D567; — As RGB: color: rgb(136, 213, 103); — Tailwind CSS: bg-[hsl(102,57%,62%)] — CSS variable: --color-primary: hsl(102, 57%, 62%);