HSL(146, 88%, 27%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(146,88%,27%)]

Color Conversions

Format Value CSS Usage
HSL hsl(146, 88%, 27%) color: hsl(146, 88%, 27%)
HEX #08813D color: #08813D
RGB rgb(8, 129, 61) color: rgb(8, 129, 61)
CMYK cmyk(94%, 0%, 53%, 49%)
HSV hsv(146, 94%, 51%)
HWB hwb(146 3% 49%) color: hwb(146 3% 49%)
OKLCH oklch(0.5286 0.1407 150.68) color: oklch(0.5286 0.1407 150.68)
Lab lab(47.09 -45.81 28.44) color: lab(47.09 -45.81 28.44)
LCH lch(47.09 53.92 148.17) color: lch(47.09 53.92 148.17)

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 4.98:1
vs Black 4.22:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#3C3D4D — rgb(60, 61, 77)

Deuteranopia (Green-blind)

#352C51 — rgb(53, 44, 81)

Tritanopia (Blue-blind)

#0E5A5D — rgb(14, 90, 93)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(146, 88%, 27%);

text

color: hsl(146, 88%, 27%);

border

border: 2px solid hsl(146, 88%, 27%);

gradient light

background: linear-gradient(to right, hsl(146, 88%, 47%), hsl(146, 88%, 27%));

gradient dark

background: linear-gradient(to right, hsl(146, 88%, 27%), hsl(146, 88%, 7%))

hex

background-color: #08813D;

tailwind

bg-[hsl(146,88%,27%)]

box shadow

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

css variable

--color-primary: hsl(146, 88%, 27%);

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, 88%, 27%)?

HEX: #08813D | RGB: rgb(8, 129, 61) | CMYK: 94%, 0%, 53%, 49% | HSV: 146°, 94%, 51%. Copy any format from the conversion table above.

What colors go well with #08813D?

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

As HSL: color: hsl(146, 88%, 27%); — As HEX: color: #08813D; — As RGB: color: rgb(8, 129, 61); — Tailwind CSS: bg-[hsl(146,88%,27%)] — CSS variable: --color-primary: hsl(146, 88%, 27%);