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

Color Conversions

Format Value CSS Usage
HSL hsl(142, 30%, 3%) color: hsl(142, 30%, 3%)
HEX #050A07 color: #050A07
RGB rgb(5, 10, 7) color: rgb(5, 10, 7)
CMYK cmyk(50%, 0%, 30%, 96%)
HSV hsv(144, 50%, 4%)
HWB hwb(144 2% 96%) color: hwb(144 2% 96%)
OKLCH oklch(0.1368 0.0122 160.16) color: oklch(0.1368 0.0122 160.16)
Lab lab(2.39 -1.72 0.67) color: lab(2.39 -1.72 0.67)
LCH lch(2.39 1.85 158.72) color: lch(2.39 1.85 158.72)

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.94:1
vs Black 1.05: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)

#070708 — rgb(7, 7, 8)

Deuteranopia (Green-blind)

#070708 — rgb(7, 7, 8)

Tritanopia (Blue-blind)

#050808 — rgb(5, 8, 8)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

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

gradient dark

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

hex

background-color: #050A07;

tailwind

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

box shadow

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

css variable

--color-primary: hsl(142, 30%, 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, 30%, 3%)?

HEX: #050A07 | RGB: rgb(5, 10, 7) | CMYK: 50%, 0%, 30%, 96% | HSV: 144°, 50%, 4%. Copy any format from the conversion table above.

What colors go well with #050A07?

The complementary color is HSL(322, 30%, 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, 30%, 3%) in CSS?

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