HSL(315, 50%, 44%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

6500K

CSS Class

bg-[hsl(315,50%,44%)]

Color Conversions

Format Value CSS Usage
HSL hsl(315, 50%, 44%) color: hsl(315, 50%, 44%)
HEX #A8388C color: #A8388C
RGB rgb(168, 56, 140) color: rgb(168, 56, 140)
CMYK cmyk(0%, 67%, 17%, 34%)
HSV hsv(315, 67%, 66%)
HWB hwb(315 22% 34%) color: hwb(315 22% 34%)
OKLCH oklch(0.53 0.1736 339.16) color: oklch(0.53 0.1736 339.16)
Lab lab(42.84 54.76 -22.88) color: lab(42.84 54.76 -22.88)
LCH lch(42.84 59.35 337.32) color: lch(42.84 59.35 337.32)

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 5.82:1
vs Black 3.61:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#787678 — rgb(120, 118, 120)

Deuteranopia (Green-blind)

#7E8673 — rgb(126, 134, 115)

Tritanopia (Blue-blind)

#A26864 — rgb(162, 104, 100)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(315, 50%, 44%);

text

color: hsl(315, 50%, 44%);

border

border: 2px solid hsl(315, 50%, 44%);

gradient light

background: linear-gradient(to right, hsl(315, 50%, 64%), hsl(315, 50%, 44%));

gradient dark

background: linear-gradient(to right, hsl(315, 50%, 44%), hsl(315, 50%, 24%))

hex

background-color: #A8388C;

tailwind

bg-[hsl(315,50%,44%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(315, 50%, 44%, 0.4);

css variable

--color-primary: hsl(315, 50%, 44%);

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(315, 50%, 44%)?

HEX: #A8388C | RGB: rgb(168, 56, 140) | CMYK: 0%, 67%, 17%, 34% | HSV: 315°, 67%, 66%. Copy any format from the conversion table above.

What colors go well with #A8388C?

The complementary color is HSL(135, 50%, 44%). For a triadic harmony, use hues 315°, 75°, and 195°. For analogous combinations, try hues 285° and 345°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(315, 50%, 44%) in CSS?

As HSL: color: hsl(315, 50%, 44%); — As HEX: color: #A8388C; — As RGB: color: rgb(168, 56, 140); — Tailwind CSS: bg-[hsl(315,50%,44%)] — CSS variable: --color-primary: hsl(315, 50%, 44%);