HSL(318, 80%, 33%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

6500K

CSS Class

bg-[hsl(318,80%,33%)]

Color Conversions

Format Value CSS Usage
HSL hsl(318, 80%, 33%) color: hsl(318, 80%, 33%)
HEX #97116F color: #97116F
RGB rgb(151, 17, 111) color: rgb(151, 17, 111)
CMYK cmyk(0%, 89%, 26%, 41%)
HSV hsv(318, 89%, 59%)
HWB hwb(318 6% 41%) color: hwb(318 6% 41%)
OKLCH oklch(0.4578 0.1845 344.56) color: oklch(0.4578 0.1845 344.56)
Lab lab(34.25 58.51 -18.39) color: lab(34.25 58.51 -18.39)
LCH lch(34.25 61.33 342.55) color: lch(34.25 61.33 342.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 8:1
vs Black 2.63: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)

#5D5C58 — rgb(93, 92, 88)

Deuteranopia (Green-blind)

#656F53 — rgb(101, 111, 83)

Tritanopia (Blue-blind)

#904642 — rgb(144, 70, 66)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(318, 80%, 33%);

text

color: hsl(318, 80%, 33%);

border

border: 2px solid hsl(318, 80%, 33%);

gradient light

background: linear-gradient(to right, hsl(318, 80%, 53%), hsl(318, 80%, 33%));

gradient dark

background: linear-gradient(to right, hsl(318, 80%, 33%), hsl(318, 80%, 13%))

hex

background-color: #97116F;

tailwind

bg-[hsl(318,80%,33%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(318, 80%, 33%, 0.4);

css variable

--color-primary: hsl(318, 80%, 33%);

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(318, 80%, 33%)?

HEX: #97116F | RGB: rgb(151, 17, 111) | CMYK: 0%, 89%, 26%, 41% | HSV: 318°, 89%, 59%. Copy any format from the conversion table above.

What colors go well with #97116F?

The complementary color is HSL(138, 80%, 33%). For a triadic harmony, use hues 318°, 78°, and 198°. For analogous combinations, try hues 288° and 348°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(318, 80%, 33%) in CSS?

As HSL: color: hsl(318, 80%, 33%); — As HEX: color: #97116F; — As RGB: color: rgb(151, 17, 111); — Tailwind CSS: bg-[hsl(318,80%,33%)] — CSS variable: --color-primary: hsl(318, 80%, 33%);