HSL(331, 25%, 32%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(331,25%,32%)]

Color Conversions

Format Value CSS Usage
HSL hsl(331, 25%, 32%) color: hsl(331, 25%, 32%)
HEX #663D51 color: #663D51
RGB rgb(102, 61, 81) color: rgb(102, 61, 81)
CMYK cmyk(0%, 40%, 21%, 60%)
HSV hsv(331, 40%, 40%)
HWB hwb(331 24% 60%) color: hwb(331 24% 60%)
OKLCH oklch(0.4156 0.064 349.57) color: oklch(0.4156 0.064 349.57)
Lab lab(31.25 21.11 -4.46) color: lab(31.25 21.11 -4.46)
LCH lch(31.25 21.58 348.07) color: lch(31.25 21.58 348.07)

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 8.93:1
vs Black 2.35: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)

#54544C — rgb(84, 84, 76)

Deuteranopia (Green-blind)

#575A4B — rgb(87, 90, 75)

Tritanopia (Blue-blind)

#644848 — rgb(100, 72, 72)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(331, 25%, 32%);

text

color: hsl(331, 25%, 32%);

border

border: 2px solid hsl(331, 25%, 32%);

gradient light

background: linear-gradient(to right, hsl(331, 25%, 52%), hsl(331, 25%, 32%));

gradient dark

background: linear-gradient(to right, hsl(331, 25%, 32%), hsl(331, 25%, 12%))

hex

background-color: #663D51;

tailwind

bg-[hsl(331,25%,32%)]

box shadow

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

css variable

--color-primary: hsl(331, 25%, 32%);

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, 25%, 32%)?

HEX: #663D51 | RGB: rgb(102, 61, 81) | CMYK: 0%, 40%, 21%, 60% | HSV: 331°, 40%, 40%. Copy any format from the conversion table above.

What colors go well with #663D51?

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

As HSL: color: hsl(331, 25%, 32%); — As HEX: color: #663D51; — As RGB: color: rgb(102, 61, 81); — Tailwind CSS: bg-[hsl(331,25%,32%)] — CSS variable: --color-primary: hsl(331, 25%, 32%);