HSL(316, 45%, 35%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

6500K

CSS Class

bg-[hsl(316,45%,35%)]

Color Conversions

Format Value CSS Usage
HSL hsl(316, 45%, 35%) color: hsl(316, 45%, 35%)
HEX #81316C color: #81316C
RGB rgb(129, 49, 108) color: rgb(129, 49, 108)
CMYK cmyk(0%, 62%, 16%, 49%)
HSV hsv(316, 62%, 51%)
HWB hwb(316 19% 49%) color: hwb(316 19% 49%)
OKLCH oklch(0.4471 0.1318 339.17) color: oklch(0.4471 0.1318 339.17)
Lab lab(33.87 41.71 -17.4) color: lab(33.87 41.71 -17.4)
LCH lch(33.87 45.19 337.36) color: lch(33.87 45.19 337.36)

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.11:1
vs Black 2.59: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)

#5E5E5E — rgb(94, 94, 94)

Deuteranopia (Green-blind)

#63695A — rgb(99, 105, 90)

Tritanopia (Blue-blind)

#7D5250 — rgb(125, 82, 80)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(316, 45%, 35%);

text

color: hsl(316, 45%, 35%);

border

border: 2px solid hsl(316, 45%, 35%);

gradient light

background: linear-gradient(to right, hsl(316, 45%, 55%), hsl(316, 45%, 35%));

gradient dark

background: linear-gradient(to right, hsl(316, 45%, 35%), hsl(316, 45%, 15%))

hex

background-color: #81316C;

tailwind

bg-[hsl(316,45%,35%)]

box shadow

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

css variable

--color-primary: hsl(316, 45%, 35%);

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(316, 45%, 35%)?

HEX: #81316C | RGB: rgb(129, 49, 108) | CMYK: 0%, 62%, 16%, 49% | HSV: 316°, 62%, 51%. Copy any format from the conversion table above.

What colors go well with #81316C?

The complementary color is HSL(136, 45%, 35%). For a triadic harmony, use hues 316°, 76°, and 196°. For analogous combinations, try hues 286° and 346°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(316, 45%, 35%) in CSS?

As HSL: color: hsl(316, 45%, 35%); — As HEX: color: #81316C; — As RGB: color: rgb(129, 49, 108); — Tailwind CSS: bg-[hsl(316,45%,35%)] — CSS variable: --color-primary: hsl(316, 45%, 35%);