HSL(322, 92%, 29%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

6500K

CSS Class

bg-[hsl(322,92%,29%)]

Color Conversions

Format Value CSS Usage
HSL hsl(322, 92%, 29%) color: hsl(322, 92%, 29%)
HEX #8E065C color: #8E065C
RGB rgb(142, 6, 92) color: rgb(142, 6, 92)
CMYK cmyk(0%, 96%, 35%, 44%)
HSV hsv(322, 96%, 56%)
HWB hwb(322 2% 44%) color: hwb(322 2% 44%)
OKLCH oklch(0.4285 0.1748 350.3) color: oklch(0.4285 0.1748 350.3)
Lab lab(31.01 56 -11.29) color: lab(31.01 56 -11.29)
LCH lch(31.01 57.13 348.6) color: lch(31.01 57.13 348.6)

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 9.01:1
vs Black 2.33: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)

#535247 — rgb(83, 82, 71)

Deuteranopia (Green-blind)

#5B6542 — rgb(91, 101, 66)

Tritanopia (Blue-blind)

#873733 — rgb(135, 55, 51)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(322, 92%, 29%);

text

color: hsl(322, 92%, 29%);

border

border: 2px solid hsl(322, 92%, 29%);

gradient light

background: linear-gradient(to right, hsl(322, 92%, 49%), hsl(322, 92%, 29%));

gradient dark

background: linear-gradient(to right, hsl(322, 92%, 29%), hsl(322, 92%, 9%))

hex

background-color: #8E065C;

tailwind

bg-[hsl(322,92%,29%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(322, 92%, 29%, 0.4);

css variable

--color-primary: hsl(322, 92%, 29%);

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(322, 92%, 29%)?

HEX: #8E065C | RGB: rgb(142, 6, 92) | CMYK: 0%, 96%, 35%, 44% | HSV: 322°, 96%, 56%. Copy any format from the conversion table above.

What colors go well with #8E065C?

The complementary color is HSL(142, 92%, 29%). For a triadic harmony, use hues 322°, 82°, and 202°. For analogous combinations, try hues 292° and 352°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(322, 92%, 29%) in CSS?

As HSL: color: hsl(322, 92%, 29%); — As HEX: color: #8E065C; — As RGB: color: rgb(142, 6, 92); — Tailwind CSS: bg-[hsl(322,92%,29%)] — CSS variable: --color-primary: hsl(322, 92%, 29%);