HSL(324, 40%, 70%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

6500K

CSS Class

bg-[hsl(324,40%,70%)]

Color Conversions

Format Value CSS Usage
HSL hsl(324, 40%, 70%) color: hsl(324, 40%, 70%)
HEX #D194B9 color: #D194B9
RGB rgb(209, 148, 185) color: rgb(209, 148, 185)
CMYK cmyk(0%, 29%, 11%, 18%)
HSV hsv(324, 29%, 82%)
HWB hwb(324 58% 18%) color: hwb(324 58% 18%)
OKLCH oklch(0.737 0.0876 342.43) color: oklch(0.737 0.0876 342.43)
Lab lab(68.2 28.62 -10.02) color: lab(68.2 28.62 -10.02)
LCH lch(68.2 30.32 340.7) color: lch(68.2 30.32 340.7)

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 2.43:1
vs Black 8.65:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: FAIL ✗ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#B7B6B0 — rgb(183, 182, 176)

Deuteranopia (Green-blind)

#BABFAE — rgb(186, 191, 174)

Tritanopia (Blue-blind)

#CEA9A7 — rgb(206, 169, 167)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(324, 40%, 70%);

text

color: hsl(324, 40%, 70%);

border

border: 2px solid hsl(324, 40%, 70%);

gradient light

background: linear-gradient(to right, hsl(324, 40%, 90%), hsl(324, 40%, 70%));

gradient dark

background: linear-gradient(to right, hsl(324, 40%, 70%), hsl(324, 40%, 50%))

hex

background-color: #D194B9;

tailwind

bg-[hsl(324,40%,70%)]

box shadow

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

css variable

--color-primary: hsl(324, 40%, 70%);

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(324, 40%, 70%)?

HEX: #D194B9 | RGB: rgb(209, 148, 185) | CMYK: 0%, 29%, 11%, 18% | HSV: 324°, 29%, 82%. Copy any format from the conversion table above.

What colors go well with #D194B9?

The complementary color is HSL(144, 40%, 70%). For a triadic harmony, use hues 324°, 84°, and 204°. For analogous combinations, try hues 294° and 354°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(324, 40%, 70%) in CSS?

As HSL: color: hsl(324, 40%, 70%); — As HEX: color: #D194B9; — As RGB: color: rgb(209, 148, 185); — Tailwind CSS: bg-[hsl(324,40%,70%)] — CSS variable: --color-primary: hsl(324, 40%, 70%);