HSL(170, 100%, 5%)

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(170,100%,5%)]

Color Conversions

Format Value CSS Usage
HSL hsl(170, 100%, 5%) color: hsl(170, 100%, 5%)
HEX #001A15 color: #001A15
RGB rgb(0, 26, 21) color: rgb(0, 26, 21)
CMYK cmyk(100%, 0%, 19%, 90%)
HSV hsv(168, 100%, 10%)
HWB hwb(168 0% 90%) color: hwb(168 0% 90%)
OKLCH oklch(0.1949 0.0357 178.5) color: oklch(0.1949 0.0357 178.5)
Lab lab(7.16 -10.2 0.39) color: lab(7.16 -10.2 0.39)
LCH lch(7.16 10.21 177.81) color: lch(7.16 10.21 177.81)

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.13:1
vs Black 1.16: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)

#0B0B16 — rgb(11, 11, 22)

Deuteranopia (Green-blind)

#0A0817 — rgb(10, 8, 23)

Tritanopia (Blue-blind)

#011717 — rgb(1, 23, 23)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(170, 100%, 5%);

text

color: hsl(170, 100%, 5%);

border

border: 2px solid hsl(170, 100%, 5%);

gradient light

background: linear-gradient(to right, hsl(170, 100%, 25%), hsl(170, 100%, 5%));

gradient dark

background: linear-gradient(to right, hsl(170, 100%, 5%), hsl(170, 100%, 0%))

hex

background-color: #001A15;

tailwind

bg-[hsl(170,100%,5%)]

box shadow

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

css variable

--color-primary: hsl(170, 100%, 5%);

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(170, 100%, 5%)?

HEX: #001A15 | RGB: rgb(0, 26, 21) | CMYK: 100%, 0%, 19%, 90% | HSV: 168°, 100%, 10%. Copy any format from the conversion table above.

What colors go well with #001A15?

The complementary color is HSL(350, 100%, 5%). For a triadic harmony, use hues 170°, 290°, and 50°. For analogous combinations, try hues 140° and 200°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(170, 100%, 5%) in CSS?

As HSL: color: hsl(170, 100%, 5%); — As HEX: color: #001A15; — As RGB: color: rgb(0, 26, 21); — Tailwind CSS: bg-[hsl(170,100%,5%)] — CSS variable: --color-primary: hsl(170, 100%, 5%);