HSL(343, 66%, 47%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(343,66%,47%)]

Color Conversions

Format Value CSS Usage
HSL hsl(343, 66%, 47%) color: hsl(343, 66%, 47%)
HEX #C72956 color: #C72956
RGB rgb(199, 41, 86) color: rgb(199, 41, 86)
CMYK cmyk(0%, 79%, 57%, 22%)
HSV hsv(343, 79%, 78%)
HWB hwb(343 16% 22%) color: hwb(343 16% 22%)
OKLCH oklch(0.549 0.1929 10.47) color: oklch(0.549 0.1929 10.47)
Lab lab(44.81 62.6 13.97) color: lab(44.81 62.6 13.97)
LCH lch(44.81 64.14 12.58) color: lch(44.81 64.14 12.58)

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.41:1
vs Black 3.88: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)

#83814B — rgb(131, 129, 75)

Deuteranopia (Green-blind)

#8C9849 — rgb(140, 152, 73)

Tritanopia (Blue-blind)

#BF4341 — rgb(191, 67, 65)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(343, 66%, 47%);

text

color: hsl(343, 66%, 47%);

border

border: 2px solid hsl(343, 66%, 47%);

gradient light

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

gradient dark

background: linear-gradient(to right, hsl(343, 66%, 47%), hsl(343, 66%, 27%))

hex

background-color: #C72956;

tailwind

bg-[hsl(343,66%,47%)]

box shadow

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

css variable

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

HEX: #C72956 | RGB: rgb(199, 41, 86) | CMYK: 0%, 79%, 57%, 22% | HSV: 343°, 79%, 78%. Copy any format from the conversion table above.

What colors go well with #C72956?

The complementary color is HSL(163, 66%, 47%). For a triadic harmony, use hues 343°, 103°, and 223°. For analogous combinations, try hues 313° and 13°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(343, 66%, 47%) in CSS?

As HSL: color: hsl(343, 66%, 47%); — As HEX: color: #C72956; — As RGB: color: rgb(199, 41, 86); — Tailwind CSS: bg-[hsl(343,66%,47%)] — CSS variable: --color-primary: hsl(343, 66%, 47%);