HSL(143, 50%, 13%)

Very Dark Green — Green color

Adjust Color

Color Information

Color Name

Very Dark Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(143,50%,13%)]

Color Conversions

Format Value CSS Usage
HSL hsl(143, 50%, 13%) color: hsl(143, 50%, 13%)
HEX #11321D color: #11321D
RGB rgb(17, 50, 29) color: rgb(17, 50, 29)
CMYK cmyk(66%, 0%, 42%, 80%)
HSV hsv(142, 66%, 20%)
HWB hwb(142 7% 80%) color: hwb(142 7% 80%)
OKLCH oklch(0.2857 0.0548 153.23) color: oklch(0.2857 0.0548 153.23)
Lab lab(17.87 -18.02 9.83) color: lab(17.87 -18.02 9.83)
LCH lch(17.87 20.53 151.39) color: lch(17.87 20.53 151.39)

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 14.02:1
vs Black 1.5:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: FAIL ✗

AAA Normal (7:1)

on White: PASS ✓

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#1F2022 — rgb(31, 32, 34)

Deuteranopia (Green-blind)

#1D1B23 — rgb(29, 27, 35)

Tritanopia (Blue-blind)

#132627 — rgb(19, 38, 39)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(143, 50%, 13%);

text

color: hsl(143, 50%, 13%);

border

border: 2px solid hsl(143, 50%, 13%);

gradient light

background: linear-gradient(to right, hsl(143, 50%, 33%), hsl(143, 50%, 13%));

gradient dark

background: linear-gradient(to right, hsl(143, 50%, 13%), hsl(143, 50%, 0%))

hex

background-color: #11321D;

tailwind

bg-[hsl(143,50%,13%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(143, 50%, 13%, 0.4);

css variable

--color-primary: hsl(143, 50%, 13%);

Related Colors

Use Cases for Very Dark Green

Success states Eco/nature brands Finance apps Health apps Confirm buttons

Frequently Asked Questions

What are all the color codes for HSL(143, 50%, 13%)?

HEX: #11321D | RGB: rgb(17, 50, 29) | CMYK: 66%, 0%, 42%, 80% | HSV: 142°, 66%, 20%. Copy any format from the conversion table above.

What colors go well with #11321D?

The complementary color is HSL(323, 50%, 13%). For a triadic harmony, use hues 143°, 263°, and 23°. For analogous combinations, try hues 113° and 173°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(143, 50%, 13%) in CSS?

As HSL: color: hsl(143, 50%, 13%); — As HEX: color: #11321D; — As RGB: color: rgb(17, 50, 29); — Tailwind CSS: bg-[hsl(143,50%,13%)] — CSS variable: --color-primary: hsl(143, 50%, 13%);