HSL(322, 51%, 37%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

6500K

CSS Class

bg-[hsl(322,51%,37%)]

Color Conversions

Format Value CSS Usage
HSL hsl(322, 51%, 37%) color: hsl(322, 51%, 37%)
HEX #8E2E6B color: #8E2E6B
RGB rgb(142, 46, 107) color: rgb(142, 46, 107)
CMYK cmyk(0%, 68%, 25%, 44%)
HSV hsv(322, 68%, 56%)
HWB hwb(322 18% 44%) color: hwb(322 18% 44%)
OKLCH oklch(0.4635 0.1459 345.22) color: oklch(0.4635 0.1459 345.22)
Lab lab(35.53 46.79 -14.03) color: lab(35.53 46.79 -14.03)
LCH lch(35.53 48.85 343.31) color: lch(35.53 48.85 343.31)

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 7.63:1
vs Black 2.75: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)

#64645C — rgb(100, 100, 92)

Deuteranopia (Green-blind)

#6A7159 — rgb(106, 113, 89)

Tritanopia (Blue-blind)

#89514E — rgb(137, 81, 78)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(322, 51%, 37%);

text

color: hsl(322, 51%, 37%);

border

border: 2px solid hsl(322, 51%, 37%);

gradient light

background: linear-gradient(to right, hsl(322, 51%, 57%), hsl(322, 51%, 37%));

gradient dark

background: linear-gradient(to right, hsl(322, 51%, 37%), hsl(322, 51%, 17%))

hex

background-color: #8E2E6B;

tailwind

bg-[hsl(322,51%,37%)]

box shadow

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

css variable

--color-primary: hsl(322, 51%, 37%);

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, 51%, 37%)?

HEX: #8E2E6B | RGB: rgb(142, 46, 107) | CMYK: 0%, 68%, 25%, 44% | HSV: 322°, 68%, 56%. Copy any format from the conversion table above.

What colors go well with #8E2E6B?

The complementary color is HSL(142, 51%, 37%). 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, 51%, 37%) in CSS?

As HSL: color: hsl(322, 51%, 37%); — As HEX: color: #8E2E6B; — As RGB: color: rgb(142, 46, 107); — Tailwind CSS: bg-[hsl(322,51%,37%)] — CSS variable: --color-primary: hsl(322, 51%, 37%);