HSL(86, 45%, 66%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(86,45%,66%)]

Color Conversions

Format Value CSS Usage
HSL hsl(86, 45%, 66%) color: hsl(86, 45%, 66%)
HEX #AECF81 color: #AECF81
RGB rgb(174, 207, 129) color: rgb(174, 207, 129)
CMYK cmyk(16%, 0%, 38%, 19%)
HSV hsv(85, 38%, 81%)
HWB hwb(85 50% 19%) color: hwb(85 50% 19%)
OKLCH oklch(0.8119 0.1092 127.33) color: oklch(0.8119 0.1092 127.33)
Lab lab(79.16 -24.18 35.22) color: lab(79.16 -24.18 35.22)
LCH lch(79.16 42.72 124.47) color: lch(79.16 42.72 124.47)

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.74:1
vs Black 12.04: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)

#BCBD94 — rgb(188, 189, 148)

Deuteranopia (Green-blind)

#BAB898 — rgb(186, 184, 152)

Tritanopia (Blue-blind)

#B0A3A6 — rgb(176, 163, 166)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(86, 45%, 66%);

text

color: hsl(86, 45%, 66%);

border

border: 2px solid hsl(86, 45%, 66%);

gradient light

background: linear-gradient(to right, hsl(86, 45%, 86%), hsl(86, 45%, 66%));

gradient dark

background: linear-gradient(to right, hsl(86, 45%, 66%), hsl(86, 45%, 46%))

hex

background-color: #AECF81;

tailwind

bg-[hsl(86,45%,66%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(86, 45%, 66%, 0.4);

css variable

--color-primary: hsl(86, 45%, 66%);

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(86, 45%, 66%)?

HEX: #AECF81 | RGB: rgb(174, 207, 129) | CMYK: 16%, 0%, 38%, 19% | HSV: 85°, 38%, 81%. Copy any format from the conversion table above.

What colors go well with #AECF81?

The complementary color is HSL(266, 45%, 66%). For a triadic harmony, use hues 86°, 206°, and 326°. For analogous combinations, try hues 56° and 116°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(86, 45%, 66%) in CSS?

As HSL: color: hsl(86, 45%, 66%); — As HEX: color: #AECF81; — As RGB: color: rgb(174, 207, 129); — Tailwind CSS: bg-[hsl(86,45%,66%)] — CSS variable: --color-primary: hsl(86, 45%, 66%);