HSL(134, 50%, 66%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(134,50%,66%)]

Color Conversions

Format Value CSS Usage
HSL hsl(134, 50%, 66%) color: hsl(134, 50%, 66%)
HEX #7DD491 color: #7DD491
RGB rgb(125, 212, 145) color: rgb(125, 212, 145)
CMYK cmyk(41%, 0%, 32%, 17%)
HSV hsv(134, 41%, 83%)
HWB hwb(134 49% 17%) color: hwb(134 49% 17%)
OKLCH oklch(0.7976 0.1272 150.1) color: oklch(0.7976 0.1272 150.1)
Lab lab(78.16 -40.43 25.15) color: lab(78.16 -40.43 25.15)
LCH lch(78.16 47.61 148.12) color: lch(78.16 47.61 148.12)

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 1.8:1
vs Black 11.7: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)

#A3A3A1 — rgb(163, 163, 161)

Deuteranopia (Green-blind)

#9E97A5 — rgb(158, 151, 165)

Tritanopia (Blue-blind)

#81AEB1 — rgb(129, 174, 177)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(134, 50%, 66%);

text

color: hsl(134, 50%, 66%);

border

border: 2px solid hsl(134, 50%, 66%);

gradient light

background: linear-gradient(to right, hsl(134, 50%, 86%), hsl(134, 50%, 66%));

gradient dark

background: linear-gradient(to right, hsl(134, 50%, 66%), hsl(134, 50%, 46%))

hex

background-color: #7DD491;

tailwind

bg-[hsl(134,50%,66%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(134, 50%, 66%, 0.4);

css variable

--color-primary: hsl(134, 50%, 66%);

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(134, 50%, 66%)?

HEX: #7DD491 | RGB: rgb(125, 212, 145) | CMYK: 41%, 0%, 32%, 17% | HSV: 134°, 41%, 83%. Copy any format from the conversion table above.

What colors go well with #7DD491?

The complementary color is HSL(314, 50%, 66%). For a triadic harmony, use hues 134°, 254°, and 14°. For analogous combinations, try hues 104° and 164°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(134, 50%, 66%) in CSS?

As HSL: color: hsl(134, 50%, 66%); — As HEX: color: #7DD491; — As RGB: color: rgb(125, 212, 145); — Tailwind CSS: bg-[hsl(134,50%,66%)] — CSS variable: --color-primary: hsl(134, 50%, 66%);