HSL(123, 34%, 52%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(123,34%,52%)]

Color Conversions

Format Value CSS Usage
HSL hsl(123, 34%, 52%) color: hsl(123, 34%, 52%)
HEX #5BAE5F color: #5BAE5F
RGB rgb(91, 174, 95) color: rgb(91, 174, 95)
CMYK cmyk(48%, 0%, 45%, 32%)
HSV hsv(123, 48%, 68%)
HWB hwb(123 35% 32%) color: hwb(123 35% 32%)
OKLCH oklch(0.6789 0.1394 144.81) color: oklch(0.6789 0.1394 144.81)
Lab lab(64.42 -41.92 32.85) color: lab(64.42 -41.92 32.85)
LCH lch(64.42 53.26 141.92) color: lch(64.42 53.26 141.92)

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.74:1
vs Black 7.66: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)

#7F8072 — rgb(127, 128, 114)

Deuteranopia (Green-blind)

#7A7477 — rgb(122, 116, 119)

Tritanopia (Blue-blind)

#5F8185 — rgb(95, 129, 133)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(123, 34%, 52%);

text

color: hsl(123, 34%, 52%);

border

border: 2px solid hsl(123, 34%, 52%);

gradient light

background: linear-gradient(to right, hsl(123, 34%, 72%), hsl(123, 34%, 52%));

gradient dark

background: linear-gradient(to right, hsl(123, 34%, 52%), hsl(123, 34%, 32%))

hex

background-color: #5BAE5F;

tailwind

bg-[hsl(123,34%,52%)]

box shadow

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

css variable

--color-primary: hsl(123, 34%, 52%);

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, 34%, 52%)?

HEX: #5BAE5F | RGB: rgb(91, 174, 95) | CMYK: 48%, 0%, 45%, 32% | HSV: 123°, 48%, 68%. Copy any format from the conversion table above.

What colors go well with #5BAE5F?

The complementary color is HSL(303, 34%, 52%). 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, 34%, 52%) in CSS?

As HSL: color: hsl(123, 34%, 52%); — As HEX: color: #5BAE5F; — As RGB: color: rgb(91, 174, 95); — Tailwind CSS: bg-[hsl(123,34%,52%)] — CSS variable: --color-primary: hsl(123, 34%, 52%);