HSL(142, 41%, 3%)

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(142,41%,3%)]

Color Conversions

Format Value CSS Usage
HSL hsl(142, 41%, 3%) color: hsl(142, 41%, 3%)
HEX #050B07 color: #050B07
RGB rgb(5, 11, 7) color: rgb(5, 11, 7)
CMYK cmyk(55%, 0%, 36%, 96%)
HSV hsv(140, 55%, 4%)
HWB hwb(140 2% 96%) color: hwb(140 2% 96%)
OKLCH oklch(0.1404 0.0146 156.96) color: oklch(0.1404 0.0146 156.96)
Lab lab(2.59 -2.14 0.97) color: lab(2.59 -2.14 0.97)
LCH lch(2.59 2.35 155.62) color: lch(2.59 2.35 155.62)

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 19.86:1
vs Black 1.06: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)

#080808 — rgb(8, 8, 8)

Deuteranopia (Green-blind)

#070708 — rgb(7, 7, 8)

Tritanopia (Blue-blind)

#050909 — rgb(5, 9, 9)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(142, 41%, 3%);

text

color: hsl(142, 41%, 3%);

border

border: 2px solid hsl(142, 41%, 3%);

gradient light

background: linear-gradient(to right, hsl(142, 41%, 23%), hsl(142, 41%, 3%));

gradient dark

background: linear-gradient(to right, hsl(142, 41%, 3%), hsl(142, 41%, 0%))

hex

background-color: #050B07;

tailwind

bg-[hsl(142,41%,3%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(142, 41%, 3%, 0.4);

css variable

--color-primary: hsl(142, 41%, 3%);

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(142, 41%, 3%)?

HEX: #050B07 | RGB: rgb(5, 11, 7) | CMYK: 55%, 0%, 36%, 96% | HSV: 140°, 55%, 4%. Copy any format from the conversion table above.

What colors go well with #050B07?

The complementary color is HSL(322, 41%, 3%). For a triadic harmony, use hues 142°, 262°, and 22°. For analogous combinations, try hues 112° and 172°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(142, 41%, 3%) in CSS?

As HSL: color: hsl(142, 41%, 3%); — As HEX: color: #050B07; — As RGB: color: rgb(5, 11, 7); — Tailwind CSS: bg-[hsl(142,41%,3%)] — CSS variable: --color-primary: hsl(142, 41%, 3%);