HSL(97, 57%, 7%)

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(97,57%,7%)]

Color Conversions

Format Value CSS Usage
HSL hsl(97, 57%, 7%) color: hsl(97, 57%, 7%)
HEX #0F1C08 color: #0F1C08
RGB rgb(15, 28, 8) color: rgb(15, 28, 8)
CMYK cmyk(46%, 0%, 71%, 89%)
HSV hsv(99, 71%, 11%)
HWB hwb(99 3% 89%) color: hwb(99 3% 89%)
OKLCH oklch(0.2081 0.0412 135.61) color: oklch(0.2081 0.0412 135.61)
Lab lab(8.56 -10.04 9.35) color: lab(8.56 -10.04 9.35)
LCH lch(8.56 13.72 137.04) color: lch(8.56 13.72 137.04)

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.65:1
vs Black 1.19: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)

#15150D — rgb(21, 21, 13)

Deuteranopia (Green-blind)

#14130E — rgb(20, 19, 14)

Tritanopia (Blue-blind)

#101112 — rgb(16, 17, 18)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(97, 57%, 7%);

text

color: hsl(97, 57%, 7%);

border

border: 2px solid hsl(97, 57%, 7%);

gradient light

background: linear-gradient(to right, hsl(97, 57%, 27%), hsl(97, 57%, 7%));

gradient dark

background: linear-gradient(to right, hsl(97, 57%, 7%), hsl(97, 57%, 0%))

hex

background-color: #0F1C08;

tailwind

bg-[hsl(97,57%,7%)]

box shadow

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

css variable

--color-primary: hsl(97, 57%, 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(97, 57%, 7%)?

HEX: #0F1C08 | RGB: rgb(15, 28, 8) | CMYK: 46%, 0%, 71%, 89% | HSV: 99°, 71%, 11%. Copy any format from the conversion table above.

What colors go well with #0F1C08?

The complementary color is HSL(277, 57%, 7%). For a triadic harmony, use hues 97°, 217°, and 337°. For analogous combinations, try hues 67° and 127°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(97, 57%, 7%) in CSS?

As HSL: color: hsl(97, 57%, 7%); — As HEX: color: #0F1C08; — As RGB: color: rgb(15, 28, 8); — Tailwind CSS: bg-[hsl(97,57%,7%)] — CSS variable: --color-primary: hsl(97, 57%, 7%);