HSL(126, 84%, 72%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(126,84%,72%)]

Color Conversions

Format Value CSS Usage
HSL hsl(126, 84%, 72%) color: hsl(126, 84%, 72%)
HEX #7CF488 color: #7CF488
RGB rgb(124, 244, 136) color: rgb(124, 244, 136)
CMYK cmyk(49%, 0%, 44%, 4%)
HSV hsv(126, 49%, 96%)
HWB hwb(126 49% 4%) color: hwb(126 49% 4%)
OKLCH oklch(0.8721 0.1823 145.85) color: oklch(0.8721 0.1823 145.85)
Lab lab(87.37 -55.56 41.78) color: lab(87.37 -55.56 41.78)
LCH lch(87.37 69.52 143.06) color: lch(87.37 69.52 143.06)

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.39:1
vs Black 15.15: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)

#B0B1A2 — rgb(176, 177, 162)

Deuteranopia (Green-blind)

#A9A0A8 — rgb(169, 160, 168)

Tritanopia (Blue-blind)

#82B7BB — rgb(130, 183, 187)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(126, 84%, 72%);

text

color: hsl(126, 84%, 72%);

border

border: 2px solid hsl(126, 84%, 72%);

gradient light

background: linear-gradient(to right, hsl(126, 84%, 92%), hsl(126, 84%, 72%));

gradient dark

background: linear-gradient(to right, hsl(126, 84%, 72%), hsl(126, 84%, 52%))

hex

background-color: #7CF488;

tailwind

bg-[hsl(126,84%,72%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(126, 84%, 72%, 0.4);

css variable

--color-primary: hsl(126, 84%, 72%);

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(126, 84%, 72%)?

HEX: #7CF488 | RGB: rgb(124, 244, 136) | CMYK: 49%, 0%, 44%, 4% | HSV: 126°, 49%, 96%. Copy any format from the conversion table above.

What colors go well with #7CF488?

The complementary color is HSL(306, 84%, 72%). For a triadic harmony, use hues 126°, 246°, and 6°. For analogous combinations, try hues 96° and 156°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(126, 84%, 72%) in CSS?

As HSL: color: hsl(126, 84%, 72%); — As HEX: color: #7CF488; — As RGB: color: rgb(124, 244, 136); — Tailwind CSS: bg-[hsl(126,84%,72%)] — CSS variable: --color-primary: hsl(126, 84%, 72%);