HSL(332, 48%, 61%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(332,48%,61%)]

Color Conversions

Format Value CSS Usage
HSL hsl(332, 48%, 61%) color: hsl(332, 48%, 61%)
HEX #CB6C98 color: #CB6C98
RGB rgb(203, 108, 152) color: rgb(203, 108, 152)
CMYK cmyk(0%, 47%, 25%, 20%)
HSV hsv(332, 47%, 80%)
HWB hwb(332 42% 20%) color: hwb(332 42% 20%)
OKLCH oklch(0.6526 0.13 352.15) color: oklch(0.6526 0.13 352.15)
Lab lab(57.74 42.76 -6.9) color: lab(57.74 42.76 -6.9)
LCH lch(57.74 43.31 350.83) color: lch(57.74 43.31 350.83)

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.42:1
vs Black 6.14: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)

#A2A18D — rgb(162, 161, 141)

Deuteranopia (Green-blind)

#A7AF8B — rgb(167, 175, 139)

Tritanopia (Blue-blind)

#C68583 — rgb(198, 133, 131)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(332, 48%, 61%);

text

color: hsl(332, 48%, 61%);

border

border: 2px solid hsl(332, 48%, 61%);

gradient light

background: linear-gradient(to right, hsl(332, 48%, 81%), hsl(332, 48%, 61%));

gradient dark

background: linear-gradient(to right, hsl(332, 48%, 61%), hsl(332, 48%, 41%))

hex

background-color: #CB6C98;

tailwind

bg-[hsl(332,48%,61%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(332, 48%, 61%, 0.4);

css variable

--color-primary: hsl(332, 48%, 61%);

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(332, 48%, 61%)?

HEX: #CB6C98 | RGB: rgb(203, 108, 152) | CMYK: 0%, 47%, 25%, 20% | HSV: 332°, 47%, 80%. Copy any format from the conversion table above.

What colors go well with #CB6C98?

The complementary color is HSL(152, 48%, 61%). For a triadic harmony, use hues 332°, 92°, and 212°. For analogous combinations, try hues 302° and 2°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(332, 48%, 61%) in CSS?

As HSL: color: hsl(332, 48%, 61%); — As HEX: color: #CB6C98; — As RGB: color: rgb(203, 108, 152); — Tailwind CSS: bg-[hsl(332,48%,61%)] — CSS variable: --color-primary: hsl(332, 48%, 61%);