HSL(331, 19%, 62%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

N/A

CSS Class

bg-[hsl(331,19%,62%)]

Color Conversions

Format Value CSS Usage
HSL hsl(331, 19%, 62%) color: hsl(331, 19%, 62%)
HEX #B18C9D color: #B18C9D
RGB rgb(177, 140, 157) color: rgb(177, 140, 157)
CMYK cmyk(0%, 21%, 11%, 31%)
HSV hsv(332, 21%, 69%)
HWB hwb(332 55% 31%) color: hwb(332 55% 31%)
OKLCH oklch(0.6799 0.0503 349.21) color: oklch(0.6799 0.0503 349.21)
Lab lab(62.12 16.81 -3.63) color: lab(62.12 16.81 -3.63)
LCH lch(62.12 17.2 347.81) color: lch(62.12 17.2 347.81)

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 2.95:1
vs Black 7.11:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: FAIL ✗ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#A1A199 — rgb(161, 161, 153)

Deuteranopia (Green-blind)

#A3A698 — rgb(163, 166, 152)

Tritanopia (Blue-blind)

#AF9695 — rgb(175, 150, 149)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(331, 19%, 62%);

text

color: hsl(331, 19%, 62%);

border

border: 2px solid hsl(331, 19%, 62%);

gradient light

background: linear-gradient(to right, hsl(331, 19%, 82%), hsl(331, 19%, 62%));

gradient dark

background: linear-gradient(to right, hsl(331, 19%, 62%), hsl(331, 19%, 42%))

hex

background-color: #B18C9D;

tailwind

bg-[hsl(331,19%,62%)]

box shadow

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

css variable

--color-primary: hsl(331, 19%, 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(331, 19%, 62%)?

HEX: #B18C9D | RGB: rgb(177, 140, 157) | CMYK: 0%, 21%, 11%, 31% | HSV: 332°, 21%, 69%. Copy any format from the conversion table above.

What colors go well with #B18C9D?

The complementary color is HSL(151, 19%, 62%). For a triadic harmony, use hues 331°, 91°, and 211°. For analogous combinations, try hues 301° and 1°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(331, 19%, 62%) in CSS?

As HSL: color: hsl(331, 19%, 62%); — As HEX: color: #B18C9D; — As RGB: color: rgb(177, 140, 157); — Tailwind CSS: bg-[hsl(331,19%,62%)] — CSS variable: --color-primary: hsl(331, 19%, 62%);