HSL(326, 94%, 25%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

6500K

CSS Class

bg-[hsl(326,94%,25%)]

Color Conversions

Format Value CSS Usage
HSL hsl(326, 94%, 25%) color: hsl(326, 94%, 25%)
HEX #7C0448 color: #7C0448
RGB rgb(124, 4, 72) color: rgb(124, 4, 72)
CMYK cmyk(0%, 97%, 42%, 51%)
HSV hsv(326, 97%, 49%)
HWB hwb(326 1% 51%) color: hwb(326 1% 51%)
OKLCH oklch(0.385 0.1551 354.84) color: oklch(0.385 0.1551 354.84)
Lab lab(26.28 50.02 -5.52) color: lab(26.28 50.02 -5.52)
LCH lch(26.28 50.32 353.7) color: lch(26.28 50.32 353.7)

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.67:1
vs Black 1.97: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)

#484738 — rgb(72, 71, 56)

Deuteranopia (Green-blind)

#4F5834 — rgb(79, 88, 52)

Tritanopia (Blue-blind)

#762B28 — rgb(118, 43, 40)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(326, 94%, 25%);

text

color: hsl(326, 94%, 25%);

border

border: 2px solid hsl(326, 94%, 25%);

gradient light

background: linear-gradient(to right, hsl(326, 94%, 45%), hsl(326, 94%, 25%));

gradient dark

background: linear-gradient(to right, hsl(326, 94%, 25%), hsl(326, 94%, 5%))

hex

background-color: #7C0448;

tailwind

bg-[hsl(326,94%,25%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(326, 94%, 25%, 0.4);

css variable

--color-primary: hsl(326, 94%, 25%);

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(326, 94%, 25%)?

HEX: #7C0448 | RGB: rgb(124, 4, 72) | CMYK: 0%, 97%, 42%, 51% | HSV: 326°, 97%, 49%. Copy any format from the conversion table above.

What colors go well with #7C0448?

The complementary color is HSL(146, 94%, 25%). For a triadic harmony, use hues 326°, 86°, and 206°. For analogous combinations, try hues 296° and 356°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(326, 94%, 25%) in CSS?

As HSL: color: hsl(326, 94%, 25%); — As HEX: color: #7C0448; — As RGB: color: rgb(124, 4, 72); — Tailwind CSS: bg-[hsl(326,94%,25%)] — CSS variable: --color-primary: hsl(326, 94%, 25%);