HSL(324, 80%, 26%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

6500K

CSS Class

bg-[hsl(324,80%,26%)]

Color Conversions

Format Value CSS Usage
HSL hsl(324, 80%, 26%) color: hsl(324, 80%, 26%)
HEX #770D4D color: #770D4D
RGB rgb(119, 13, 77) color: rgb(119, 13, 77)
CMYK cmyk(0%, 89%, 35%, 53%)
HSV hsv(324, 89%, 47%)
HWB hwb(324 5% 53%) color: hwb(324 5% 53%)
OKLCH oklch(0.3818 0.1483 350.49) color: oklch(0.3818 0.1483 350.49)
Lab lab(26 47.63 -9.41) color: lab(26 47.63 -9.41)
LCH lch(26 48.55 348.82) color: lch(26 48.55 348.82)

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.77:1
vs Black 1.95: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)

#49483E — rgb(73, 72, 62)

Deuteranopia (Green-blind)

#4F573A — rgb(79, 87, 58)

Tritanopia (Blue-blind)

#72312F — rgb(114, 49, 47)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(324, 80%, 26%);

text

color: hsl(324, 80%, 26%);

border

border: 2px solid hsl(324, 80%, 26%);

gradient light

background: linear-gradient(to right, hsl(324, 80%, 46%), hsl(324, 80%, 26%));

gradient dark

background: linear-gradient(to right, hsl(324, 80%, 26%), hsl(324, 80%, 6%))

hex

background-color: #770D4D;

tailwind

bg-[hsl(324,80%,26%)]

box shadow

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

css variable

--color-primary: hsl(324, 80%, 26%);

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(324, 80%, 26%)?

HEX: #770D4D | RGB: rgb(119, 13, 77) | CMYK: 0%, 89%, 35%, 53% | HSV: 324°, 89%, 47%. Copy any format from the conversion table above.

What colors go well with #770D4D?

The complementary color is HSL(144, 80%, 26%). For a triadic harmony, use hues 324°, 84°, and 204°. For analogous combinations, try hues 294° and 354°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(324, 80%, 26%) in CSS?

As HSL: color: hsl(324, 80%, 26%); — As HEX: color: #770D4D; — As RGB: color: rgb(119, 13, 77); — Tailwind CSS: bg-[hsl(324,80%,26%)] — CSS variable: --color-primary: hsl(324, 80%, 26%);