HSL(123, 47%, 57%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(123,47%,57%)]

Color Conversions

Format Value CSS Usage
HSL hsl(123, 47%, 57%) color: hsl(123, 47%, 57%)
HEX #5EC563 color: #5EC563
RGB rgb(94, 197, 99) color: rgb(94, 197, 99)
CMYK cmyk(52%, 0%, 50%, 23%)
HSV hsv(123, 52%, 77%)
HWB hwb(123 37% 23%) color: hwb(123 37% 23%)
OKLCH oklch(0.739 0.1667 144.56) color: oklch(0.739 0.1667 144.56)
Lab lab(71.7 -50 39.98) color: lab(71.7 -50 39.98)
LCH lch(71.7 64.02 141.35) color: lch(71.7 64.02 141.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.18:1
vs Black 9.64: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)

#8B8C7B — rgb(139, 140, 123)

Deuteranopia (Green-blind)

#857D80 — rgb(133, 125, 128)

Tritanopia (Blue-blind)

#638D92 — rgb(99, 141, 146)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(123, 47%, 57%);

text

color: hsl(123, 47%, 57%);

border

border: 2px solid hsl(123, 47%, 57%);

gradient light

background: linear-gradient(to right, hsl(123, 47%, 77%), hsl(123, 47%, 57%));

gradient dark

background: linear-gradient(to right, hsl(123, 47%, 57%), hsl(123, 47%, 37%))

hex

background-color: #5EC563;

tailwind

bg-[hsl(123,47%,57%)]

box shadow

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

css variable

--color-primary: hsl(123, 47%, 57%);

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(123, 47%, 57%)?

HEX: #5EC563 | RGB: rgb(94, 197, 99) | CMYK: 52%, 0%, 50%, 23% | HSV: 123°, 52%, 77%. Copy any format from the conversion table above.

What colors go well with #5EC563?

The complementary color is HSL(303, 47%, 57%). For a triadic harmony, use hues 123°, 243°, and 3°. For analogous combinations, try hues 93° and 153°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(123, 47%, 57%) in CSS?

As HSL: color: hsl(123, 47%, 57%); — As HEX: color: #5EC563; — As RGB: color: rgb(94, 197, 99); — Tailwind CSS: bg-[hsl(123,47%,57%)] — CSS variable: --color-primary: hsl(123, 47%, 57%);