HSL(325, 23%, 76%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

6500K

CSS Class

bg-[hsl(325,23%,76%)]

Color Conversions

Format Value CSS Usage
HSL hsl(325, 23%, 76%) color: hsl(325, 23%, 76%)
HEX #D0B4C4 color: #D0B4C4
RGB rgb(208, 180, 196) color: rgb(208, 180, 196)
CMYK cmyk(0%, 13%, 6%, 18%)
HSV hsv(326, 13%, 82%)
HWB hwb(326 71% 18%) color: hwb(326 71% 18%)
OKLCH oklch(0.7988 0.0386 342.69) color: oklch(0.7988 0.0386 342.69)
Lab lab(76.09 12.76 -4.38) color: lab(76.09 12.76 -4.38)
LCH lch(76.09 13.49 341.05) color: lch(76.09 13.49 341.05)

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 1.91:1
vs Black 11.01: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)

#C4C4C0 — rgb(196, 196, 192)

Deuteranopia (Green-blind)

#C6C8BF — rgb(198, 200, 191)

Tritanopia (Blue-blind)

#CFBDBC — rgb(207, 189, 188)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(325, 23%, 76%);

text

color: hsl(325, 23%, 76%);

border

border: 2px solid hsl(325, 23%, 76%);

gradient light

background: linear-gradient(to right, hsl(325, 23%, 96%), hsl(325, 23%, 76%));

gradient dark

background: linear-gradient(to right, hsl(325, 23%, 76%), hsl(325, 23%, 56%))

hex

background-color: #D0B4C4;

tailwind

bg-[hsl(325,23%,76%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(325, 23%, 76%, 0.4);

css variable

--color-primary: hsl(325, 23%, 76%);

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(325, 23%, 76%)?

HEX: #D0B4C4 | RGB: rgb(208, 180, 196) | CMYK: 0%, 13%, 6%, 18% | HSV: 326°, 13%, 82%. Copy any format from the conversion table above.

What colors go well with #D0B4C4?

The complementary color is HSL(145, 23%, 76%). For a triadic harmony, use hues 325°, 85°, and 205°. For analogous combinations, try hues 295° and 355°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(325, 23%, 76%) in CSS?

As HSL: color: hsl(325, 23%, 76%); — As HEX: color: #D0B4C4; — As RGB: color: rgb(208, 180, 196); — Tailwind CSS: bg-[hsl(325,23%,76%)] — CSS variable: --color-primary: hsl(325, 23%, 76%);