HSL(337, 74%, 55%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

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

Color Conversions

Format Value CSS Usage
HSL hsl(337, 74%, 55%) color: hsl(337, 74%, 55%)
HEX #E13778 color: #E13778
RGB rgb(225, 55, 120) color: rgb(225, 55, 120)
CMYK cmyk(0%, 76%, 47%, 12%)
HSV hsv(337, 76%, 88%)
HWB hwb(337 21% 12%) color: hwb(337 21% 12%)
OKLCH oklch(0.6131 0.2094 2.95) color: oklch(0.6131 0.2094 2.95)
Lab lab(51.95 68.24 3.92) color: lab(51.95 68.24 3.92)
LCH lch(51.95 68.35 3.29) color: lch(51.95 68.35 3.29)

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 4.18:1
vs Black 5.02:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#979668 — rgb(151, 150, 104)

Deuteranopia (Green-blind)

#A1AE65 — rgb(161, 174, 101)

Tritanopia (Blue-blind)

#D95C59 — rgb(217, 92, 89)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

background: linear-gradient(to right, hsl(337, 74%, 75%), hsl(337, 74%, 55%));

gradient dark

background: linear-gradient(to right, hsl(337, 74%, 55%), hsl(337, 74%, 35%))

hex

background-color: #E13778;

tailwind

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

box shadow

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

css variable

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

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, 74%, 55%)?

HEX: #E13778 | RGB: rgb(225, 55, 120) | CMYK: 0%, 76%, 47%, 12% | HSV: 337°, 76%, 88%. Copy any format from the conversion table above.

What colors go well with #E13778?

The complementary color is HSL(157, 74%, 55%). 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, 74%, 55%) in CSS?

As HSL: color: hsl(337, 74%, 55%); — As HEX: color: #E13778; — As RGB: color: rgb(225, 55, 120); — Tailwind CSS: bg-[hsl(337,74%,55%)] — CSS variable: --color-primary: hsl(337, 74%, 55%);