HSL(327, 20%, 47%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

6500K

CSS Class

bg-[hsl(327,20%,47%)]

Color Conversions

Format Value CSS Usage
HSL hsl(327, 20%, 47%) color: hsl(327, 20%, 47%)
HEX #90607A color: #90607A
RGB rgb(144, 96, 122) color: rgb(144, 96, 122)
CMYK cmyk(0%, 33%, 15%, 44%)
HSV hsv(328, 33%, 56%)
HWB hwb(328 38% 44%) color: hwb(328 38% 44%)
OKLCH oklch(0.5487 0.0718 346.05) color: oklch(0.5487 0.0718 346.05)
Lab lab(46.58 23.62 -6.6) color: lab(46.58 23.62 -6.6)
LCH lch(46.58 24.52 344.39) color: lch(46.58 24.52 344.39)

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.07:1
vs Black 4.14: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)

#7B7B74 — rgb(123, 123, 116)

Deuteranopia (Green-blind)

#7E8272 — rgb(126, 130, 114)

Tritanopia (Blue-blind)

#8E6F6E — rgb(142, 111, 110)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(327, 20%, 47%);

text

color: hsl(327, 20%, 47%);

border

border: 2px solid hsl(327, 20%, 47%);

gradient light

background: linear-gradient(to right, hsl(327, 20%, 67%), hsl(327, 20%, 47%));

gradient dark

background: linear-gradient(to right, hsl(327, 20%, 47%), hsl(327, 20%, 27%))

hex

background-color: #90607A;

tailwind

bg-[hsl(327,20%,47%)]

box shadow

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

css variable

--color-primary: hsl(327, 20%, 47%);

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, 20%, 47%)?

HEX: #90607A | RGB: rgb(144, 96, 122) | CMYK: 0%, 33%, 15%, 44% | HSV: 328°, 33%, 56%. Copy any format from the conversion table above.

What colors go well with #90607A?

The complementary color is HSL(147, 20%, 47%). 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, 20%, 47%) in CSS?

As HSL: color: hsl(327, 20%, 47%); — As HEX: color: #90607A; — As RGB: color: rgb(144, 96, 122); — Tailwind CSS: bg-[hsl(327,20%,47%)] — CSS variable: --color-primary: hsl(327, 20%, 47%);