HSL(320, 74%, 28%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

6500K

CSS Class

bg-[hsl(320,74%,28%)]

Color Conversions

Format Value CSS Usage
HSL hsl(320, 74%, 28%) color: hsl(320, 74%, 28%)
HEX #7C1359 color: #7C1359
RGB rgb(124, 19, 89) color: rgb(124, 19, 89)
CMYK cmyk(0%, 85%, 28%, 51%)
HSV hsv(320, 85%, 49%)
HWB hwb(320 7% 51%) color: hwb(320 7% 51%)
OKLCH oklch(0.4001 0.1535 345.8) color: oklch(0.4001 0.1535 345.8)
Lab lab(28.04 48.92 -14.18) color: lab(28.04 48.92 -14.18)
LCH lch(28.04 50.93 343.84) color: lch(28.04 50.93 343.84)

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.03:1
vs Black 2.09: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)

#4F4E48 — rgb(79, 78, 72)

Deuteranopia (Green-blind)

#555D44 — rgb(85, 93, 68)

Tritanopia (Blue-blind)

#773B38 — rgb(119, 59, 56)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(320, 74%, 28%);

text

color: hsl(320, 74%, 28%);

border

border: 2px solid hsl(320, 74%, 28%);

gradient light

background: linear-gradient(to right, hsl(320, 74%, 48%), hsl(320, 74%, 28%));

gradient dark

background: linear-gradient(to right, hsl(320, 74%, 28%), hsl(320, 74%, 8%))

hex

background-color: #7C1359;

tailwind

bg-[hsl(320,74%,28%)]

box shadow

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

css variable

--color-primary: hsl(320, 74%, 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(320, 74%, 28%)?

HEX: #7C1359 | RGB: rgb(124, 19, 89) | CMYK: 0%, 85%, 28%, 51% | HSV: 320°, 85%, 49%. Copy any format from the conversion table above.

What colors go well with #7C1359?

The complementary color is HSL(140, 74%, 28%). For a triadic harmony, use hues 320°, 80°, and 200°. For analogous combinations, try hues 290° and 350°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(320, 74%, 28%) in CSS?

As HSL: color: hsl(320, 74%, 28%); — As HEX: color: #7C1359; — As RGB: color: rgb(124, 19, 89); — Tailwind CSS: bg-[hsl(320,74%,28%)] — CSS variable: --color-primary: hsl(320, 74%, 28%);