HSL(331, 92%, 22%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(331,92%,22%)]

Color Conversions

Format Value CSS Usage
HSL hsl(331, 92%, 22%) color: hsl(331, 92%, 22%)
HEX #6C0436 color: #6C0436
RGB rgb(108, 4, 54) color: rgb(108, 4, 54)
CMYK cmyk(0%, 96%, 50%, 58%)
HSV hsv(331, 96%, 42%)
HWB hwb(331 2% 58%) color: hwb(331 2% 58%)
OKLCH oklch(0.3464 0.1365 0.48) color: oklch(0.3464 0.1365 0.48)
Lab lab(22.1 44.31 0.27) color: lab(22.1 44.31 0.27)
LCH lch(22.1 44.31 0.35) color: lch(22.1 44.31 0.35)

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 12.29:1
vs Black 1.71: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)

#3F3E2A — rgb(63, 62, 42)

Deuteranopia (Green-blind)

#454D27 — rgb(69, 77, 39)

Tritanopia (Blue-blind)

#67201E — rgb(103, 32, 30)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(331, 92%, 22%);

text

color: hsl(331, 92%, 22%);

border

border: 2px solid hsl(331, 92%, 22%);

gradient light

background: linear-gradient(to right, hsl(331, 92%, 42%), hsl(331, 92%, 22%));

gradient dark

background: linear-gradient(to right, hsl(331, 92%, 22%), hsl(331, 92%, 2%))

hex

background-color: #6C0436;

tailwind

bg-[hsl(331,92%,22%)]

box shadow

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

css variable

--color-primary: hsl(331, 92%, 22%);

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, 92%, 22%)?

HEX: #6C0436 | RGB: rgb(108, 4, 54) | CMYK: 0%, 96%, 50%, 58% | HSV: 331°, 96%, 42%. Copy any format from the conversion table above.

What colors go well with #6C0436?

The complementary color is HSL(151, 92%, 22%). 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, 92%, 22%) in CSS?

As HSL: color: hsl(331, 92%, 22%); — As HEX: color: #6C0436; — As RGB: color: rgb(108, 4, 54); — Tailwind CSS: bg-[hsl(331,92%,22%)] — CSS variable: --color-primary: hsl(331, 92%, 22%);