HSL(331, 100%, 23%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(331,100%,23%)]

Color Conversions

Format Value CSS Usage
HSL hsl(331, 100%, 23%) color: hsl(331, 100%, 23%)
HEX #750039 color: #750039
RGB rgb(117, 0, 57) color: rgb(117, 0, 57)
CMYK cmyk(0%, 100%, 51%, 54%)
HSV hsv(331, 100%, 46%)
HWB hwb(331 0% 54%) color: hwb(331 0% 54%)
OKLCH oklch(0.3636 0.147 1.28) color: oklch(0.3636 0.147 1.28)
Lab lab(23.93 47.7 1.1) color: lab(23.93 47.7 1.1)
LCH lch(23.93 47.71 1.32) color: lch(23.93 47.71 1.32)

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 11.57:1
vs Black 1.82: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)

#42412B — rgb(66, 65, 43)

Deuteranopia (Green-blind)

#495228 — rgb(73, 82, 40)

Tritanopia (Blue-blind)

#6F201E — rgb(111, 32, 30)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(331, 100%, 23%);

text

color: hsl(331, 100%, 23%);

border

border: 2px solid hsl(331, 100%, 23%);

gradient light

background: linear-gradient(to right, hsl(331, 100%, 43%), hsl(331, 100%, 23%));

gradient dark

background: linear-gradient(to right, hsl(331, 100%, 23%), hsl(331, 100%, 3%))

hex

background-color: #750039;

tailwind

bg-[hsl(331,100%,23%)]

box shadow

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

css variable

--color-primary: hsl(331, 100%, 23%);

Related Colors

Use Cases for Pink

Beauty & cosmetics Fashion brands Romantic themes Valentine campaigns Playful UI

Frequently Asked Questions

What are all the color codes for HSL(331, 100%, 23%)?

HEX: #750039 | RGB: rgb(117, 0, 57) | CMYK: 0%, 100%, 51%, 54% | HSV: 331°, 100%, 46%. Copy any format from the conversion table above.

What colors go well with #750039?

The complementary color is HSL(151, 100%, 23%). 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, 100%, 23%) in CSS?

As HSL: color: hsl(331, 100%, 23%); — As HEX: color: #750039; — As RGB: color: rgb(117, 0, 57); — Tailwind CSS: bg-[hsl(331,100%,23%)] — CSS variable: --color-primary: hsl(331, 100%, 23%);