HSL(146, 57%, 68%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(146,57%,68%)]

Color Conversions

Format Value CSS Usage
HSL hsl(146, 57%, 68%) color: hsl(146, 57%, 68%)
HEX #7FDCA7 color: #7FDCA7
RGB rgb(127, 220, 167) color: rgb(127, 220, 167)
CMYK cmyk(42%, 0%, 24%, 14%)
HSV hsv(146, 42%, 86%)
HWB hwb(146 50% 14%) color: hwb(146 50% 14%)
OKLCH oklch(0.8223 0.1174 157.52) color: oklch(0.8223 0.1174 157.52)
Lab lab(81.01 -39.37 17.55) color: lab(81.01 -39.37 17.55)
LCH lch(81.01 43.1 155.97) color: lch(81.01 43.1 155.97)

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.65:1
vs Black 12.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)

#A7A8B4 — rgb(167, 168, 180)

Deuteranopia (Green-blind)

#A29BB7 — rgb(162, 155, 183)

Tritanopia (Blue-blind)

#84BEC0 — rgb(132, 190, 192)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(146, 57%, 68%);

text

color: hsl(146, 57%, 68%);

border

border: 2px solid hsl(146, 57%, 68%);

gradient light

background: linear-gradient(to right, hsl(146, 57%, 88%), hsl(146, 57%, 68%));

gradient dark

background: linear-gradient(to right, hsl(146, 57%, 68%), hsl(146, 57%, 48%))

hex

background-color: #7FDCA7;

tailwind

bg-[hsl(146,57%,68%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(146, 57%, 68%, 0.4);

css variable

--color-primary: hsl(146, 57%, 68%);

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(146, 57%, 68%)?

HEX: #7FDCA7 | RGB: rgb(127, 220, 167) | CMYK: 42%, 0%, 24%, 14% | HSV: 146°, 42%, 86%. Copy any format from the conversion table above.

What colors go well with #7FDCA7?

The complementary color is HSL(326, 57%, 68%). For a triadic harmony, use hues 146°, 266°, and 26°. For analogous combinations, try hues 116° and 176°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(146, 57%, 68%) in CSS?

As HSL: color: hsl(146, 57%, 68%); — As HEX: color: #7FDCA7; — As RGB: color: rgb(127, 220, 167); — Tailwind CSS: bg-[hsl(146,57%,68%)] — CSS variable: --color-primary: hsl(146, 57%, 68%);