HSL(143, 52%, 47%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(143,52%,47%)]

Color Conversions

Format Value CSS Usage
HSL hsl(143, 52%, 47%) color: hsl(143, 52%, 47%)
HEX #3AB669 color: #3AB669
RGB rgb(58, 182, 105) color: rgb(58, 182, 105)
CMYK cmyk(68%, 0%, 42%, 29%)
HSV hsv(143, 68%, 71%)
HWB hwb(143 23% 29%) color: hwb(143 23% 29%)
OKLCH oklch(0.6898 0.1563 152.14) color: oklch(0.6898 0.1563 152.14)
Lab lab(66.04 -51.24 29.52) color: lab(66.04 -51.24 29.52)
LCH lch(66.04 59.14 150.05) color: lch(66.04 59.14 150.05)

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.6:1
vs Black 8.08: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)

#70717C — rgb(112, 113, 124)

Deuteranopia (Green-blind)

#695F80 — rgb(105, 95, 128)

Tritanopia (Blue-blind)

#408A8E — rgb(64, 138, 142)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(143, 52%, 47%);

text

color: hsl(143, 52%, 47%);

border

border: 2px solid hsl(143, 52%, 47%);

gradient light

background: linear-gradient(to right, hsl(143, 52%, 67%), hsl(143, 52%, 47%));

gradient dark

background: linear-gradient(to right, hsl(143, 52%, 47%), hsl(143, 52%, 27%))

hex

background-color: #3AB669;

tailwind

bg-[hsl(143,52%,47%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(143, 52%, 47%, 0.4);

css variable

--color-primary: hsl(143, 52%, 47%);

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(143, 52%, 47%)?

HEX: #3AB669 | RGB: rgb(58, 182, 105) | CMYK: 68%, 0%, 42%, 29% | HSV: 143°, 68%, 71%. Copy any format from the conversion table above.

What colors go well with #3AB669?

The complementary color is HSL(323, 52%, 47%). For a triadic harmony, use hues 143°, 263°, and 23°. For analogous combinations, try hues 113° and 173°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(143, 52%, 47%) in CSS?

As HSL: color: hsl(143, 52%, 47%); — As HEX: color: #3AB669; — As RGB: color: rgb(58, 182, 105); — Tailwind CSS: bg-[hsl(143,52%,47%)] — CSS variable: --color-primary: hsl(143, 52%, 47%);