HSL(339, 29%, 34%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(339,29%,34%)]

Color Conversions

Format Value CSS Usage
HSL hsl(339, 29%, 34%) color: hsl(339, 29%, 34%)
HEX #703E4F color: #703E4F
RGB rgb(112, 62, 79) color: rgb(112, 62, 79)
CMYK cmyk(0%, 45%, 29%, 56%)
HSV hsv(340, 45%, 44%)
HWB hwb(340 24% 56%) color: hwb(340 24% 56%)
OKLCH oklch(0.4303 0.073 358.84) color: oklch(0.4303 0.073 358.84)
Lab lab(32.82 24.15 -0.69) color: lab(32.82 24.15 -0.69)
LCH lch(32.82 24.16 358.36) color: lch(32.82 24.16 358.36)

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 8.43:1
vs Black 2.49: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)

#5A5A4B — rgb(90, 90, 75)

Deuteranopia (Green-blind)

#5D614A — rgb(93, 97, 74)

Tritanopia (Blue-blind)

#6E4847 — rgb(110, 72, 71)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(339, 29%, 34%);

text

color: hsl(339, 29%, 34%);

border

border: 2px solid hsl(339, 29%, 34%);

gradient light

background: linear-gradient(to right, hsl(339, 29%, 54%), hsl(339, 29%, 34%));

gradient dark

background: linear-gradient(to right, hsl(339, 29%, 34%), hsl(339, 29%, 14%))

hex

background-color: #703E4F;

tailwind

bg-[hsl(339,29%,34%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(339, 29%, 34%, 0.4);

css variable

--color-primary: hsl(339, 29%, 34%);

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(339, 29%, 34%)?

HEX: #703E4F | RGB: rgb(112, 62, 79) | CMYK: 0%, 45%, 29%, 56% | HSV: 340°, 45%, 44%. Copy any format from the conversion table above.

What colors go well with #703E4F?

The complementary color is HSL(159, 29%, 34%). For a triadic harmony, use hues 339°, 99°, and 219°. For analogous combinations, try hues 309° and 9°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(339, 29%, 34%) in CSS?

As HSL: color: hsl(339, 29%, 34%); — As HEX: color: #703E4F; — As RGB: color: rgb(112, 62, 79); — Tailwind CSS: bg-[hsl(339,29%,34%)] — CSS variable: --color-primary: hsl(339, 29%, 34%);