HSL(143, 10%, 10%)

Very Dark Green — Green color

Adjust Color

Color Information

Color Name

Very Dark Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

N/A

CSS Class

bg-[hsl(143,10%,10%)]

Color Conversions

Format Value CSS Usage
HSL hsl(143, 10%, 10%) color: hsl(143, 10%, 10%)
HEX #171C19 color: #171C19
RGB rgb(23, 28, 25) color: rgb(23, 28, 25)
CMYK cmyk(18%, 0%, 11%, 89%)
HSV hsv(144, 18%, 11%)
HWB hwb(144 9% 89%) color: hwb(144 9% 89%)
OKLCH oklch(0.2201 0.0095 159.21) color: oklch(0.2201 0.0095 159.21)
Lab lab(9.66 -3.14 1.29) color: lab(9.66 -3.14 1.29)
LCH lch(9.66 3.39 157.67) color: lch(9.66 3.39 157.67)

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.26: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)

#19191A — rgb(25, 25, 26)

Deuteranopia (Green-blind)

#19191A — rgb(25, 25, 26)

Tritanopia (Blue-blind)

#171A1A — rgb(23, 26, 26)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(143, 10%, 10%);

text

color: hsl(143, 10%, 10%);

border

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

gradient light

background: linear-gradient(to right, hsl(143, 10%, 30%), hsl(143, 10%, 10%));

gradient dark

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

hex

background-color: #171C19;

tailwind

bg-[hsl(143,10%,10%)]

box shadow

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

css variable

--color-primary: hsl(143, 10%, 10%);

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

HEX: #171C19 | RGB: rgb(23, 28, 25) | CMYK: 18%, 0%, 11%, 89% | HSV: 144°, 18%, 11%. Copy any format from the conversion table above.

What colors go well with #171C19?

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

As HSL: color: hsl(143, 10%, 10%); — As HEX: color: #171C19; — As RGB: color: rgb(23, 28, 25); — Tailwind CSS: bg-[hsl(143,10%,10%)] — CSS variable: --color-primary: hsl(143, 10%, 10%);