HSL(87, 23%, 63%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(87,23%,63%)]

Color Conversions

Format Value CSS Usage
HSL hsl(87, 23%, 63%) color: hsl(87, 23%, 63%)
HEX #A3B68B color: #A3B68B
RGB rgb(163, 182, 139) color: rgb(163, 182, 139)
CMYK cmyk(10%, 0%, 24%, 29%)
HSV hsv(87, 24%, 71%)
HWB hwb(87 54% 29%) color: hwb(87 54% 29%)
OKLCH oklch(0.7503 0.0632 127.24) color: oklch(0.7503 0.0632 127.24)
Lab lab(71.63 -14.3 19.77) color: lab(71.63 -14.3 19.77)
LCH lch(71.63 24.4 125.88) color: lch(71.63 24.4 125.88)

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.18:1
vs Black 9.62: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)

#ABAB95 — rgb(171, 171, 149)

Deuteranopia (Green-blind)

#AAA998 — rgb(170, 169, 152)

Tritanopia (Blue-blind)

#A49E9F — rgb(164, 158, 159)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(87, 23%, 63%);

text

color: hsl(87, 23%, 63%);

border

border: 2px solid hsl(87, 23%, 63%);

gradient light

background: linear-gradient(to right, hsl(87, 23%, 83%), hsl(87, 23%, 63%));

gradient dark

background: linear-gradient(to right, hsl(87, 23%, 63%), hsl(87, 23%, 43%))

hex

background-color: #A3B68B;

tailwind

bg-[hsl(87,23%,63%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(87, 23%, 63%, 0.4);

css variable

--color-primary: hsl(87, 23%, 63%);

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(87, 23%, 63%)?

HEX: #A3B68B | RGB: rgb(163, 182, 139) | CMYK: 10%, 0%, 24%, 29% | HSV: 87°, 24%, 71%. Copy any format from the conversion table above.

What colors go well with #A3B68B?

The complementary color is HSL(267, 23%, 63%). For a triadic harmony, use hues 87°, 207°, and 327°. For analogous combinations, try hues 57° and 117°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(87, 23%, 63%) in CSS?

As HSL: color: hsl(87, 23%, 63%); — As HEX: color: #A3B68B; — As RGB: color: rgb(163, 182, 139); — Tailwind CSS: bg-[hsl(87,23%,63%)] — CSS variable: --color-primary: hsl(87, 23%, 63%);