HSL(141, 54%, 8%)

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(141,54%,8%)]

Color Conversions

Format Value CSS Usage
HSL hsl(141, 54%, 8%) color: hsl(141, 54%, 8%)
HEX #091F11 color: #091F11
RGB rgb(9, 31, 17) color: rgb(9, 31, 17)
CMYK cmyk(71%, 0%, 45%, 88%)
HSV hsv(142, 71%, 12%)
HWB hwb(142 3% 88%) color: hwb(142 3% 88%)
OKLCH oklch(0.2164 0.0395 153.61) color: oklch(0.2164 0.0395 153.61)
Lab lab(9.63 -12.67 6.57) color: lab(9.63 -12.67 6.57)
LCH lch(9.63 14.27 152.59) color: lch(9.63 14.27 152.59)

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 17.27:1
vs Black 1.22: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)

#131314 — rgb(19, 19, 20)

Deuteranopia (Green-blind)

#111015 — rgb(17, 16, 21)

Tritanopia (Blue-blind)

#0A1718 — rgb(10, 23, 24)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(141, 54%, 8%);

text

color: hsl(141, 54%, 8%);

border

border: 2px solid hsl(141, 54%, 8%);

gradient light

background: linear-gradient(to right, hsl(141, 54%, 28%), hsl(141, 54%, 8%));

gradient dark

background: linear-gradient(to right, hsl(141, 54%, 8%), hsl(141, 54%, 0%))

hex

background-color: #091F11;

tailwind

bg-[hsl(141,54%,8%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(141, 54%, 8%, 0.4);

css variable

--color-primary: hsl(141, 54%, 8%);

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(141, 54%, 8%)?

HEX: #091F11 | RGB: rgb(9, 31, 17) | CMYK: 71%, 0%, 45%, 88% | HSV: 142°, 71%, 12%. Copy any format from the conversion table above.

What colors go well with #091F11?

The complementary color is HSL(321, 54%, 8%). For a triadic harmony, use hues 141°, 261°, and 21°. For analogous combinations, try hues 111° and 171°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(141, 54%, 8%) in CSS?

As HSL: color: hsl(141, 54%, 8%); — As HEX: color: #091F11; — As RGB: color: rgb(9, 31, 17); — Tailwind CSS: bg-[hsl(141,54%,8%)] — CSS variable: --color-primary: hsl(141, 54%, 8%);