HSL(123, 34%, 62%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

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

Color Conversions

Format Value CSS Usage
HSL hsl(123, 34%, 62%) color: hsl(123, 34%, 62%)
HEX #7DBF80 color: #7DBF80
RGB rgb(125, 191, 128) color: rgb(125, 191, 128)
CMYK cmyk(35%, 0%, 33%, 25%)
HSV hsv(123, 35%, 75%)
HWB hwb(123 49% 25%) color: hwb(123 49% 25%)
OKLCH oklch(0.744 0.112 145.39) color: oklch(0.744 0.112 145.39)
Lab lab(71.68 -33.8 25.33) color: lab(71.68 -33.8 25.33)
LCH lch(71.68 42.24 143.15) color: lch(71.68 42.24 143.15)

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)

#9A9A8F — rgb(154, 154, 143)

Deuteranopia (Green-blind)

#969193 — rgb(150, 145, 147)

Tritanopia (Blue-blind)

#809B9E — rgb(128, 155, 158)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

background: linear-gradient(to right, hsl(123, 34%, 82%), hsl(123, 34%, 62%));

gradient dark

background: linear-gradient(to right, hsl(123, 34%, 62%), hsl(123, 34%, 42%))

hex

background-color: #7DBF80;

tailwind

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

box shadow

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

css variable

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

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

HEX: #7DBF80 | RGB: rgb(125, 191, 128) | CMYK: 35%, 0%, 33%, 25% | HSV: 123°, 35%, 75%. Copy any format from the conversion table above.

What colors go well with #7DBF80?

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

As HSL: color: hsl(123, 34%, 62%); — As HEX: color: #7DBF80; — As RGB: color: rgb(125, 191, 128); — Tailwind CSS: bg-[hsl(123,34%,62%)] — CSS variable: --color-primary: hsl(123, 34%, 62%);