HSL(316, 32%, 29%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

6500K

CSS Class

bg-[hsl(316,32%,29%)]

Color Conversions

Format Value CSS Usage
HSL hsl(316, 32%, 29%) color: hsl(316, 32%, 29%)
HEX #623255 color: #623255
RGB rgb(98, 50, 85) color: rgb(98, 50, 85)
CMYK cmyk(0%, 49%, 13%, 62%)
HSV hsv(316, 49%, 38%)
HWB hwb(316 19% 62%) color: hwb(316 19% 62%)
OKLCH oklch(0.3919 0.0846 338.21) color: oklch(0.3919 0.0846 338.21)
Lab lab(28.21 26.9 -11.7) color: lab(28.21 26.9 -11.7)
LCH lch(28.21 29.33 336.49) color: lch(28.21 29.33 336.49)

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 9.97:1
vs Black 2.11: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)

#4D4D4D — rgb(77, 77, 77)

Deuteranopia (Green-blind)

#50544B — rgb(80, 84, 75)

Tritanopia (Blue-blind)

#604644 — rgb(96, 70, 68)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(316, 32%, 29%);

text

color: hsl(316, 32%, 29%);

border

border: 2px solid hsl(316, 32%, 29%);

gradient light

background: linear-gradient(to right, hsl(316, 32%, 49%), hsl(316, 32%, 29%));

gradient dark

background: linear-gradient(to right, hsl(316, 32%, 29%), hsl(316, 32%, 9%))

hex

background-color: #623255;

tailwind

bg-[hsl(316,32%,29%)]

box shadow

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

css variable

--color-primary: hsl(316, 32%, 29%);

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(316, 32%, 29%)?

HEX: #623255 | RGB: rgb(98, 50, 85) | CMYK: 0%, 49%, 13%, 62% | HSV: 316°, 49%, 38%. Copy any format from the conversion table above.

What colors go well with #623255?

The complementary color is HSL(136, 32%, 29%). For a triadic harmony, use hues 316°, 76°, and 196°. For analogous combinations, try hues 286° and 346°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(316, 32%, 29%) in CSS?

As HSL: color: hsl(316, 32%, 29%); — As HEX: color: #623255; — As RGB: color: rgb(98, 50, 85); — Tailwind CSS: bg-[hsl(316,32%,29%)] — CSS variable: --color-primary: hsl(316, 32%, 29%);