HSL(325, 65%, 28%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

6500K

CSS Class

bg-[hsl(325,65%,28%)]

Color Conversions

Format Value CSS Usage
HSL hsl(325, 65%, 28%) color: hsl(325, 65%, 28%)
HEX #76194F color: #76194F
RGB rgb(118, 25, 79) color: rgb(118, 25, 79)
CMYK cmyk(0%, 79%, 33%, 54%)
HSV hsv(325, 79%, 46%)
HWB hwb(325 10% 54%) color: hwb(325 10% 54%)
OKLCH oklch(0.3893 0.1374 349.97) color: oklch(0.3893 0.1374 349.97)
Lab lab(27.05 44.26 -9.17) color: lab(27.05 44.26 -9.17)
LCH lch(27.05 45.2 348.29) color: lch(27.05 45.2 348.29)

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.38: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)

#4E4D42 — rgb(78, 77, 66)

Deuteranopia (Green-blind)

#535A3F — rgb(83, 90, 63)

Tritanopia (Blue-blind)

#713835 — rgb(113, 56, 53)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(325, 65%, 28%);

text

color: hsl(325, 65%, 28%);

border

border: 2px solid hsl(325, 65%, 28%);

gradient light

background: linear-gradient(to right, hsl(325, 65%, 48%), hsl(325, 65%, 28%));

gradient dark

background: linear-gradient(to right, hsl(325, 65%, 28%), hsl(325, 65%, 8%))

hex

background-color: #76194F;

tailwind

bg-[hsl(325,65%,28%)]

box shadow

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

css variable

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

HEX: #76194F | RGB: rgb(118, 25, 79) | CMYK: 0%, 79%, 33%, 54% | HSV: 325°, 79%, 46%. Copy any format from the conversion table above.

What colors go well with #76194F?

The complementary color is HSL(145, 65%, 28%). For a triadic harmony, use hues 325°, 85°, and 205°. For analogous combinations, try hues 295° and 355°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(325, 65%, 28%) in CSS?

As HSL: color: hsl(325, 65%, 28%); — As HEX: color: #76194F; — As RGB: color: rgb(118, 25, 79); — Tailwind CSS: bg-[hsl(325,65%,28%)] — CSS variable: --color-primary: hsl(325, 65%, 28%);