HSL(323, 26%, 59%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

6500K

CSS Class

bg-[hsl(323,26%,59%)]

Color Conversions

Format Value CSS Usage
HSL hsl(323, 26%, 59%) color: hsl(323, 26%, 59%)
HEX #B27B9D color: #B27B9D
RGB rgb(178, 123, 157) color: rgb(178, 123, 157)
CMYK cmyk(0%, 31%, 12%, 30%)
HSV hsv(323, 31%, 70%)
HWB hwb(323 48% 30%) color: hwb(323 48% 30%)
OKLCH oklch(0.6492 0.082 342) color: oklch(0.6492 0.082 342)
Lab lab(58.1 26.72 -9.59) color: lab(58.1 26.72 -9.59)
LCH lch(58.1 28.39 340.26) color: lch(58.1 28.39 340.26)

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 3.38:1
vs Black 6.21:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#9A9A95 — rgb(154, 154, 149)

Deuteranopia (Green-blind)

#9DA293 — rgb(157, 162, 147)

Tritanopia (Blue-blind)

#AF8E8D — rgb(175, 142, 141)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(323, 26%, 59%);

text

color: hsl(323, 26%, 59%);

border

border: 2px solid hsl(323, 26%, 59%);

gradient light

background: linear-gradient(to right, hsl(323, 26%, 79%), hsl(323, 26%, 59%));

gradient dark

background: linear-gradient(to right, hsl(323, 26%, 59%), hsl(323, 26%, 39%))

hex

background-color: #B27B9D;

tailwind

bg-[hsl(323,26%,59%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(323, 26%, 59%, 0.4);

css variable

--color-primary: hsl(323, 26%, 59%);

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(323, 26%, 59%)?

HEX: #B27B9D | RGB: rgb(178, 123, 157) | CMYK: 0%, 31%, 12%, 30% | HSV: 323°, 31%, 70%. Copy any format from the conversion table above.

What colors go well with #B27B9D?

The complementary color is HSL(143, 26%, 59%). For a triadic harmony, use hues 323°, 83°, and 203°. For analogous combinations, try hues 293° and 353°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(323, 26%, 59%) in CSS?

As HSL: color: hsl(323, 26%, 59%); — As HEX: color: #B27B9D; — As RGB: color: rgb(178, 123, 157); — Tailwind CSS: bg-[hsl(323,26%,59%)] — CSS variable: --color-primary: hsl(323, 26%, 59%);