HSL(319, 100%, 4%)

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(319,100%,4%)]

Color Conversions

Format Value CSS Usage
HSL hsl(319, 100%, 4%) color: hsl(319, 100%, 4%)
HEX #14000E color: #14000E
RGB rgb(20, 0, 14) color: rgb(20, 0, 14)
CMYK cmyk(0%, 100%, 30%, 92%)
HSV hsv(318, 100%, 8%)
HWB hwb(318 0% 92%) color: hwb(318 0% 92%)
OKLCH oklch(0.1293 0.0563 339.45) color: oklch(0.1293 0.0563 339.45)
Lab lab(1.63 8.04 -3.35) color: lab(1.63 8.04 -3.35)
LCH lch(1.63 8.71 337.38) color: lch(1.63 8.71 337.38)

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.27:1
vs Black 1.04: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)

#0B0B0B — rgb(11, 11, 11)

Deuteranopia (Green-blind)

#0D0E0A — rgb(13, 14, 10)

Tritanopia (Blue-blind)

#130807 — rgb(19, 8, 7)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(319, 100%, 4%);

text

color: hsl(319, 100%, 4%);

border

border: 2px solid hsl(319, 100%, 4%);

gradient light

background: linear-gradient(to right, hsl(319, 100%, 24%), hsl(319, 100%, 4%));

gradient dark

background: linear-gradient(to right, hsl(319, 100%, 4%), hsl(319, 100%, 0%))

hex

background-color: #14000E;

tailwind

bg-[hsl(319,100%,4%)]

box shadow

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

css variable

--color-primary: hsl(319, 100%, 4%);

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(319, 100%, 4%)?

HEX: #14000E | RGB: rgb(20, 0, 14) | CMYK: 0%, 100%, 30%, 92% | HSV: 318°, 100%, 8%. Copy any format from the conversion table above.

What colors go well with #14000E?

The complementary color is HSL(139, 100%, 4%). For a triadic harmony, use hues 319°, 79°, and 199°. For analogous combinations, try hues 289° and 349°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(319, 100%, 4%) in CSS?

As HSL: color: hsl(319, 100%, 4%); — As HEX: color: #14000E; — As RGB: color: rgb(20, 0, 14); — Tailwind CSS: bg-[hsl(319,100%,4%)] — CSS variable: --color-primary: hsl(319, 100%, 4%);