HSL(337, 69%, 28%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(337,69%,28%)]

Color Conversions

Format Value CSS Usage
HSL hsl(337, 69%, 28%) color: hsl(337, 69%, 28%)
HEX #79163C color: #79163C
RGB rgb(121, 22, 60) color: rgb(121, 22, 60)
CMYK cmyk(0%, 82%, 50%, 53%)
HSV hsv(337, 82%, 47%)
HWB hwb(337 8% 53%) color: hwb(337 8% 53%)
OKLCH oklch(0.3852 0.1351 3.51) color: oklch(0.3852 0.1351 3.51)
Lab lab(26.64 44.01 3.06) color: lab(26.64 44.01 3.06)
LCH lch(26.64 44.12 3.98) color: lch(26.64 44.12 3.98)

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 10.54:1
vs Black 1.99: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)

#4E4D33 — rgb(78, 77, 51)

Deuteranopia (Green-blind)

#545B31 — rgb(84, 91, 49)

Tritanopia (Blue-blind)

#742C2A — rgb(116, 44, 42)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(337, 69%, 28%);

text

color: hsl(337, 69%, 28%);

border

border: 2px solid hsl(337, 69%, 28%);

gradient light

background: linear-gradient(to right, hsl(337, 69%, 48%), hsl(337, 69%, 28%));

gradient dark

background: linear-gradient(to right, hsl(337, 69%, 28%), hsl(337, 69%, 8%))

hex

background-color: #79163C;

tailwind

bg-[hsl(337,69%,28%)]

box shadow

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

css variable

--color-primary: hsl(337, 69%, 28%);

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, 69%, 28%)?

HEX: #79163C | RGB: rgb(121, 22, 60) | CMYK: 0%, 82%, 50%, 53% | HSV: 337°, 82%, 47%. Copy any format from the conversion table above.

What colors go well with #79163C?

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

As HSL: color: hsl(337, 69%, 28%); — As HEX: color: #79163C; — As RGB: color: rgb(121, 22, 60); — Tailwind CSS: bg-[hsl(337,69%,28%)] — CSS variable: --color-primary: hsl(337, 69%, 28%);