HSL(334, 70%, 39%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(334,70%,39%)]

Color Conversions

Format Value CSS Usage
HSL hsl(334, 70%, 39%) color: hsl(334, 70%, 39%)
HEX #A91E5A color: #A91E5A
RGB rgb(169, 30, 90) color: rgb(169, 30, 90)
CMYK cmyk(0%, 82%, 47%, 34%)
HSV hsv(334, 82%, 66%)
HWB hwb(334 12% 34%) color: hwb(334 12% 34%)
OKLCH oklch(0.4891 0.1776 1.06) color: oklch(0.4891 0.1776 1.06)
Lab lab(38.03 57.79 1.04) color: lab(38.03 57.79 1.04)
LCH lch(38.03 57.8 1.03) color: lch(38.03 57.8 1.03)

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.95:1
vs Black 3.02: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)

#6D6C4B — rgb(109, 108, 75)

Deuteranopia (Green-blind)

#757F48 — rgb(117, 127, 72)

Tritanopia (Blue-blind)

#A2403E — rgb(162, 64, 62)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(334, 70%, 39%);

text

color: hsl(334, 70%, 39%);

border

border: 2px solid hsl(334, 70%, 39%);

gradient light

background: linear-gradient(to right, hsl(334, 70%, 59%), hsl(334, 70%, 39%));

gradient dark

background: linear-gradient(to right, hsl(334, 70%, 39%), hsl(334, 70%, 19%))

hex

background-color: #A91E5A;

tailwind

bg-[hsl(334,70%,39%)]

box shadow

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

css variable

--color-primary: hsl(334, 70%, 39%);

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(334, 70%, 39%)?

HEX: #A91E5A | RGB: rgb(169, 30, 90) | CMYK: 0%, 82%, 47%, 34% | HSV: 334°, 82%, 66%. Copy any format from the conversion table above.

What colors go well with #A91E5A?

The complementary color is HSL(154, 70%, 39%). For a triadic harmony, use hues 334°, 94°, and 214°. For analogous combinations, try hues 304° and 4°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(334, 70%, 39%) in CSS?

As HSL: color: hsl(334, 70%, 39%); — As HEX: color: #A91E5A; — As RGB: color: rgb(169, 30, 90); — Tailwind CSS: bg-[hsl(334,70%,39%)] — CSS variable: --color-primary: hsl(334, 70%, 39%);