HSL(322, 20%, 27%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

6500K

CSS Class

bg-[hsl(322,20%,27%)]

Color Conversions

Format Value CSS Usage
HSL hsl(322, 20%, 27%) color: hsl(322, 20%, 27%)
HEX #533749 color: #533749
RGB rgb(83, 55, 73) color: rgb(83, 55, 73)
CMYK cmyk(0%, 34%, 12%, 67%)
HSV hsv(321, 34%, 33%)
HWB hwb(321 22% 67%) color: hwb(321 22% 67%)
OKLCH oklch(0.3758 0.0485 340.84) color: oklch(0.3758 0.0485 340.84)
Lab lab(26.88 15.73 -6.01) color: lab(26.88 15.73 -6.01)
LCH lch(26.88 16.84 339.09) color: lch(26.88 16.84 339.09)

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 10.45:1
vs Black 2.01: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)

#474745 — rgb(71, 71, 69)

Deuteranopia (Green-blind)

#494B44 — rgb(73, 75, 68)

Tritanopia (Blue-blind)

#524140 — rgb(82, 65, 64)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(322, 20%, 27%);

text

color: hsl(322, 20%, 27%);

border

border: 2px solid hsl(322, 20%, 27%);

gradient light

background: linear-gradient(to right, hsl(322, 20%, 47%), hsl(322, 20%, 27%));

gradient dark

background: linear-gradient(to right, hsl(322, 20%, 27%), hsl(322, 20%, 7%))

hex

background-color: #533749;

tailwind

bg-[hsl(322,20%,27%)]

box shadow

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

css variable

--color-primary: hsl(322, 20%, 27%);

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, 20%, 27%)?

HEX: #533749 | RGB: rgb(83, 55, 73) | CMYK: 0%, 34%, 12%, 67% | HSV: 321°, 34%, 33%. Copy any format from the conversion table above.

What colors go well with #533749?

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

As HSL: color: hsl(322, 20%, 27%); — As HEX: color: #533749; — As RGB: color: rgb(83, 55, 73); — Tailwind CSS: bg-[hsl(322,20%,27%)] — CSS variable: --color-primary: hsl(322, 20%, 27%);