HSL(65, 43%, 40%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(65,43%,40%)]

Color Conversions

Format Value CSS Usage
HSL hsl(65, 43%, 40%) color: hsl(65, 43%, 40%)
HEX #8B923A color: #8B923A
RGB rgb(139, 146, 58) color: rgb(139, 146, 58)
CMYK cmyk(5%, 0%, 60%, 43%)
HSV hsv(65, 60%, 57%)
HWB hwb(65 23% 43%) color: hwb(65 23% 43%)
OKLCH oklch(0.6359 0.112 113.38) color: oklch(0.6359 0.112 113.38)
Lab lab(58.37 -15.01 44.65) color: lab(58.37 -15.01 44.65)
LCH lch(58.37 47.11 108.58) color: lch(58.37 47.11 108.58)

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 3.35:1
vs Black 6.27:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#8E8E4F — rgb(142, 142, 79)

Deuteranopia (Green-blind)

#8E8D54 — rgb(142, 141, 84)

Tritanopia (Blue-blind)

#8B6064 — rgb(139, 96, 100)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(65, 43%, 40%);

text

color: hsl(65, 43%, 40%);

border

border: 2px solid hsl(65, 43%, 40%);

gradient light

background: linear-gradient(to right, hsl(65, 43%, 60%), hsl(65, 43%, 40%));

gradient dark

background: linear-gradient(to right, hsl(65, 43%, 40%), hsl(65, 43%, 20%))

hex

background-color: #8B923A;

tailwind

bg-[hsl(65,43%,40%)]

box shadow

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

css variable

--color-primary: hsl(65, 43%, 40%);

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(65, 43%, 40%)?

HEX: #8B923A | RGB: rgb(139, 146, 58) | CMYK: 5%, 0%, 60%, 43% | HSV: 65°, 60%, 57%. Copy any format from the conversion table above.

What colors go well with #8B923A?

The complementary color is HSL(245, 43%, 40%). For a triadic harmony, use hues 65°, 185°, and 305°. For analogous combinations, try hues 35° and 95°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(65, 43%, 40%) in CSS?

As HSL: color: hsl(65, 43%, 40%); — As HEX: color: #8B923A; — As RGB: color: rgb(139, 146, 58); — Tailwind CSS: bg-[hsl(65,43%,40%)] — CSS variable: --color-primary: hsl(65, 43%, 40%);