HSL(146, 45%, 66%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(146,45%,66%)]

Color Conversions

Format Value CSS Usage
HSL hsl(146, 45%, 66%) color: hsl(146, 45%, 66%)
HEX #81CFA3 color: #81CFA3
RGB rgb(129, 207, 163) color: rgb(129, 207, 163)
CMYK cmyk(38%, 0%, 21%, 19%)
HSV hsv(146, 38%, 81%)
HWB hwb(146 50% 19%) color: hwb(146 50% 19%)
OKLCH oklch(0.7918 0.1002 158.34) color: oklch(0.7918 0.1002 158.34)
Lab lab(77.24 -33.64 14.41) color: lab(77.24 -33.64 14.41)
LCH lch(77.24 36.6 156.81) color: lch(77.24 36.6 156.81)

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.84:1
vs Black 11.39: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)

#A3A3AE — rgb(163, 163, 174)

Deuteranopia (Green-blind)

#9E98B0 — rgb(158, 152, 176)

Tritanopia (Blue-blind)

#85B6B8 — rgb(133, 182, 184)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(146, 45%, 66%);

text

color: hsl(146, 45%, 66%);

border

border: 2px solid hsl(146, 45%, 66%);

gradient light

background: linear-gradient(to right, hsl(146, 45%, 86%), hsl(146, 45%, 66%));

gradient dark

background: linear-gradient(to right, hsl(146, 45%, 66%), hsl(146, 45%, 46%))

hex

background-color: #81CFA3;

tailwind

bg-[hsl(146,45%,66%)]

box shadow

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

css variable

--color-primary: hsl(146, 45%, 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(146, 45%, 66%)?

HEX: #81CFA3 | RGB: rgb(129, 207, 163) | CMYK: 38%, 0%, 21%, 19% | HSV: 146°, 38%, 81%. Copy any format from the conversion table above.

What colors go well with #81CFA3?

The complementary color is HSL(326, 45%, 66%). 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, 45%, 66%) in CSS?

As HSL: color: hsl(146, 45%, 66%); — As HEX: color: #81CFA3; — As RGB: color: rgb(129, 207, 163); — Tailwind CSS: bg-[hsl(146,45%,66%)] — CSS variable: --color-primary: hsl(146, 45%, 66%);