HSL(322, 32%, 68%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

6500K

CSS Class

bg-[hsl(322,32%,68%)]

Color Conversions

Format Value CSS Usage
HSL hsl(322, 32%, 68%) color: hsl(322, 32%, 68%)
HEX #C893B4 color: #C893B4
RGB rgb(200, 147, 180) color: rgb(200, 147, 180)
CMYK cmyk(0%, 27%, 10%, 22%)
HSV hsv(323, 27%, 78%)
HWB hwb(323 57% 22%) color: hwb(323 57% 22%)
OKLCH oklch(0.7241 0.0772 341.39) color: oklch(0.7241 0.0772 341.39)
Lab lab(66.86 25.17 -9.32) color: lab(66.86 25.17 -9.32)
LCH lch(66.86 26.84 339.68) color: lch(66.86 26.84 339.68)

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 2.53:1
vs Black 8.29:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: FAIL ✗ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#B1B1AC — rgb(177, 177, 172)

Deuteranopia (Green-blind)

#B4B8AA — rgb(180, 184, 170)

Tritanopia (Blue-blind)

#C5A6A4 — rgb(197, 166, 164)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(322, 32%, 68%);

text

color: hsl(322, 32%, 68%);

border

border: 2px solid hsl(322, 32%, 68%);

gradient light

background: linear-gradient(to right, hsl(322, 32%, 88%), hsl(322, 32%, 68%));

gradient dark

background: linear-gradient(to right, hsl(322, 32%, 68%), hsl(322, 32%, 48%))

hex

background-color: #C893B4;

tailwind

bg-[hsl(322,32%,68%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(322, 32%, 68%, 0.4);

css variable

--color-primary: hsl(322, 32%, 68%);

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(322, 32%, 68%)?

HEX: #C893B4 | RGB: rgb(200, 147, 180) | CMYK: 0%, 27%, 10%, 22% | HSV: 323°, 27%, 78%. Copy any format from the conversion table above.

What colors go well with #C893B4?

The complementary color is HSL(142, 32%, 68%). For a triadic harmony, use hues 322°, 82°, and 202°. For analogous combinations, try hues 292° and 352°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(322, 32%, 68%) in CSS?

As HSL: color: hsl(322, 32%, 68%); — As HEX: color: #C893B4; — As RGB: color: rgb(200, 147, 180); — Tailwind CSS: bg-[hsl(322,32%,68%)] — CSS variable: --color-primary: hsl(322, 32%, 68%);