HSL(67, 17%, 7%)

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(67,17%,7%)]

Color Conversions

Format Value CSS Usage
HSL hsl(67, 17%, 7%) color: hsl(67, 17%, 7%)
HEX #14150F color: #14150F
RGB rgb(20, 21, 15) color: rgb(20, 21, 15)
CMYK cmyk(5%, 0%, 29%, 92%)
HSV hsv(70, 29%, 8%)
HWB hwb(70 6% 92%) color: hwb(70 6% 92%)
OKLCH oklch(0.1924 0.0118 115.2) color: oklch(0.1924 0.0118 115.2)
Lab lab(6.5 -1.68 3.24) color: lab(6.5 -1.68 3.24)
LCH lch(6.5 3.65 117.41) color: lch(6.5 3.65 117.41)

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.36:1
vs Black 1.14: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)

#141410 — rgb(20, 20, 16)

Deuteranopia (Green-blind)

#141411 — rgb(20, 20, 17)

Tritanopia (Blue-blind)

#141212 — rgb(20, 18, 18)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(67, 17%, 7%);

text

color: hsl(67, 17%, 7%);

border

border: 2px solid hsl(67, 17%, 7%);

gradient light

background: linear-gradient(to right, hsl(67, 17%, 27%), hsl(67, 17%, 7%));

gradient dark

background: linear-gradient(to right, hsl(67, 17%, 7%), hsl(67, 17%, 0%))

hex

background-color: #14150F;

tailwind

bg-[hsl(67,17%,7%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(67, 17%, 7%, 0.4);

css variable

--color-primary: hsl(67, 17%, 7%);

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(67, 17%, 7%)?

HEX: #14150F | RGB: rgb(20, 21, 15) | CMYK: 5%, 0%, 29%, 92% | HSV: 70°, 29%, 8%. Copy any format from the conversion table above.

What colors go well with #14150F?

The complementary color is HSL(247, 17%, 7%). For a triadic harmony, use hues 67°, 187°, and 307°. For analogous combinations, try hues 37° and 97°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(67, 17%, 7%) in CSS?

As HSL: color: hsl(67, 17%, 7%); — As HEX: color: #14150F; — As RGB: color: rgb(20, 21, 15); — Tailwind CSS: bg-[hsl(67,17%,7%)] — CSS variable: --color-primary: hsl(67, 17%, 7%);