HSL(327, 83%, 38%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

6500K

CSS Class

bg-[hsl(327,83%,38%)]

Color Conversions

Format Value CSS Usage
HSL hsl(327, 83%, 38%) color: hsl(327, 83%, 38%)
HEX #B11069 color: #B11069
RGB rgb(177, 16, 105) color: rgb(177, 16, 105)
CMYK cmyk(0%, 91%, 41%, 31%)
HSV hsv(327, 91%, 69%)
HWB hwb(327 6% 31%) color: hwb(327 6% 31%)
OKLCH oklch(0.5016 0.1981 355.13) color: oklch(0.5016 0.1981 355.13)
Lab lab(39.14 63.97 -6.68) color: lab(39.14 63.97 -6.68)
LCH lch(39.14 64.32 354.04) color: lch(39.14 64.32 354.04)

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 6.67:1
vs Black 3.15: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)

#6B6A53 — rgb(107, 106, 83)

Deuteranopia (Green-blind)

#75814E — rgb(117, 129, 78)

Tritanopia (Blue-blind)

#A9423F — rgb(169, 66, 63)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(327, 83%, 38%);

text

color: hsl(327, 83%, 38%);

border

border: 2px solid hsl(327, 83%, 38%);

gradient light

background: linear-gradient(to right, hsl(327, 83%, 58%), hsl(327, 83%, 38%));

gradient dark

background: linear-gradient(to right, hsl(327, 83%, 38%), hsl(327, 83%, 18%))

hex

background-color: #B11069;

tailwind

bg-[hsl(327,83%,38%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(327, 83%, 38%, 0.4);

css variable

--color-primary: hsl(327, 83%, 38%);

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(327, 83%, 38%)?

HEX: #B11069 | RGB: rgb(177, 16, 105) | CMYK: 0%, 91%, 41%, 31% | HSV: 327°, 91%, 69%. Copy any format from the conversion table above.

What colors go well with #B11069?

The complementary color is HSL(147, 83%, 38%). For a triadic harmony, use hues 327°, 87°, and 207°. For analogous combinations, try hues 297° and 357°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(327, 83%, 38%) in CSS?

As HSL: color: hsl(327, 83%, 38%); — As HEX: color: #B11069; — As RGB: color: rgb(177, 16, 105); — Tailwind CSS: bg-[hsl(327,83%,38%)] — CSS variable: --color-primary: hsl(327, 83%, 38%);