HSL(321, 23%, 23%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

6500K

CSS Class

bg-[hsl(321,23%,23%)]

Color Conversions

Format Value CSS Usage
HSL hsl(321, 23%, 23%) color: hsl(321, 23%, 23%)
HEX #482D3F color: #482D3F
RGB rgb(72, 45, 63) color: rgb(72, 45, 63)
CMYK cmyk(0%, 38%, 13%, 72%)
HSV hsv(320, 38%, 28%)
HWB hwb(320 17% 72%) color: hwb(320 17% 72%)
OKLCH oklch(0.3368 0.0486 339.97) color: oklch(0.3368 0.0486 339.97)
Lab lab(22.35 15.69 -6.26) color: lab(22.35 15.69 -6.26)
LCH lch(22.35 16.89 338.25) color: lch(22.35 16.89 338.25)

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.19:1
vs Black 1.72: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)

#3C3C3B — rgb(60, 60, 59)

Deuteranopia (Green-blind)

#3E403A — rgb(62, 64, 58)

Tritanopia (Blue-blind)

#473736 — rgb(71, 55, 54)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(321, 23%, 23%);

text

color: hsl(321, 23%, 23%);

border

border: 2px solid hsl(321, 23%, 23%);

gradient light

background: linear-gradient(to right, hsl(321, 23%, 43%), hsl(321, 23%, 23%));

gradient dark

background: linear-gradient(to right, hsl(321, 23%, 23%), hsl(321, 23%, 3%))

hex

background-color: #482D3F;

tailwind

bg-[hsl(321,23%,23%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(321, 23%, 23%, 0.4);

css variable

--color-primary: hsl(321, 23%, 23%);

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(321, 23%, 23%)?

HEX: #482D3F | RGB: rgb(72, 45, 63) | CMYK: 0%, 38%, 13%, 72% | HSV: 320°, 38%, 28%. Copy any format from the conversion table above.

What colors go well with #482D3F?

The complementary color is HSL(141, 23%, 23%). For a triadic harmony, use hues 321°, 81°, and 201°. For analogous combinations, try hues 291° and 351°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(321, 23%, 23%) in CSS?

As HSL: color: hsl(321, 23%, 23%); — As HEX: color: #482D3F; — As RGB: color: rgb(72, 45, 63); — Tailwind CSS: bg-[hsl(321,23%,23%)] — CSS variable: --color-primary: hsl(321, 23%, 23%);