HSL(146, 46%, 71%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(146,46%,71%)]

Color Conversions

Format Value CSS Usage
HSL hsl(146, 46%, 71%) color: hsl(146, 46%, 71%)
HEX #93D7B1 color: #93D7B1
RGB rgb(147, 215, 177) color: rgb(147, 215, 177)
CMYK cmyk(32%, 0%, 18%, 16%)
HSV hsv(146, 32%, 84%)
HWB hwb(146 57% 16%) color: hwb(146 57% 16%)
OKLCH oklch(0.8233 0.0873 159.25) color: oklch(0.8233 0.0873 159.25)
Lab lab(80.73 -29.35 12.01) color: lab(80.73 -29.35 12.01)
LCH lch(80.73 31.71 157.75) color: lch(80.73 31.71 157.75)

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.67:1
vs Black 12.6: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)

#B0B1BA — rgb(176, 177, 186)

Deuteranopia (Green-blind)

#ADA7BC — rgb(173, 167, 188)

Tritanopia (Blue-blind)

#96C1C3 — rgb(150, 193, 195)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(146, 46%, 71%);

text

color: hsl(146, 46%, 71%);

border

border: 2px solid hsl(146, 46%, 71%);

gradient light

background: linear-gradient(to right, hsl(146, 46%, 91%), hsl(146, 46%, 71%));

gradient dark

background: linear-gradient(to right, hsl(146, 46%, 71%), hsl(146, 46%, 51%))

hex

background-color: #93D7B1;

tailwind

bg-[hsl(146,46%,71%)]

box shadow

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

css variable

--color-primary: hsl(146, 46%, 71%);

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, 46%, 71%)?

HEX: #93D7B1 | RGB: rgb(147, 215, 177) | CMYK: 32%, 0%, 18%, 16% | HSV: 146°, 32%, 84%. Copy any format from the conversion table above.

What colors go well with #93D7B1?

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

As HSL: color: hsl(146, 46%, 71%); — As HEX: color: #93D7B1; — As RGB: color: rgb(147, 215, 177); — Tailwind CSS: bg-[hsl(146,46%,71%)] — CSS variable: --color-primary: hsl(146, 46%, 71%);