HSL(316, 60%, 62%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

6500K

CSS Class

bg-[hsl(316,60%,62%)]

Color Conversions

Format Value CSS Usage
HSL hsl(316, 60%, 62%) color: hsl(316, 60%, 62%)
HEX #D864B9 color: #D864B9
RGB rgb(216, 100, 185) color: rgb(216, 100, 185)
CMYK cmyk(0%, 54%, 14%, 15%)
HSV hsv(316, 54%, 85%)
HWB hwb(316 39% 15%) color: hwb(316 39% 15%)
OKLCH oklch(0.6708 0.1756 338.81) color: oklch(0.6708 0.1756 338.81)
Lab lab(59.18 55.69 -23.6) color: lab(59.18 55.69 -23.6)
LCH lch(59.18 60.48 337.03) color: lch(59.18 60.48 337.03)

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 3.26:1
vs Black 6.44:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#A6A5A4 — rgb(166, 165, 164)

Deuteranopia (Green-blind)

#ADB5A0 — rgb(173, 181, 160)

Tritanopia (Blue-blind)

#D29491 — rgb(210, 148, 145)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(316, 60%, 62%);

text

color: hsl(316, 60%, 62%);

border

border: 2px solid hsl(316, 60%, 62%);

gradient light

background: linear-gradient(to right, hsl(316, 60%, 82%), hsl(316, 60%, 62%));

gradient dark

background: linear-gradient(to right, hsl(316, 60%, 62%), hsl(316, 60%, 42%))

hex

background-color: #D864B9;

tailwind

bg-[hsl(316,60%,62%)]

box shadow

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

css variable

--color-primary: hsl(316, 60%, 62%);

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

HEX: #D864B9 | RGB: rgb(216, 100, 185) | CMYK: 0%, 54%, 14%, 15% | HSV: 316°, 54%, 85%. Copy any format from the conversion table above.

What colors go well with #D864B9?

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

As HSL: color: hsl(316, 60%, 62%); — As HEX: color: #D864B9; — As RGB: color: rgb(216, 100, 185); — Tailwind CSS: bg-[hsl(316,60%,62%)] — CSS variable: --color-primary: hsl(316, 60%, 62%);