HSL(337, 55%, 45%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(337,55%,45%)]

Color Conversions

Format Value CSS Usage
HSL hsl(337, 55%, 45%) color: hsl(337, 55%, 45%)
HEX #B23464 color: #B23464
RGB rgb(178, 52, 100) color: rgb(178, 52, 100)
CMYK cmyk(0%, 71%, 44%, 30%)
HSV hsv(337, 71%, 70%)
HWB hwb(337 20% 30%) color: hwb(337 20% 30%)
OKLCH oklch(0.5262 0.1661 1.53) color: oklch(0.5262 0.1661 1.53)
Lab lab(42.53 54.21 1.47) color: lab(42.53 54.21 1.47)
LCH lch(42.53 54.23 1.55) color: lch(42.53 54.23 1.55)

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.89:1
vs Black 3.57: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)

#7B7A58 — rgb(123, 122, 88)

Deuteranopia (Green-blind)

#838C56 — rgb(131, 140, 86)

Tritanopia (Blue-blind)

#AC4F4D — rgb(172, 79, 77)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(337, 55%, 45%);

text

color: hsl(337, 55%, 45%);

border

border: 2px solid hsl(337, 55%, 45%);

gradient light

background: linear-gradient(to right, hsl(337, 55%, 65%), hsl(337, 55%, 45%));

gradient dark

background: linear-gradient(to right, hsl(337, 55%, 45%), hsl(337, 55%, 25%))

hex

background-color: #B23464;

tailwind

bg-[hsl(337,55%,45%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(337, 55%, 45%, 0.4);

css variable

--color-primary: hsl(337, 55%, 45%);

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(337, 55%, 45%)?

HEX: #B23464 | RGB: rgb(178, 52, 100) | CMYK: 0%, 71%, 44%, 30% | HSV: 337°, 71%, 70%. Copy any format from the conversion table above.

What colors go well with #B23464?

The complementary color is HSL(157, 55%, 45%). For a triadic harmony, use hues 337°, 97°, and 217°. For analogous combinations, try hues 307° and 7°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(337, 55%, 45%) in CSS?

As HSL: color: hsl(337, 55%, 45%); — As HEX: color: #B23464; — As RGB: color: rgb(178, 52, 100); — Tailwind CSS: bg-[hsl(337,55%,45%)] — CSS variable: --color-primary: hsl(337, 55%, 45%);