HSL(143, 28%, 55%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(143,28%,55%)]

Color Conversions

Format Value CSS Usage
HSL hsl(143, 28%, 55%) color: hsl(143, 28%, 55%)
HEX #6CAC85 color: #6CAC85
RGB rgb(108, 172, 133) color: rgb(108, 172, 133)
CMYK cmyk(37%, 0%, 23%, 33%)
HSV hsv(143, 37%, 67%)
HWB hwb(143 42% 33%) color: hwb(143 42% 33%)
OKLCH oklch(0.6902 0.0879 156.46) color: oklch(0.6902 0.0879 156.46)
Lab lab(65.27 -29.21 13.7) color: lab(65.27 -29.21 13.7)
LCH lch(65.27 32.26 154.87) color: lch(65.27 32.26 154.87)

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.67:1
vs Black 7.88: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)

#88888E — rgb(136, 136, 142)

Deuteranopia (Green-blind)

#847F91 — rgb(132, 127, 145)

Tritanopia (Blue-blind)

#6F9698 — rgb(111, 150, 152)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(143, 28%, 55%);

text

color: hsl(143, 28%, 55%);

border

border: 2px solid hsl(143, 28%, 55%);

gradient light

background: linear-gradient(to right, hsl(143, 28%, 75%), hsl(143, 28%, 55%));

gradient dark

background: linear-gradient(to right, hsl(143, 28%, 55%), hsl(143, 28%, 35%))

hex

background-color: #6CAC85;

tailwind

bg-[hsl(143,28%,55%)]

box shadow

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

css variable

--color-primary: hsl(143, 28%, 55%);

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, 28%, 55%)?

HEX: #6CAC85 | RGB: rgb(108, 172, 133) | CMYK: 37%, 0%, 23%, 33% | HSV: 143°, 37%, 67%. Copy any format from the conversion table above.

What colors go well with #6CAC85?

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

As HSL: color: hsl(143, 28%, 55%); — As HEX: color: #6CAC85; — As RGB: color: rgb(108, 172, 133); — Tailwind CSS: bg-[hsl(143,28%,55%)] — CSS variable: --color-primary: hsl(143, 28%, 55%);