HSL(336, 52%, 47%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(336,52%,47%)]

Color Conversions

Format Value CSS Usage
HSL hsl(336, 52%, 47%) color: hsl(336, 52%, 47%)
HEX #B63A6B color: #B63A6B
RGB rgb(182, 58, 107) color: rgb(182, 58, 107)
CMYK cmyk(0%, 68%, 41%, 29%)
HSV hsv(336, 68%, 71%)
HWB hwb(336 23% 29%) color: hwb(336 23% 29%)
OKLCH oklch(0.5412 0.1647 0.02) color: oklch(0.5412 0.1647 0.02)
Lab lab(44.28 53.8 -0.22) color: lab(44.28 53.8 -0.22)
LCH lch(44.28 53.8 359.77) color: lch(44.28 53.8 359.77)

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.52:1
vs Black 3.81: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)

#807F5F — rgb(128, 127, 95)

Deuteranopia (Green-blind)

#88915C — rgb(136, 145, 92)

Tritanopia (Blue-blind)

#B05654 — rgb(176, 86, 84)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(336, 52%, 47%);

text

color: hsl(336, 52%, 47%);

border

border: 2px solid hsl(336, 52%, 47%);

gradient light

background: linear-gradient(to right, hsl(336, 52%, 67%), hsl(336, 52%, 47%));

gradient dark

background: linear-gradient(to right, hsl(336, 52%, 47%), hsl(336, 52%, 27%))

hex

background-color: #B63A6B;

tailwind

bg-[hsl(336,52%,47%)]

box shadow

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

css variable

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

HEX: #B63A6B | RGB: rgb(182, 58, 107) | CMYK: 0%, 68%, 41%, 29% | HSV: 336°, 68%, 71%. Copy any format from the conversion table above.

What colors go well with #B63A6B?

The complementary color is HSL(156, 52%, 47%). For a triadic harmony, use hues 336°, 96°, and 216°. For analogous combinations, try hues 306° and 6°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(336, 52%, 47%) in CSS?

As HSL: color: hsl(336, 52%, 47%); — As HEX: color: #B63A6B; — As RGB: color: rgb(182, 58, 107); — Tailwind CSS: bg-[hsl(336,52%,47%)] — CSS variable: --color-primary: hsl(336, 52%, 47%);