HSL(107, 34%, 53%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(107,34%,53%)]

Color Conversions

Format Value CSS Usage
HSL hsl(107, 34%, 53%) color: hsl(107, 34%, 53%)
HEX #70B05E color: #70B05E
RGB rgb(112, 176, 94) color: rgb(112, 176, 94)
CMYK cmyk(36%, 0%, 47%, 31%)
HSV hsv(107, 47%, 69%)
HWB hwb(107 37% 31%) color: hwb(107 37% 31%)
OKLCH oklch(0.6942 0.1317 139.07) color: oklch(0.6942 0.1317 139.07)
Lab lab(65.98 -36.35 35.54) color: lab(65.98 -36.35 35.54)
LCH lch(65.98 50.84 135.65) color: lch(65.98 50.84 135.65)

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.61:1
vs Black 8.06: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)

#8C8C72 — rgb(140, 140, 114)

Deuteranopia (Green-blind)

#888377 — rgb(136, 131, 119)

Tritanopia (Blue-blind)

#738285 — rgb(115, 130, 133)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(107, 34%, 53%);

text

color: hsl(107, 34%, 53%);

border

border: 2px solid hsl(107, 34%, 53%);

gradient light

background: linear-gradient(to right, hsl(107, 34%, 73%), hsl(107, 34%, 53%));

gradient dark

background: linear-gradient(to right, hsl(107, 34%, 53%), hsl(107, 34%, 33%))

hex

background-color: #70B05E;

tailwind

bg-[hsl(107,34%,53%)]

box shadow

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

css variable

--color-primary: hsl(107, 34%, 53%);

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(107, 34%, 53%)?

HEX: #70B05E | RGB: rgb(112, 176, 94) | CMYK: 36%, 0%, 47%, 31% | HSV: 107°, 47%, 69%. Copy any format from the conversion table above.

What colors go well with #70B05E?

The complementary color is HSL(287, 34%, 53%). For a triadic harmony, use hues 107°, 227°, and 347°. For analogous combinations, try hues 77° and 137°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(107, 34%, 53%) in CSS?

As HSL: color: hsl(107, 34%, 53%); — As HEX: color: #70B05E; — As RGB: color: rgb(112, 176, 94); — Tailwind CSS: bg-[hsl(107,34%,53%)] — CSS variable: --color-primary: hsl(107, 34%, 53%);