HSL(80, 100%, 4%)

Very Dark Green — Green color

Adjust Color

Color Information

Color Name

Very Dark Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(80,100%,4%)]

Color Conversions

Format Value CSS Usage
HSL hsl(80, 100%, 4%) color: hsl(80, 100%, 4%)
HEX #0E1400 color: #0E1400
RGB rgb(14, 20, 0) color: rgb(14, 20, 0)
CMYK cmyk(30%, 0%, 100%, 92%)
HSV hsv(78, 100%, 8%)
HWB hwb(78 0% 92%) color: hwb(78 0% 92%)
OKLCH oklch(0.1784 0.0434 122.28) color: oklch(0.1784 0.0434 122.28)
Lab lab(5.36 -5.45 7.93) color: lab(5.36 -5.45 7.93)
LCH lch(5.36 9.62 124.5) color: lch(5.36 9.62 124.5)

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 18.77:1
vs Black 1.12: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)

#111105 — rgb(17, 17, 5)

Deuteranopia (Green-blind)

#101006 — rgb(16, 16, 6)

Tritanopia (Blue-blind)

#0E090A — rgb(14, 9, 10)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(80, 100%, 4%);

text

color: hsl(80, 100%, 4%);

border

border: 2px solid hsl(80, 100%, 4%);

gradient light

background: linear-gradient(to right, hsl(80, 100%, 24%), hsl(80, 100%, 4%));

gradient dark

background: linear-gradient(to right, hsl(80, 100%, 4%), hsl(80, 100%, 0%))

hex

background-color: #0E1400;

tailwind

bg-[hsl(80,100%,4%)]

box shadow

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

css variable

--color-primary: hsl(80, 100%, 4%);

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(80, 100%, 4%)?

HEX: #0E1400 | RGB: rgb(14, 20, 0) | CMYK: 30%, 0%, 100%, 92% | HSV: 78°, 100%, 8%. Copy any format from the conversion table above.

What colors go well with #0E1400?

The complementary color is HSL(260, 100%, 4%). For a triadic harmony, use hues 80°, 200°, and 320°. For analogous combinations, try hues 50° and 110°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(80, 100%, 4%) in CSS?

As HSL: color: hsl(80, 100%, 4%); — As HEX: color: #0E1400; — As RGB: color: rgb(14, 20, 0); — Tailwind CSS: bg-[hsl(80,100%,4%)] — CSS variable: --color-primary: hsl(80, 100%, 4%);