HSL(131, 25%, 65%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(131,25%,65%)]

Color Conversions

Format Value CSS Usage
HSL hsl(131, 25%, 65%) color: hsl(131, 25%, 65%)
HEX #8FBC98 color: #8FBC98
RGB rgb(143, 188, 152) color: rgb(143, 188, 152)
CMYK cmyk(24%, 0%, 19%, 26%)
HSV hsv(132, 24%, 74%)
HWB hwb(132 56% 26%) color: hwb(132 56% 26%)
OKLCH oklch(0.753 0.0702 150.5) color: oklch(0.753 0.0702 150.5)
Lab lab(72.28 -22.2 13.44) color: lab(72.28 -22.2 13.44)
LCH lch(72.28 25.95 148.81) color: lch(72.28 25.95 148.81)

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.14:1
vs Black 9.81: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)

#A2A3A1 — rgb(162, 163, 161)

Deuteranopia (Green-blind)

#A09DA3 — rgb(160, 157, 163)

Tritanopia (Blue-blind)

#91A8A9 — rgb(145, 168, 169)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(131, 25%, 65%);

text

color: hsl(131, 25%, 65%);

border

border: 2px solid hsl(131, 25%, 65%);

gradient light

background: linear-gradient(to right, hsl(131, 25%, 85%), hsl(131, 25%, 65%));

gradient dark

background: linear-gradient(to right, hsl(131, 25%, 65%), hsl(131, 25%, 45%))

hex

background-color: #8FBC98;

tailwind

bg-[hsl(131,25%,65%)]

box shadow

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

css variable

--color-primary: hsl(131, 25%, 65%);

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(131, 25%, 65%)?

HEX: #8FBC98 | RGB: rgb(143, 188, 152) | CMYK: 24%, 0%, 19%, 26% | HSV: 132°, 24%, 74%. Copy any format from the conversion table above.

What colors go well with #8FBC98?

The complementary color is HSL(311, 25%, 65%). For a triadic harmony, use hues 131°, 251°, and 11°. For analogous combinations, try hues 101° and 161°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(131, 25%, 65%) in CSS?

As HSL: color: hsl(131, 25%, 65%); — As HEX: color: #8FBC98; — As RGB: color: rgb(143, 188, 152); — Tailwind CSS: bg-[hsl(131,25%,65%)] — CSS variable: --color-primary: hsl(131, 25%, 65%);