HSL(147, 23%, 53%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(147,23%,53%)]

Color Conversions

Format Value CSS Usage
HSL hsl(147, 23%, 53%) color: hsl(147, 23%, 53%)
HEX #6CA384 color: #6CA384
RGB rgb(108, 163, 132) color: rgb(108, 163, 132)
CMYK cmyk(34%, 0%, 19%, 36%)
HSV hsv(146, 34%, 64%)
HWB hwb(146 42% 36%) color: hwb(146 42% 36%)
OKLCH oklch(0.6682 0.0744 158.87) color: oklch(0.6682 0.0744 158.87)
Lab lab(62.55 -24.99 10.43) color: lab(62.55 -24.99 10.43)
LCH lch(62.55 27.08 157.35) color: lch(62.55 27.08 157.35)

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.91:1
vs Black 7.21: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)

#84848C — rgb(132, 132, 140)

Deuteranopia (Green-blind)

#817D8D — rgb(129, 125, 141)

Tritanopia (Blue-blind)

#6F9193 — rgb(111, 145, 147)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(147, 23%, 53%);

text

color: hsl(147, 23%, 53%);

border

border: 2px solid hsl(147, 23%, 53%);

gradient light

background: linear-gradient(to right, hsl(147, 23%, 73%), hsl(147, 23%, 53%));

gradient dark

background: linear-gradient(to right, hsl(147, 23%, 53%), hsl(147, 23%, 33%))

hex

background-color: #6CA384;

tailwind

bg-[hsl(147,23%,53%)]

box shadow

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

css variable

--color-primary: hsl(147, 23%, 53%);

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(147, 23%, 53%)?

HEX: #6CA384 | RGB: rgb(108, 163, 132) | CMYK: 34%, 0%, 19%, 36% | HSV: 146°, 34%, 64%. Copy any format from the conversion table above.

What colors go well with #6CA384?

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

How do I use HSL(147, 23%, 53%) in CSS?

As HSL: color: hsl(147, 23%, 53%); — As HEX: color: #6CA384; — As RGB: color: rgb(108, 163, 132); — Tailwind CSS: bg-[hsl(147,23%,53%)] — CSS variable: --color-primary: hsl(147, 23%, 53%);