HSL(340, 61%, 6%)

Very Dark Pink — Pink color

Adjust Color

Color Information

Color Name

Very Dark Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(340,61%,6%)]

Color Conversions

Format Value CSS Usage
HSL hsl(340, 61%, 6%) color: hsl(340, 61%, 6%)
HEX #19060C color: #19060C
RGB rgb(25, 6, 12) color: rgb(25, 6, 12)
CMYK cmyk(0%, 76%, 52%, 90%)
HSV hsv(341, 76%, 10%)
HWB hwb(341 2% 90%) color: hwb(341 2% 90%)
OKLCH oklch(0.1585 0.0363 0.87) color: oklch(0.1585 0.0363 0.87)
Lab lab(3.28 7.66 0.08) color: lab(3.28 7.66 0.08)
LCH lch(3.28 7.66 0.6) color: lch(3.28 7.66 0.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.58: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)

#11110B — rgb(17, 17, 11)

Deuteranopia (Green-blind)

#12130A — rgb(18, 19, 10)

Tritanopia (Blue-blind)

#180909 — rgb(24, 9, 9)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(340, 61%, 6%);

text

color: hsl(340, 61%, 6%);

border

border: 2px solid hsl(340, 61%, 6%);

gradient light

background: linear-gradient(to right, hsl(340, 61%, 26%), hsl(340, 61%, 6%));

gradient dark

background: linear-gradient(to right, hsl(340, 61%, 6%), hsl(340, 61%, 0%))

hex

background-color: #19060C;

tailwind

bg-[hsl(340,61%,6%)]

box shadow

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

css variable

--color-primary: hsl(340, 61%, 6%);

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(340, 61%, 6%)?

HEX: #19060C | RGB: rgb(25, 6, 12) | CMYK: 0%, 76%, 52%, 90% | HSV: 341°, 76%, 10%. Copy any format from the conversion table above.

What colors go well with #19060C?

The complementary color is HSL(160, 61%, 6%). For a triadic harmony, use hues 340°, 100°, and 220°. For analogous combinations, try hues 310° and 10°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(340, 61%, 6%) in CSS?

As HSL: color: hsl(340, 61%, 6%); — As HEX: color: #19060C; — As RGB: color: rgb(25, 6, 12); — Tailwind CSS: bg-[hsl(340,61%,6%)] — CSS variable: --color-primary: hsl(340, 61%, 6%);