HSL(327, 16%, 43%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

N/A

CSS Class

bg-[hsl(327,16%,43%)]

Color Conversions

Format Value CSS Usage
HSL hsl(327, 16%, 43%) color: hsl(327, 16%, 43%)
HEX #7F5C6F color: #7F5C6F
RGB rgb(127, 92, 111) color: rgb(127, 92, 111)
CMYK cmyk(0%, 28%, 13%, 50%)
HSV hsv(327, 28%, 50%)
HWB hwb(327 36% 50%) color: hwb(327 36% 50%)
OKLCH oklch(0.5174 0.0532 345.36) color: oklch(0.5174 0.0532 345.36)
Lab lab(43.23 17.55 -5.13) color: lab(43.23 17.55 -5.13)
LCH lch(43.23 18.28 343.71) color: lch(43.23 18.28 343.71)

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 5.73:1
vs Black 3.66:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#70706A — rgb(112, 112, 106)

Deuteranopia (Green-blind)

#727569 — rgb(114, 117, 105)

Tritanopia (Blue-blind)

#7D6766 — rgb(125, 103, 102)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(327, 16%, 43%);

text

color: hsl(327, 16%, 43%);

border

border: 2px solid hsl(327, 16%, 43%);

gradient light

background: linear-gradient(to right, hsl(327, 16%, 63%), hsl(327, 16%, 43%));

gradient dark

background: linear-gradient(to right, hsl(327, 16%, 43%), hsl(327, 16%, 23%))

hex

background-color: #7F5C6F;

tailwind

bg-[hsl(327,16%,43%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(327, 16%, 43%, 0.4);

css variable

--color-primary: hsl(327, 16%, 43%);

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(327, 16%, 43%)?

HEX: #7F5C6F | RGB: rgb(127, 92, 111) | CMYK: 0%, 28%, 13%, 50% | HSV: 327°, 28%, 50%. Copy any format from the conversion table above.

What colors go well with #7F5C6F?

The complementary color is HSL(147, 16%, 43%). For a triadic harmony, use hues 327°, 87°, and 207°. For analogous combinations, try hues 297° and 357°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(327, 16%, 43%) in CSS?

As HSL: color: hsl(327, 16%, 43%); — As HEX: color: #7F5C6F; — As RGB: color: rgb(127, 92, 111); — Tailwind CSS: bg-[hsl(327,16%,43%)] — CSS variable: --color-primary: hsl(327, 16%, 43%);