HSL(159, 20%, 4%)

Very Dark Cyan — Cyan color

Adjust Color

Color Information

Color Name

Very Dark Cyan

Color Family

Cyan

Warm / Cool

🔵 Cool

Temperature

7000K

CSS Class

bg-[hsl(159,20%,4%)]

Color Conversions

Format Value CSS Usage
HSL hsl(159, 20%, 4%) color: hsl(159, 20%, 4%)
HEX #080C0B color: #080C0B
RGB rgb(8, 12, 11) color: rgb(8, 12, 11)
CMYK cmyk(33%, 0%, 8%, 95%)
HSV hsv(165, 33%, 5%)
HWB hwb(165 3% 95%) color: hwb(165 3% 95%)
OKLCH oklch(0.1493 0.0071 178.97) color: oklch(0.1493 0.0071 178.97)
Lab lab(3.06 -1.23 0.03) color: lab(3.06 -1.23 0.03)
LCH lch(3.06 1.23 178.6) color: lch(3.06 1.23 178.6)

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.67:1
vs Black 1.07: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)

#0A0A0B — rgb(10, 10, 11)

Deuteranopia (Green-blind)

#0A090B — rgb(10, 9, 11)

Tritanopia (Blue-blind)

#080B0B — rgb(8, 11, 11)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(159, 20%, 4%);

text

color: hsl(159, 20%, 4%);

border

border: 2px solid hsl(159, 20%, 4%);

gradient light

background: linear-gradient(to right, hsl(159, 20%, 24%), hsl(159, 20%, 4%));

gradient dark

background: linear-gradient(to right, hsl(159, 20%, 4%), hsl(159, 20%, 0%))

hex

background-color: #080C0B;

tailwind

bg-[hsl(159,20%,4%)]

box shadow

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

css variable

--color-primary: hsl(159, 20%, 4%);

Related Colors

Use Cases for Very Dark Cyan

Tech/SaaS products Medical apps Water/ocean themes Clean UI elements Data viz

Frequently Asked Questions

What are all the color codes for HSL(159, 20%, 4%)?

HEX: #080C0B | RGB: rgb(8, 12, 11) | CMYK: 33%, 0%, 8%, 95% | HSV: 165°, 33%, 5%. Copy any format from the conversion table above.

What colors go well with #080C0B?

The complementary color is HSL(339, 20%, 4%). For a triadic harmony, use hues 159°, 279°, and 39°. For analogous combinations, try hues 129° and 189°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(159, 20%, 4%) in CSS?

As HSL: color: hsl(159, 20%, 4%); — As HEX: color: #080C0B; — As RGB: color: rgb(8, 12, 11); — Tailwind CSS: bg-[hsl(159,20%,4%)] — CSS variable: --color-primary: hsl(159, 20%, 4%);