HSL(341, 60%, 50%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(341,60%,50%)]

Color Conversions

Format Value CSS Usage
HSL hsl(341, 60%, 50%) color: hsl(341, 60%, 50%)
HEX #CC3363 color: #CC3363
RGB rgb(204, 51, 99) color: rgb(204, 51, 99)
CMYK cmyk(0%, 75%, 51%, 20%)
HSV hsv(341, 75%, 80%)
HWB hwb(341 20% 20%) color: hwb(341 20% 20%)
OKLCH oklch(0.5687 0.1904 7.25) color: oklch(0.5687 0.1904 7.25)
Lab lab(47.12 61.97 9.3) color: lab(47.12 61.97 9.3)
LCH lch(47.12 62.66 8.53) color: lch(47.12 62.66 8.53)

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 4.97:1
vs Black 4.22: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)

#8A8857 — rgb(138, 136, 87)

Deuteranopia (Green-blind)

#939E55 — rgb(147, 158, 85)

Tritanopia (Blue-blind)

#C44E4C — rgb(196, 78, 76)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(341, 60%, 50%);

text

color: hsl(341, 60%, 50%);

border

border: 2px solid hsl(341, 60%, 50%);

gradient light

background: linear-gradient(to right, hsl(341, 60%, 70%), hsl(341, 60%, 50%));

gradient dark

background: linear-gradient(to right, hsl(341, 60%, 50%), hsl(341, 60%, 30%))

hex

background-color: #CC3363;

tailwind

bg-[hsl(341,60%,50%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(341, 60%, 50%, 0.4);

css variable

--color-primary: hsl(341, 60%, 50%);

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(341, 60%, 50%)?

HEX: #CC3363 | RGB: rgb(204, 51, 99) | CMYK: 0%, 75%, 51%, 20% | HSV: 341°, 75%, 80%. Copy any format from the conversion table above.

What colors go well with #CC3363?

The complementary color is HSL(161, 60%, 50%). For a triadic harmony, use hues 341°, 101°, and 221°. For analogous combinations, try hues 311° and 11°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(341, 60%, 50%) in CSS?

As HSL: color: hsl(341, 60%, 50%); — As HEX: color: #CC3363; — As RGB: color: rgb(204, 51, 99); — Tailwind CSS: bg-[hsl(341,60%,50%)] — CSS variable: --color-primary: hsl(341, 60%, 50%);