HSL(332, 10%, 39%)

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(332,10%,39%)]

Color Conversions

Format Value CSS Usage
HSL hsl(332, 10%, 39%) color: hsl(332, 10%, 39%)
HEX #6D5A63 color: #6D5A63
RGB rgb(109, 90, 99) color: rgb(109, 90, 99)
CMYK cmyk(0%, 17%, 9%, 57%)
HSV hsv(332, 17%, 43%)
HWB hwb(332 36% 57%) color: hwb(332 36% 57%)
OKLCH oklch(0.4894 0.0282 348.01) color: oklch(0.4894 0.0282 348.01)
Lab lab(40.35 9.42 -2.25) color: lab(40.35 9.42 -2.25)
LCH lch(40.35 9.68 346.57) color: lch(40.35 9.68 346.57)

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 6.38:1
vs Black 3.29:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#656561 — rgb(101, 101, 97)

Deuteranopia (Green-blind)

#666760 — rgb(102, 103, 96)

Tritanopia (Blue-blind)

#6C5F5F — rgb(108, 95, 95)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(332, 10%, 39%);

text

color: hsl(332, 10%, 39%);

border

border: 2px solid hsl(332, 10%, 39%);

gradient light

background: linear-gradient(to right, hsl(332, 10%, 59%), hsl(332, 10%, 39%));

gradient dark

background: linear-gradient(to right, hsl(332, 10%, 39%), hsl(332, 10%, 19%))

hex

background-color: #6D5A63;

tailwind

bg-[hsl(332,10%,39%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(332, 10%, 39%, 0.4);

css variable

--color-primary: hsl(332, 10%, 39%);

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(332, 10%, 39%)?

HEX: #6D5A63 | RGB: rgb(109, 90, 99) | CMYK: 0%, 17%, 9%, 57% | HSV: 332°, 17%, 43%. Copy any format from the conversion table above.

What colors go well with #6D5A63?

The complementary color is HSL(152, 10%, 39%). For a triadic harmony, use hues 332°, 92°, and 212°. For analogous combinations, try hues 302° and 2°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(332, 10%, 39%) in CSS?

As HSL: color: hsl(332, 10%, 39%); — As HEX: color: #6D5A63; — As RGB: color: rgb(109, 90, 99); — Tailwind CSS: bg-[hsl(332,10%,39%)] — CSS variable: --color-primary: hsl(332, 10%, 39%);