HSL(146, 63%, 46%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

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

Color Conversions

Format Value CSS Usage
HSL hsl(146, 63%, 46%) color: hsl(146, 63%, 46%)
HEX #2BBF6B color: #2BBF6B
RGB rgb(43, 191, 107) color: rgb(43, 191, 107)
CMYK cmyk(77%, 0%, 44%, 25%)
HSV hsv(146, 77%, 75%)
HWB hwb(146 17% 25%) color: hwb(146 17% 25%)
OKLCH oklch(0.7104 0.171 152.7) color: oklch(0.7104 0.171 152.7)
Lab lab(68.63 -56.5 31.79) color: lab(68.63 -56.5 31.79)
LCH lch(68.63 64.83 150.64) color: lch(68.63 64.83 150.64)

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 2.4:1
vs Black 8.77: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)

#6B6C7F — rgb(107, 108, 127)

Deuteranopia (Green-blind)

#635784 — rgb(99, 87, 132)

Tritanopia (Blue-blind)

#328F93 — rgb(50, 143, 147)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

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

gradient dark

background: linear-gradient(to right, hsl(146, 63%, 46%), hsl(146, 63%, 26%))

hex

background-color: #2BBF6B;

tailwind

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

box shadow

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

css variable

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

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

HEX: #2BBF6B | RGB: rgb(43, 191, 107) | CMYK: 77%, 0%, 44%, 25% | HSV: 146°, 77%, 75%. Copy any format from the conversion table above.

What colors go well with #2BBF6B?

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

As HSL: color: hsl(146, 63%, 46%); — As HEX: color: #2BBF6B; — As RGB: color: rgb(43, 191, 107); — Tailwind CSS: bg-[hsl(146,63%,46%)] — CSS variable: --color-primary: hsl(146, 63%, 46%);