HSL(321, 45%, 38%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

6500K

CSS Class

bg-[hsl(321,45%,38%)]

Color Conversions

Format Value CSS Usage
HSL hsl(321, 45%, 38%) color: hsl(321, 45%, 38%)
HEX #8D356E color: #8D356E
RGB rgb(141, 53, 110) color: rgb(141, 53, 110)
CMYK cmyk(0%, 62%, 22%, 45%)
HSV hsv(321, 62%, 55%)
HWB hwb(321 21% 45%) color: hwb(321 21% 45%)
OKLCH oklch(0.4716 0.1367 343.86) color: oklch(0.4716 0.1367 343.86)
Lab lab(36.62 43.81 -14.27) color: lab(36.62 43.81 -14.27)
LCH lch(36.62 46.08 341.96) color: lch(36.62 46.08 341.96)

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 7.32:1
vs Black 2.87: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)

#676660 — rgb(103, 102, 96)

Deuteranopia (Green-blind)

#6C735D — rgb(108, 115, 93)

Tritanopia (Blue-blind)

#895553 — rgb(137, 85, 83)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(321, 45%, 38%);

text

color: hsl(321, 45%, 38%);

border

border: 2px solid hsl(321, 45%, 38%);

gradient light

background: linear-gradient(to right, hsl(321, 45%, 58%), hsl(321, 45%, 38%));

gradient dark

background: linear-gradient(to right, hsl(321, 45%, 38%), hsl(321, 45%, 18%))

hex

background-color: #8D356E;

tailwind

bg-[hsl(321,45%,38%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(321, 45%, 38%, 0.4);

css variable

--color-primary: hsl(321, 45%, 38%);

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(321, 45%, 38%)?

HEX: #8D356E | RGB: rgb(141, 53, 110) | CMYK: 0%, 62%, 22%, 45% | HSV: 321°, 62%, 55%. Copy any format from the conversion table above.

What colors go well with #8D356E?

The complementary color is HSL(141, 45%, 38%). For a triadic harmony, use hues 321°, 81°, and 201°. For analogous combinations, try hues 291° and 351°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(321, 45%, 38%) in CSS?

As HSL: color: hsl(321, 45%, 38%); — As HEX: color: #8D356E; — As RGB: color: rgb(141, 53, 110); — Tailwind CSS: bg-[hsl(321,45%,38%)] — CSS variable: --color-primary: hsl(321, 45%, 38%);