HSL(337, 62%, 37%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(337,62%,37%)]

Color Conversions

Format Value CSS Usage
HSL hsl(337, 62%, 37%) color: hsl(337, 62%, 37%)
HEX #992451 color: #992451
RGB rgb(153, 36, 81) color: rgb(153, 36, 81)
CMYK cmyk(0%, 76%, 47%, 40%)
HSV hsv(337, 76%, 60%)
HWB hwb(337 14% 40%) color: hwb(337 14% 40%)
OKLCH oklch(0.4622 0.1557 2.49) color: oklch(0.4622 0.1557 2.49)
Lab lab(35.26 50.76 2.42) color: lab(35.26 50.76 2.42)
LCH lch(35.26 50.82 2.73) color: lch(35.26 50.82 2.73)

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 7.7:1
vs Black 2.73:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: FAIL ✗

AAA Normal (7:1)

on White: PASS ✓

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#666546 — rgb(102, 101, 70)

Deuteranopia (Green-blind)

#6D7644 — rgb(109, 118, 68)

Tritanopia (Blue-blind)

#933E3C — rgb(147, 62, 60)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(337, 62%, 37%);

text

color: hsl(337, 62%, 37%);

border

border: 2px solid hsl(337, 62%, 37%);

gradient light

background: linear-gradient(to right, hsl(337, 62%, 57%), hsl(337, 62%, 37%));

gradient dark

background: linear-gradient(to right, hsl(337, 62%, 37%), hsl(337, 62%, 17%))

hex

background-color: #992451;

tailwind

bg-[hsl(337,62%,37%)]

box shadow

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

css variable

--color-primary: hsl(337, 62%, 37%);

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, 62%, 37%)?

HEX: #992451 | RGB: rgb(153, 36, 81) | CMYK: 0%, 76%, 47%, 40% | HSV: 337°, 76%, 60%. Copy any format from the conversion table above.

What colors go well with #992451?

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

As HSL: color: hsl(337, 62%, 37%); — As HEX: color: #992451; — As RGB: color: rgb(153, 36, 81); — Tailwind CSS: bg-[hsl(337,62%,37%)] — CSS variable: --color-primary: hsl(337, 62%, 37%);