HSL(67, 54%, 38%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(67,54%,38%)]

Color Conversions

Format Value CSS Usage
HSL hsl(67, 54%, 38%) color: hsl(67, 54%, 38%)
HEX #89952D color: #89952D
RGB rgb(137, 149, 45) color: rgb(137, 149, 45)
CMYK cmyk(8%, 0%, 70%, 42%)
HSV hsv(67, 70%, 58%)
HWB hwb(67 17% 42%) color: hwb(67 17% 42%)
OKLCH oklch(0.6401 0.1266 115.76) color: oklch(0.6401 0.1266 115.76)
Lab lab(58.98 -18.35 50.87) color: lab(58.98 -18.35 50.87)
LCH lch(58.98 54.08 109.84) color: lch(58.98 54.08 109.84)

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.28:1
vs Black 6.4: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)

#8E8E46 — rgb(142, 142, 70)

Deuteranopia (Green-blind)

#8E8D4C — rgb(142, 141, 76)

Tritanopia (Blue-blind)

#8A5A5E — rgb(138, 90, 94)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(67, 54%, 38%);

text

color: hsl(67, 54%, 38%);

border

border: 2px solid hsl(67, 54%, 38%);

gradient light

background: linear-gradient(to right, hsl(67, 54%, 58%), hsl(67, 54%, 38%));

gradient dark

background: linear-gradient(to right, hsl(67, 54%, 38%), hsl(67, 54%, 18%))

hex

background-color: #89952D;

tailwind

bg-[hsl(67,54%,38%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(67, 54%, 38%, 0.4);

css variable

--color-primary: hsl(67, 54%, 38%);

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(67, 54%, 38%)?

HEX: #89952D | RGB: rgb(137, 149, 45) | CMYK: 8%, 0%, 70%, 42% | HSV: 67°, 70%, 58%. Copy any format from the conversion table above.

What colors go well with #89952D?

The complementary color is HSL(247, 54%, 38%). For a triadic harmony, use hues 67°, 187°, and 307°. For analogous combinations, try hues 37° and 97°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(67, 54%, 38%) in CSS?

As HSL: color: hsl(67, 54%, 38%); — As HEX: color: #89952D; — As RGB: color: rgb(137, 149, 45); — Tailwind CSS: bg-[hsl(67,54%,38%)] — CSS variable: --color-primary: hsl(67, 54%, 38%);