HSL(143, 60%, 32%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(143,60%,32%)]

Color Conversions

Format Value CSS Usage
HSL hsl(143, 60%, 32%) color: hsl(143, 60%, 32%)
HEX #218346 color: #218346
RGB rgb(33, 131, 70) color: rgb(33, 131, 70)
CMYK cmyk(75%, 0%, 47%, 49%)
HSV hsv(143, 75%, 51%)
HWB hwb(143 13% 49%) color: hwb(143 13% 49%)
OKLCH oklch(0.5397 0.1291 151.42) color: oklch(0.5397 0.1291 151.42)
Lab lab(48.26 -42.12 25.13) color: lab(48.26 -42.12 25.13)
LCH lch(48.26 49.05 149.18) color: lch(48.26 49.05 149.18)

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 4.77:1
vs Black 4.4: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)

#4B4C55 — rgb(75, 76, 85)

Deuteranopia (Green-blind)

#463E58 — rgb(70, 62, 88)

Tritanopia (Blue-blind)

#266063 — rgb(38, 96, 99)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(143, 60%, 32%);

text

color: hsl(143, 60%, 32%);

border

border: 2px solid hsl(143, 60%, 32%);

gradient light

background: linear-gradient(to right, hsl(143, 60%, 52%), hsl(143, 60%, 32%));

gradient dark

background: linear-gradient(to right, hsl(143, 60%, 32%), hsl(143, 60%, 12%))

hex

background-color: #218346;

tailwind

bg-[hsl(143,60%,32%)]

box shadow

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

css variable

--color-primary: hsl(143, 60%, 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(143, 60%, 32%)?

HEX: #218346 | RGB: rgb(33, 131, 70) | CMYK: 75%, 0%, 47%, 49% | HSV: 143°, 75%, 51%. Copy any format from the conversion table above.

What colors go well with #218346?

The complementary color is HSL(323, 60%, 32%). 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, 60%, 32%) in CSS?

As HSL: color: hsl(143, 60%, 32%); — As HEX: color: #218346; — As RGB: color: rgb(33, 131, 70); — Tailwind CSS: bg-[hsl(143,60%,32%)] — CSS variable: --color-primary: hsl(143, 60%, 32%);