HSL(321, 13%, 36%)

Grayish Pink — Pink color

Adjust Color

Color Information

Color Name

Grayish Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

N/A

CSS Class

bg-[hsl(321,13%,36%)]

Color Conversions

Format Value CSS Usage
HSL hsl(321, 13%, 36%) color: hsl(321, 13%, 36%)
HEX #68505F color: #68505F
RGB rgb(104, 80, 95) color: rgb(104, 80, 95)
CMYK cmyk(0%, 23%, 9%, 59%)
HSV hsv(323, 23%, 41%)
HWB hwb(323 32% 59%) color: hwb(323 32% 59%)
OKLCH oklch(0.4613 0.0392 340.85) color: oklch(0.4613 0.0392 340.85)
Lab lab(36.94 12.8 -4.87) color: lab(36.94 12.8 -4.87)
LCH lch(36.94 13.7 339.17) color: lch(36.94 13.7 339.17)

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 7.24:1
vs Black 2.9: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)

#5E5D5B — rgb(94, 93, 91)

Deuteranopia (Green-blind)

#5F615B — rgb(95, 97, 91)

Tritanopia (Blue-blind)

#675958 — rgb(103, 89, 88)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(321, 13%, 36%);

text

color: hsl(321, 13%, 36%);

border

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

gradient light

background: linear-gradient(to right, hsl(321, 13%, 56%), hsl(321, 13%, 36%));

gradient dark

background: linear-gradient(to right, hsl(321, 13%, 36%), hsl(321, 13%, 16%))

hex

background-color: #68505F;

tailwind

bg-[hsl(321,13%,36%)]

box shadow

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

css variable

--color-primary: hsl(321, 13%, 36%);

Related Colors

Use Cases for Grayish Pink

Beauty & cosmetics Fashion brands Romantic themes Valentine campaigns Playful UI

Frequently Asked Questions

What are all the color codes for HSL(321, 13%, 36%)?

HEX: #68505F | RGB: rgb(104, 80, 95) | CMYK: 0%, 23%, 9%, 59% | HSV: 323°, 23%, 41%. Copy any format from the conversion table above.

What colors go well with #68505F?

The complementary color is HSL(141, 13%, 36%). 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, 13%, 36%) in CSS?

As HSL: color: hsl(321, 13%, 36%); — As HEX: color: #68505F; — As RGB: color: rgb(104, 80, 95); — Tailwind CSS: bg-[hsl(321,13%,36%)] — CSS variable: --color-primary: hsl(321, 13%, 36%);