HSL(341, 19%, 57%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

N/A

CSS Class

bg-[hsl(341,19%,57%)]

Color Conversions

Format Value CSS Usage
HSL hsl(341, 19%, 57%) color: hsl(341, 19%, 57%)
HEX #A67D8A color: #A67D8A
RGB rgb(166, 125, 138) color: rgb(166, 125, 138)
CMYK cmyk(0%, 25%, 17%, 35%)
HSV hsv(341, 25%, 65%)
HWB hwb(341 49% 35%) color: hwb(341 49% 35%)
OKLCH oklch(0.6336 0.0537 357.93) color: oklch(0.6336 0.0537 357.93)
Lab lab(56.69 17.95 -0.83) color: lab(56.69 17.95 -0.83)
LCH lch(56.69 17.97 357.35) color: lch(56.69 17.97 357.35)

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 3.55:1
vs Black 5.92:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#949487 — rgb(148, 148, 135)

Deuteranopia (Green-blind)

#979A86 — rgb(151, 154, 134)

Tritanopia (Blue-blind)

#A48484 — rgb(164, 132, 132)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(341, 19%, 57%);

text

color: hsl(341, 19%, 57%);

border

border: 2px solid hsl(341, 19%, 57%);

gradient light

background: linear-gradient(to right, hsl(341, 19%, 77%), hsl(341, 19%, 57%));

gradient dark

background: linear-gradient(to right, hsl(341, 19%, 57%), hsl(341, 19%, 37%))

hex

background-color: #A67D8A;

tailwind

bg-[hsl(341,19%,57%)]

box shadow

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

css variable

--color-primary: hsl(341, 19%, 57%);

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(341, 19%, 57%)?

HEX: #A67D8A | RGB: rgb(166, 125, 138) | CMYK: 0%, 25%, 17%, 35% | HSV: 341°, 25%, 65%. Copy any format from the conversion table above.

What colors go well with #A67D8A?

The complementary color is HSL(161, 19%, 57%). 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, 19%, 57%) in CSS?

As HSL: color: hsl(341, 19%, 57%); — As HEX: color: #A67D8A; — As RGB: color: rgb(166, 125, 138); — Tailwind CSS: bg-[hsl(341,19%,57%)] — CSS variable: --color-primary: hsl(341, 19%, 57%);