HSL(334, 72%, 13%)

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(334,72%,13%)]

Color Conversions

Format Value CSS Usage
HSL hsl(334, 72%, 13%) color: hsl(334, 72%, 13%)
HEX #39091E color: #39091E
RGB rgb(57, 9, 30) color: rgb(57, 9, 30)
CMYK cmyk(0%, 84%, 47%, 78%)
HSV hsv(334, 84%, 22%)
HWB hwb(334 4% 78%) color: hwb(334 4% 78%)
OKLCH oklch(0.2365 0.0777 358.35) color: oklch(0.2365 0.0777 358.35)
Lab lab(10.25 25.33 -0.97) color: lab(10.25 25.33 -0.97)
LCH lch(10.25 25.35 357.81) color: lch(10.25 25.35 357.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 17.05:1
vs Black 1.23: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)

#242419 — rgb(36, 36, 25)

Deuteranopia (Green-blind)

#272B18 — rgb(39, 43, 24)

Tritanopia (Blue-blind)

#371514 — rgb(55, 21, 20)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(334, 72%, 13%);

text

color: hsl(334, 72%, 13%);

border

border: 2px solid hsl(334, 72%, 13%);

gradient light

background: linear-gradient(to right, hsl(334, 72%, 33%), hsl(334, 72%, 13%));

gradient dark

background: linear-gradient(to right, hsl(334, 72%, 13%), hsl(334, 72%, 0%))

hex

background-color: #39091E;

tailwind

bg-[hsl(334,72%,13%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(334, 72%, 13%, 0.4);

css variable

--color-primary: hsl(334, 72%, 13%);

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(334, 72%, 13%)?

HEX: #39091E | RGB: rgb(57, 9, 30) | CMYK: 0%, 84%, 47%, 78% | HSV: 334°, 84%, 22%. Copy any format from the conversion table above.

What colors go well with #39091E?

The complementary color is HSL(154, 72%, 13%). For a triadic harmony, use hues 334°, 94°, and 214°. For analogous combinations, try hues 304° and 4°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(334, 72%, 13%) in CSS?

As HSL: color: hsl(334, 72%, 13%); — As HEX: color: #39091E; — As RGB: color: rgb(57, 9, 30); — Tailwind CSS: bg-[hsl(334,72%,13%)] — CSS variable: --color-primary: hsl(334, 72%, 13%);