HSL(331, 65%, 4%)

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(331,65%,4%)]

Color Conversions

Format Value CSS Usage
HSL hsl(331, 65%, 4%) color: hsl(331, 65%, 4%)
HEX #11040A color: #11040A
RGB rgb(17, 4, 10) color: rgb(17, 4, 10)
CMYK cmyk(0%, 76%, 41%, 93%)
HSV hsv(332, 76%, 7%)
HWB hwb(332 2% 93%) color: hwb(332 2% 93%)
OKLCH oklch(0.1355 0.0302 349.35) color: oklch(0.1355 0.0302 349.35)
Lab lab(2.06 4.62 -0.94) color: lab(2.06 4.62 -0.94)
LCH lch(2.06 4.71 348.5) color: lch(2.06 4.71 348.5)

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.08:1
vs Black 1.05: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)

#0B0B09 — rgb(11, 11, 9)

Deuteranopia (Green-blind)

#0C0D08 — rgb(12, 13, 8)

Tritanopia (Blue-blind)

#100707 — rgb(16, 7, 7)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(331, 65%, 4%);

text

color: hsl(331, 65%, 4%);

border

border: 2px solid hsl(331, 65%, 4%);

gradient light

background: linear-gradient(to right, hsl(331, 65%, 24%), hsl(331, 65%, 4%));

gradient dark

background: linear-gradient(to right, hsl(331, 65%, 4%), hsl(331, 65%, 0%))

hex

background-color: #11040A;

tailwind

bg-[hsl(331,65%,4%)]

box shadow

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

css variable

--color-primary: hsl(331, 65%, 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(331, 65%, 4%)?

HEX: #11040A | RGB: rgb(17, 4, 10) | CMYK: 0%, 76%, 41%, 93% | HSV: 332°, 76%, 7%. Copy any format from the conversion table above.

What colors go well with #11040A?

The complementary color is HSL(151, 65%, 4%). For a triadic harmony, use hues 331°, 91°, and 211°. For analogous combinations, try hues 301° and 1°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(331, 65%, 4%) in CSS?

As HSL: color: hsl(331, 65%, 4%); — As HEX: color: #11040A; — As RGB: color: rgb(17, 4, 10); — Tailwind CSS: bg-[hsl(331,65%,4%)] — CSS variable: --color-primary: hsl(331, 65%, 4%);