HSL(343, 10%, 47%)

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(343,10%,47%)]

Color Conversions

Format Value CSS Usage
HSL hsl(343, 10%, 47%) color: hsl(343, 10%, 47%)
HEX #846C73 color: #846C73
RGB rgb(132, 108, 115) color: rgb(132, 108, 115)
CMYK cmyk(0%, 18%, 13%, 48%)
HSV hsv(343, 18%, 52%)
HWB hwb(343 43% 48%) color: hwb(343 43% 48%)
OKLCH oklch(0.5566 0.032 358.78) color: oklch(0.5566 0.032 358.78)
Lab lab(48.09 10.72 -0.32) color: lab(48.09 10.72 -0.32)
LCH lch(48.09 10.72 358.29) color: lch(48.09 10.72 358.29)

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 4.8:1
vs Black 4.37: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)

#7A7971 — rgb(122, 121, 113)

Deuteranopia (Green-blind)

#7B7D71 — rgb(123, 125, 113)

Tritanopia (Blue-blind)

#837070 — rgb(131, 112, 112)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(343, 10%, 47%);

text

color: hsl(343, 10%, 47%);

border

border: 2px solid hsl(343, 10%, 47%);

gradient light

background: linear-gradient(to right, hsl(343, 10%, 67%), hsl(343, 10%, 47%));

gradient dark

background: linear-gradient(to right, hsl(343, 10%, 47%), hsl(343, 10%, 27%))

hex

background-color: #846C73;

tailwind

bg-[hsl(343,10%,47%)]

box shadow

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

css variable

--color-primary: hsl(343, 10%, 47%);

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(343, 10%, 47%)?

HEX: #846C73 | RGB: rgb(132, 108, 115) | CMYK: 0%, 18%, 13%, 48% | HSV: 343°, 18%, 52%. Copy any format from the conversion table above.

What colors go well with #846C73?

The complementary color is HSL(163, 10%, 47%). For a triadic harmony, use hues 343°, 103°, and 223°. For analogous combinations, try hues 313° and 13°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(343, 10%, 47%) in CSS?

As HSL: color: hsl(343, 10%, 47%); — As HEX: color: #846C73; — As RGB: color: rgb(132, 108, 115); — Tailwind CSS: bg-[hsl(343,10%,47%)] — CSS variable: --color-primary: hsl(343, 10%, 47%);