HSL(84, 40%, 32%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(84,40%,32%)]

Color Conversions

Format Value CSS Usage
HSL hsl(84, 40%, 32%) color: hsl(84, 40%, 32%)
HEX #587231 color: #587231
RGB rgb(88, 114, 49) color: rgb(88, 114, 49)
CMYK cmyk(23%, 0%, 57%, 55%)
HSV hsv(84, 57%, 45%)
HWB hwb(84 19% 55%) color: hwb(84 19% 55%)
OKLCH oklch(0.5161 0.0967 127.59) color: oklch(0.5161 0.0967 127.59)
Lab lab(44.7 -21.01 32.51) color: lab(44.7 -21.01 32.51)
LCH lch(44.7 38.71 122.87) color: lch(44.7 38.71 122.87)

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 5.43:1
vs Black 3.87:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#636341 — rgb(99, 99, 65)

Deuteranopia (Green-blind)

#626045 — rgb(98, 96, 69)

Tritanopia (Blue-blind)

#594D50 — rgb(89, 77, 80)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(84, 40%, 32%);

text

color: hsl(84, 40%, 32%);

border

border: 2px solid hsl(84, 40%, 32%);

gradient light

background: linear-gradient(to right, hsl(84, 40%, 52%), hsl(84, 40%, 32%));

gradient dark

background: linear-gradient(to right, hsl(84, 40%, 32%), hsl(84, 40%, 12%))

hex

background-color: #587231;

tailwind

bg-[hsl(84,40%,32%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(84, 40%, 32%, 0.4);

css variable

--color-primary: hsl(84, 40%, 32%);

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(84, 40%, 32%)?

HEX: #587231 | RGB: rgb(88, 114, 49) | CMYK: 23%, 0%, 57%, 55% | HSV: 84°, 57%, 45%. Copy any format from the conversion table above.

What colors go well with #587231?

The complementary color is HSL(264, 40%, 32%). For a triadic harmony, use hues 84°, 204°, and 324°. For analogous combinations, try hues 54° and 114°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(84, 40%, 32%) in CSS?

As HSL: color: hsl(84, 40%, 32%); — As HEX: color: #587231; — As RGB: color: rgb(88, 114, 49); — Tailwind CSS: bg-[hsl(84,40%,32%)] — CSS variable: --color-primary: hsl(84, 40%, 32%);