HSL(328, 80%, 5%)

Very Dark Pink — Pink color

Adjust Color

Color Information

Color Name

Very Dark Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

6500K

CSS Class

bg-[hsl(328,80%,5%)]

Color Conversions

Format Value CSS Usage
HSL hsl(328, 80%, 5%) color: hsl(328, 80%, 5%)
HEX #17030D color: #17030D
RGB rgb(23, 3, 13) color: rgb(23, 3, 13)
CMYK cmyk(0%, 87%, 43%, 91%)
HSV hsv(330, 87%, 9%)
HWB hwb(330 1% 91%) color: hwb(330 1% 91%)
OKLCH oklch(0.1462 0.0442 349.65) color: oklch(0.1462 0.0442 349.65)
Lab lab(2.5 8.02 -1.56) color: lab(2.5 8.02 -1.56)
LCH lch(2.5 8.17 348.99) color: lch(2.5 8.17 348.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 19.9:1
vs Black 1.06: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)

#0E0E0B — rgb(14, 14, 11)

Deuteranopia (Green-blind)

#10110A — rgb(16, 17, 10)

Tritanopia (Blue-blind)

#160908 — rgb(22, 9, 8)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(328, 80%, 5%);

text

color: hsl(328, 80%, 5%);

border

border: 2px solid hsl(328, 80%, 5%);

gradient light

background: linear-gradient(to right, hsl(328, 80%, 25%), hsl(328, 80%, 5%));

gradient dark

background: linear-gradient(to right, hsl(328, 80%, 5%), hsl(328, 80%, 0%))

hex

background-color: #17030D;

tailwind

bg-[hsl(328,80%,5%)]

box shadow

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

css variable

--color-primary: hsl(328, 80%, 5%);

Related Colors

Use Cases for Very Dark Pink

Beauty & cosmetics Fashion brands Romantic themes Valentine campaigns Playful UI

Frequently Asked Questions

What are all the color codes for HSL(328, 80%, 5%)?

HEX: #17030D | RGB: rgb(23, 3, 13) | CMYK: 0%, 87%, 43%, 91% | HSV: 330°, 87%, 9%. Copy any format from the conversion table above.

What colors go well with #17030D?

The complementary color is HSL(148, 80%, 5%). For a triadic harmony, use hues 328°, 88°, and 208°. For analogous combinations, try hues 298° and 358°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(328, 80%, 5%) in CSS?

As HSL: color: hsl(328, 80%, 5%); — As HEX: color: #17030D; — As RGB: color: rgb(23, 3, 13); — Tailwind CSS: bg-[hsl(328,80%,5%)] — CSS variable: --color-primary: hsl(328, 80%, 5%);