HSL(341, 10%, 40%)

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(341,10%,40%)]

Color Conversions

Format Value CSS Usage
HSL hsl(341, 10%, 40%) color: hsl(341, 10%, 40%)
HEX #705C62 color: #705C62
RGB rgb(112, 92, 98) color: rgb(112, 92, 98)
CMYK cmyk(0%, 18%, 13%, 56%)
HSV hsv(342, 18%, 44%)
HWB hwb(342 36% 56%) color: hwb(342 36% 56%)
OKLCH oklch(0.4965 0.0275 358.2) color: oklch(0.4965 0.0275 358.2)
Lab lab(41.19 9.22 -0.38) color: lab(41.19 9.22 -0.38)
LCH lch(41.19 9.23 357.64) color: lch(41.19 9.23 357.64)

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.18:1
vs Black 3.4: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)

#676761 — rgb(103, 103, 97)

Deuteranopia (Green-blind)

#696A60 — rgb(105, 106, 96)

Tritanopia (Blue-blind)

#6F5F5F — rgb(111, 95, 95)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(341, 10%, 40%);

text

color: hsl(341, 10%, 40%);

border

border: 2px solid hsl(341, 10%, 40%);

gradient light

background: linear-gradient(to right, hsl(341, 10%, 60%), hsl(341, 10%, 40%));

gradient dark

background: linear-gradient(to right, hsl(341, 10%, 40%), hsl(341, 10%, 20%))

hex

background-color: #705C62;

tailwind

bg-[hsl(341,10%,40%)]

box shadow

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

css variable

--color-primary: hsl(341, 10%, 40%);

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(341, 10%, 40%)?

HEX: #705C62 | RGB: rgb(112, 92, 98) | CMYK: 0%, 18%, 13%, 56% | HSV: 342°, 18%, 44%. Copy any format from the conversion table above.

What colors go well with #705C62?

The complementary color is HSL(161, 10%, 40%). For a triadic harmony, use hues 341°, 101°, and 221°. For analogous combinations, try hues 311° and 11°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(341, 10%, 40%) in CSS?

As HSL: color: hsl(341, 10%, 40%); — As HEX: color: #705C62; — As RGB: color: rgb(112, 92, 98); — Tailwind CSS: bg-[hsl(341,10%,40%)] — CSS variable: --color-primary: hsl(341, 10%, 40%);