HSL(328, 80%, 27%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

6500K

CSS Class

bg-[hsl(328,80%,27%)]

Color Conversions

Format Value CSS Usage
HSL hsl(328, 80%, 27%) color: hsl(328, 80%, 27%)
HEX #7C0E49 color: #7C0E49
RGB rgb(124, 14, 73) color: rgb(124, 14, 73)
CMYK cmyk(0%, 89%, 41%, 51%)
HSV hsv(328, 89%, 49%)
HWB hwb(328 5% 51%) color: hwb(328 5% 51%)
OKLCH oklch(0.3901 0.1492 354.99) color: oklch(0.3901 0.1492 354.99)
Lab lab(26.97 48.24 -5.17) color: lab(26.97 48.24 -5.17)
LCH lch(26.97 48.52 353.88) color: lch(26.97 48.52 353.88)

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.42:1
vs Black 2.02: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)

#4C4B3B — rgb(76, 75, 59)

Deuteranopia (Green-blind)

#535B37 — rgb(83, 91, 55)

Tritanopia (Blue-blind)

#772F2D — rgb(119, 47, 45)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(328, 80%, 27%);

text

color: hsl(328, 80%, 27%);

border

border: 2px solid hsl(328, 80%, 27%);

gradient light

background: linear-gradient(to right, hsl(328, 80%, 47%), hsl(328, 80%, 27%));

gradient dark

background: linear-gradient(to right, hsl(328, 80%, 27%), hsl(328, 80%, 7%))

hex

background-color: #7C0E49;

tailwind

bg-[hsl(328,80%,27%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(328, 80%, 27%, 0.4);

css variable

--color-primary: hsl(328, 80%, 27%);

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(328, 80%, 27%)?

HEX: #7C0E49 | RGB: rgb(124, 14, 73) | CMYK: 0%, 89%, 41%, 51% | HSV: 328°, 89%, 49%. Copy any format from the conversion table above.

What colors go well with #7C0E49?

The complementary color is HSL(148, 80%, 27%). For a triadic harmony, use hues 328°, 88°, and 208°. For analogous combinations, try hues 298° and 358°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(328, 80%, 27%) in CSS?

As HSL: color: hsl(328, 80%, 27%); — As HEX: color: #7C0E49; — As RGB: color: rgb(124, 14, 73); — Tailwind CSS: bg-[hsl(328,80%,27%)] — CSS variable: --color-primary: hsl(328, 80%, 27%);