HSL(327, 54%, 27%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

6500K

CSS Class

bg-[hsl(327,54%,27%)]

Color Conversions

Format Value CSS Usage
HSL hsl(327, 54%, 27%) color: hsl(327, 54%, 27%)
HEX #6A2049 color: #6A2049
RGB rgb(106, 32, 73) color: rgb(106, 32, 73)
CMYK cmyk(0%, 70%, 31%, 58%)
HSV hsv(327, 70%, 42%)
HWB hwb(327 13% 58%) color: hwb(327 13% 58%)
OKLCH oklch(0.3729 0.1147 349.88) color: oklch(0.3729 0.1147 349.88)
Lab lab(25.5 37.12 -7.73) color: lab(25.5 37.12 -7.73)
LCH lch(25.5 37.92 348.24) color: lch(25.5 37.92 348.24)

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.96:1
vs Black 1.92: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)

#4A493F — rgb(74, 73, 63)

Deuteranopia (Green-blind)

#4E543D — rgb(78, 84, 61)

Tritanopia (Blue-blind)

#663736 — rgb(102, 55, 54)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(327, 54%, 27%);

text

color: hsl(327, 54%, 27%);

border

border: 2px solid hsl(327, 54%, 27%);

gradient light

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

gradient dark

background: linear-gradient(to right, hsl(327, 54%, 27%), hsl(327, 54%, 7%))

hex

background-color: #6A2049;

tailwind

bg-[hsl(327,54%,27%)]

box shadow

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

css variable

--color-primary: hsl(327, 54%, 27%);

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, 54%, 27%)?

HEX: #6A2049 | RGB: rgb(106, 32, 73) | CMYK: 0%, 70%, 31%, 58% | HSV: 327°, 70%, 42%. Copy any format from the conversion table above.

What colors go well with #6A2049?

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

As HSL: color: hsl(327, 54%, 27%); — As HEX: color: #6A2049; — As RGB: color: rgb(106, 32, 73); — Tailwind CSS: bg-[hsl(327,54%,27%)] — CSS variable: --color-primary: hsl(327, 54%, 27%);