HSL(323, 56%, 28%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

6500K

CSS Class

bg-[hsl(323,56%,28%)]

Color Conversions

Format Value CSS Usage
HSL hsl(323, 56%, 28%) color: hsl(323, 56%, 28%)
HEX #6F1F51 color: #6F1F51
RGB rgb(111, 31, 81) color: rgb(111, 31, 81)
CMYK cmyk(0%, 72%, 27%, 56%)
HSV hsv(323, 72%, 44%)
HWB hwb(323 12% 56%) color: hwb(323 12% 56%)
OKLCH oklch(0.3838 0.1254 346.19) color: oklch(0.3838 0.1254 346.19)
Lab lab(26.6 40.23 -11.31) color: lab(26.6 40.23 -11.31)
LCH lch(26.6 41.79 344.3) color: lch(26.6 41.79 344.3)

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 10.55:1
vs Black 1.99: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)

#4C4C45 — rgb(76, 76, 69)

Deuteranopia (Green-blind)

#515742 — rgb(81, 87, 66)

Tritanopia (Blue-blind)

#6B3B39 — rgb(107, 59, 57)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(323, 56%, 28%);

text

color: hsl(323, 56%, 28%);

border

border: 2px solid hsl(323, 56%, 28%);

gradient light

background: linear-gradient(to right, hsl(323, 56%, 48%), hsl(323, 56%, 28%));

gradient dark

background: linear-gradient(to right, hsl(323, 56%, 28%), hsl(323, 56%, 8%))

hex

background-color: #6F1F51;

tailwind

bg-[hsl(323,56%,28%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(323, 56%, 28%, 0.4);

css variable

--color-primary: hsl(323, 56%, 28%);

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(323, 56%, 28%)?

HEX: #6F1F51 | RGB: rgb(111, 31, 81) | CMYK: 0%, 72%, 27%, 56% | HSV: 323°, 72%, 44%. Copy any format from the conversion table above.

What colors go well with #6F1F51?

The complementary color is HSL(143, 56%, 28%). For a triadic harmony, use hues 323°, 83°, and 203°. For analogous combinations, try hues 293° and 353°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(323, 56%, 28%) in CSS?

As HSL: color: hsl(323, 56%, 28%); — As HEX: color: #6F1F51; — As RGB: color: rgb(111, 31, 81); — Tailwind CSS: bg-[hsl(323,56%,28%)] — CSS variable: --color-primary: hsl(323, 56%, 28%);