HSL(328, 30%, 34%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

6500K

CSS Class

bg-[hsl(328,30%,34%)]

Color Conversions

Format Value CSS Usage
HSL hsl(328, 30%, 34%) color: hsl(328, 30%, 34%)
HEX #713D58 color: #713D58
RGB rgb(113, 61, 88) color: rgb(113, 61, 88)
CMYK cmyk(0%, 46%, 22%, 56%)
HSV hsv(329, 46%, 44%)
HWB hwb(329 24% 56%) color: hwb(329 24% 56%)
OKLCH oklch(0.4332 0.081 348.59) color: oklch(0.4332 0.081 348.59)
Lab lab(33.04 26.56 -6.14) color: lab(33.04 26.56 -6.14)
LCH lch(33.04 27.26 346.98) color: lch(33.04 27.26 346.98)

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 8.36:1
vs Black 2.51: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)

#5A5A51 — rgb(90, 90, 81)

Deuteranopia (Green-blind)

#5E6150 — rgb(94, 97, 80)

Tritanopia (Blue-blind)

#6E4C4B — rgb(110, 76, 75)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(328, 30%, 34%);

text

color: hsl(328, 30%, 34%);

border

border: 2px solid hsl(328, 30%, 34%);

gradient light

background: linear-gradient(to right, hsl(328, 30%, 54%), hsl(328, 30%, 34%));

gradient dark

background: linear-gradient(to right, hsl(328, 30%, 34%), hsl(328, 30%, 14%))

hex

background-color: #713D58;

tailwind

bg-[hsl(328,30%,34%)]

box shadow

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

css variable

--color-primary: hsl(328, 30%, 34%);

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, 30%, 34%)?

HEX: #713D58 | RGB: rgb(113, 61, 88) | CMYK: 0%, 46%, 22%, 56% | HSV: 329°, 46%, 44%. Copy any format from the conversion table above.

What colors go well with #713D58?

The complementary color is HSL(148, 30%, 34%). 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, 30%, 34%) in CSS?

As HSL: color: hsl(328, 30%, 34%); — As HEX: color: #713D58; — As RGB: color: rgb(113, 61, 88); — Tailwind CSS: bg-[hsl(328,30%,34%)] — CSS variable: --color-primary: hsl(328, 30%, 34%);