HSL(323, 67%, 47%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

6500K

CSS Class

bg-[hsl(323,67%,47%)]

Color Conversions

Format Value CSS Usage
HSL hsl(323, 67%, 47%) color: hsl(323, 67%, 47%)
HEX #C8288B color: #C8288B
RGB rgb(200, 40, 139) color: rgb(200, 40, 139)
CMYK cmyk(0%, 80%, 31%, 22%)
HSV hsv(323, 80%, 78%)
HWB hwb(323 16% 22%) color: hwb(323 16% 22%)
OKLCH oklch(0.5672 0.2122 348.48) color: oklch(0.5672 0.2122 348.48)
Lab lab(46.53 68 -16.12) color: lab(46.53 68 -16.12)
LCH lch(46.53 69.88 346.66) color: lch(46.53 69.88 346.66)

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.08:1
vs Black 4.13: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)

#838173 — rgb(131, 129, 115)

Deuteranopia (Green-blind)

#8C986D — rgb(140, 152, 109)

Tritanopia (Blue-blind)

#C0605C — rgb(192, 96, 92)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(323, 67%, 47%);

text

color: hsl(323, 67%, 47%);

border

border: 2px solid hsl(323, 67%, 47%);

gradient light

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

gradient dark

background: linear-gradient(to right, hsl(323, 67%, 47%), hsl(323, 67%, 27%))

hex

background-color: #C8288B;

tailwind

bg-[hsl(323,67%,47%)]

box shadow

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

css variable

--color-primary: hsl(323, 67%, 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(323, 67%, 47%)?

HEX: #C8288B | RGB: rgb(200, 40, 139) | CMYK: 0%, 80%, 31%, 22% | HSV: 323°, 80%, 78%. Copy any format from the conversion table above.

What colors go well with #C8288B?

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

As HSL: color: hsl(323, 67%, 47%); — As HEX: color: #C8288B; — As RGB: color: rgb(200, 40, 139); — Tailwind CSS: bg-[hsl(323,67%,47%)] — CSS variable: --color-primary: hsl(323, 67%, 47%);