HSL(339, 75%, 43%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(339,75%,43%)]

Color Conversions

Format Value CSS Usage
HSL hsl(339, 75%, 43%) color: hsl(339, 75%, 43%)
HEX #C01B55 color: #C01B55
RGB rgb(192, 27, 85) color: rgb(192, 27, 85)
CMYK cmyk(0%, 86%, 56%, 25%)
HSV hsv(339, 86%, 75%)
HWB hwb(339 11% 25%) color: hwb(339 11% 25%)
OKLCH oklch(0.5275 0.197 8.02) color: oklch(0.5275 0.197 8.02)
Lab lab(42.23 64.03 10.82) color: lab(42.23 64.03 10.82)
LCH lch(42.23 64.94 9.59) color: lch(42.23 64.94 9.59)

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.95:1
vs Black 3.53: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)

#797747 — rgb(121, 119, 71)

Deuteranopia (Green-blind)

#828F44 — rgb(130, 143, 68)

Tritanopia (Blue-blind)

#B83C39 — rgb(184, 60, 57)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(339, 75%, 43%);

text

color: hsl(339, 75%, 43%);

border

border: 2px solid hsl(339, 75%, 43%);

gradient light

background: linear-gradient(to right, hsl(339, 75%, 63%), hsl(339, 75%, 43%));

gradient dark

background: linear-gradient(to right, hsl(339, 75%, 43%), hsl(339, 75%, 23%))

hex

background-color: #C01B55;

tailwind

bg-[hsl(339,75%,43%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(339, 75%, 43%, 0.4);

css variable

--color-primary: hsl(339, 75%, 43%);

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(339, 75%, 43%)?

HEX: #C01B55 | RGB: rgb(192, 27, 85) | CMYK: 0%, 86%, 56%, 25% | HSV: 339°, 86%, 75%. Copy any format from the conversion table above.

What colors go well with #C01B55?

The complementary color is HSL(159, 75%, 43%). For a triadic harmony, use hues 339°, 99°, and 219°. For analogous combinations, try hues 309° and 9°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(339, 75%, 43%) in CSS?

As HSL: color: hsl(339, 75%, 43%); — As HEX: color: #C01B55; — As RGB: color: rgb(192, 27, 85); — Tailwind CSS: bg-[hsl(339,75%,43%)] — CSS variable: --color-primary: hsl(339, 75%, 43%);