HSL(326, 25%, 13%)

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(326,25%,13%)]

Color Conversions

Format Value CSS Usage
HSL hsl(326, 25%, 13%) color: hsl(326, 25%, 13%)
HEX #291922 color: #291922
RGB rgb(41, 25, 34) color: rgb(41, 25, 34)
CMYK cmyk(0%, 39%, 17%, 84%)
HSV hsv(326, 39%, 16%)
HWB hwb(326 10% 84%) color: hwb(326 10% 84%)
OKLCH oklch(0.2379 0.0298 344.82) color: oklch(0.2379 0.0298 344.82)
Lab lab(11.15 9.79 -2.97) color: lab(11.15 9.79 -2.97)
LCH lch(11.15 10.23 343.12) color: lch(11.15 10.23 343.12)

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 16.71:1
vs Black 1.26: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)

#222220 — rgb(34, 34, 32)

Deuteranopia (Green-blind)

#23241F — rgb(35, 36, 31)

Tritanopia (Blue-blind)

#281E1E — rgb(40, 30, 30)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(326, 25%, 13%);

text

color: hsl(326, 25%, 13%);

border

border: 2px solid hsl(326, 25%, 13%);

gradient light

background: linear-gradient(to right, hsl(326, 25%, 33%), hsl(326, 25%, 13%));

gradient dark

background: linear-gradient(to right, hsl(326, 25%, 13%), hsl(326, 25%, 0%))

hex

background-color: #291922;

tailwind

bg-[hsl(326,25%,13%)]

box shadow

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

css variable

--color-primary: hsl(326, 25%, 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(326, 25%, 13%)?

HEX: #291922 | RGB: rgb(41, 25, 34) | CMYK: 0%, 39%, 17%, 84% | HSV: 326°, 39%, 16%. Copy any format from the conversion table above.

What colors go well with #291922?

The complementary color is HSL(146, 25%, 13%). For a triadic harmony, use hues 326°, 86°, and 206°. For analogous combinations, try hues 296° and 356°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(326, 25%, 13%) in CSS?

As HSL: color: hsl(326, 25%, 13%); — As HEX: color: #291922; — As RGB: color: rgb(41, 25, 34); — Tailwind CSS: bg-[hsl(326,25%,13%)] — CSS variable: --color-primary: hsl(326, 25%, 13%);