HSL(341, 75%, 43%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

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

Color Conversions

Format Value CSS Usage
HSL hsl(341, 75%, 43%) color: hsl(341, 75%, 43%)
HEX #C01B4F color: #C01B4F
RGB rgb(192, 27, 79) color: rgb(192, 27, 79)
CMYK cmyk(0%, 86%, 59%, 25%)
HSV hsv(341, 86%, 75%)
HWB hwb(341 11% 25%) color: hwb(341 11% 25%)
OKLCH oklch(0.526 0.1961 10.54) color: oklch(0.526 0.1961 10.54)
Lab lab(42.09 63.63 14.41) color: lab(42.09 63.63 14.41)
LCH lch(42.09 65.24 12.76) color: lch(42.09 65.24 12.76)

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.98:1
vs Black 3.51: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)

#797742 — rgb(121, 119, 66)

Deuteranopia (Green-blind)

#828F3F — rgb(130, 143, 63)

Tritanopia (Blue-blind)

#B83836 — rgb(184, 56, 54)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

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

gradient dark

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

hex

background-color: #C01B4F;

tailwind

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

box shadow

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

css variable

--color-primary: hsl(341, 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(341, 75%, 43%)?

HEX: #C01B4F | RGB: rgb(192, 27, 79) | CMYK: 0%, 86%, 59%, 25% | HSV: 341°, 86%, 75%. Copy any format from the conversion table above.

What colors go well with #C01B4F?

The complementary color is HSL(161, 75%, 43%). 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, 75%, 43%) in CSS?

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