HSL(97, 45%, 54%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(97,45%,54%)]

Color Conversions

Format Value CSS Usage
HSL hsl(97, 45%, 54%) color: hsl(97, 45%, 54%)
HEX #7DBE55 color: #7DBE55
RGB rgb(125, 190, 85) color: rgb(125, 190, 85)
CMYK cmyk(34%, 0%, 55%, 25%)
HSV hsv(97, 55%, 75%)
HWB hwb(97 34% 25%) color: hwb(97 34% 25%)
OKLCH oklch(0.7345 0.1536 135.03) color: oklch(0.7345 0.1536 135.03)
Lab lab(70.76 -39.27 45.91) color: lab(70.76 -39.27 45.91)
LCH lch(70.76 60.41 130.54) color: lch(70.76 60.41 130.54)

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.24:1
vs Black 9.37: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)

#999A6E — rgb(153, 154, 110)

Deuteranopia (Green-blind)

#959175 — rgb(149, 145, 117)

Tritanopia (Blue-blind)

#808287 — rgb(128, 130, 135)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(97, 45%, 54%);

text

color: hsl(97, 45%, 54%);

border

border: 2px solid hsl(97, 45%, 54%);

gradient light

background: linear-gradient(to right, hsl(97, 45%, 74%), hsl(97, 45%, 54%));

gradient dark

background: linear-gradient(to right, hsl(97, 45%, 54%), hsl(97, 45%, 34%))

hex

background-color: #7DBE55;

tailwind

bg-[hsl(97,45%,54%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(97, 45%, 54%, 0.4);

css variable

--color-primary: hsl(97, 45%, 54%);

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(97, 45%, 54%)?

HEX: #7DBE55 | RGB: rgb(125, 190, 85) | CMYK: 34%, 0%, 55%, 25% | HSV: 97°, 55%, 75%. Copy any format from the conversion table above.

What colors go well with #7DBE55?

The complementary color is HSL(277, 45%, 54%). For a triadic harmony, use hues 97°, 217°, and 337°. For analogous combinations, try hues 67° and 127°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(97, 45%, 54%) in CSS?

As HSL: color: hsl(97, 45%, 54%); — As HEX: color: #7DBE55; — As RGB: color: rgb(125, 190, 85); — Tailwind CSS: bg-[hsl(97,45%,54%)] — CSS variable: --color-primary: hsl(97, 45%, 54%);