HSL(320, 48%, 35%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

6500K

CSS Class

bg-[hsl(320,48%,35%)]

Color Conversions

Format Value CSS Usage
HSL hsl(320, 48%, 35%) color: hsl(320, 48%, 35%)
HEX #842E68 color: #842E68
RGB rgb(132, 46, 104) color: rgb(132, 46, 104)
CMYK cmyk(0%, 65%, 21%, 48%)
HSV hsv(320, 65%, 52%)
HWB hwb(320 18% 48%) color: hwb(320 18% 48%)
OKLCH oklch(0.4462 0.1359 342.74) color: oklch(0.4462 0.1359 342.74)
Lab lab(33.69 43.38 -15.1) color: lab(33.69 43.38 -15.1)
LCH lch(33.69 45.93 340.81) color: lch(33.69 45.93 340.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 8.17:1
vs Black 2.57: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)

#5F5E5A — rgb(95, 94, 90)

Deuteranopia (Green-blind)

#646A57 — rgb(100, 106, 87)

Tritanopia (Blue-blind)

#804F4C — rgb(128, 79, 76)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(320, 48%, 35%);

text

color: hsl(320, 48%, 35%);

border

border: 2px solid hsl(320, 48%, 35%);

gradient light

background: linear-gradient(to right, hsl(320, 48%, 55%), hsl(320, 48%, 35%));

gradient dark

background: linear-gradient(to right, hsl(320, 48%, 35%), hsl(320, 48%, 15%))

hex

background-color: #842E68;

tailwind

bg-[hsl(320,48%,35%)]

box shadow

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

css variable

--color-primary: hsl(320, 48%, 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(320, 48%, 35%)?

HEX: #842E68 | RGB: rgb(132, 46, 104) | CMYK: 0%, 65%, 21%, 48% | HSV: 320°, 65%, 52%. Copy any format from the conversion table above.

What colors go well with #842E68?

The complementary color is HSL(140, 48%, 35%). For a triadic harmony, use hues 320°, 80°, and 200°. For analogous combinations, try hues 290° and 350°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(320, 48%, 35%) in CSS?

As HSL: color: hsl(320, 48%, 35%); — As HEX: color: #842E68; — As RGB: color: rgb(132, 46, 104); — Tailwind CSS: bg-[hsl(320,48%,35%)] — CSS variable: --color-primary: hsl(320, 48%, 35%);