HSL(258, 96%, 5%)

Very Dark Indigo — Indigo color

Adjust Color

Color Information

Color Name

Very Dark Indigo

Color Family

Indigo

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(258,96%,5%)]

Color Conversions

Format Value CSS Usage
HSL hsl(258, 96%, 5%) color: hsl(258, 96%, 5%)
HEX #080119 color: #080119
RGB rgb(8, 1, 25) color: rgb(8, 1, 25)
CMYK cmyk(68%, 96%, 0%, 90%)
HSV hsv(258, 96%, 10%)
HWB hwb(258 0% 90%) color: hwb(258 0% 90%)
OKLCH oklch(0.1201 0.0581 295.08) color: oklch(0.1201 0.0581 295.08)
Lab lab(1.3 6.15 -11.1) color: lab(1.3 6.15 -11.1)
LCH lch(1.3 12.69 298.99) color: lch(1.3 12.69 298.99)

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 20.41:1
vs Black 1.03: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)

#050513 — rgb(5, 5, 19)

Deuteranopia (Green-blind)

#050612 — rgb(5, 6, 18)

Tritanopia (Blue-blind)

#080F0E — rgb(8, 15, 14)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(258, 96%, 5%);

text

color: hsl(258, 96%, 5%);

border

border: 2px solid hsl(258, 96%, 5%);

gradient light

background: linear-gradient(to right, hsl(258, 96%, 25%), hsl(258, 96%, 5%));

gradient dark

background: linear-gradient(to right, hsl(258, 96%, 5%), hsl(258, 96%, 0%))

hex

background-color: #080119;

tailwind

bg-[hsl(258,96%,5%)]

box shadow

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

css variable

--color-primary: hsl(258, 96%, 5%);

Related Colors

Use Cases for Very Dark Indigo

UI elements Web design Branding Graphic design Print design

Frequently Asked Questions

What are all the color codes for HSL(258, 96%, 5%)?

HEX: #080119 | RGB: rgb(8, 1, 25) | CMYK: 68%, 96%, 0%, 90% | HSV: 258°, 96%, 10%. Copy any format from the conversion table above.

What colors go well with #080119?

The complementary color is HSL(78, 96%, 5%). For a triadic harmony, use hues 258°, 18°, and 138°. For analogous combinations, try hues 228° and 288°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(258, 96%, 5%) in CSS?

As HSL: color: hsl(258, 96%, 5%); — As HEX: color: #080119; — As RGB: color: rgb(8, 1, 25); — Tailwind CSS: bg-[hsl(258,96%,5%)] — CSS variable: --color-primary: hsl(258, 96%, 5%);