HSL(323, 16%, 85%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

N/A

CSS Class

bg-[hsl(323,16%,85%)]

Color Conversions

Format Value CSS Usage
HSL hsl(323, 16%, 85%) color: hsl(323, 16%, 85%)
HEX #DFD3DA color: #DFD3DA
RGB rgb(223, 211, 218) color: rgb(223, 211, 218)
CMYK cmyk(0%, 5%, 2%, 13%)
HSV hsv(325, 5%, 87%)
HWB hwb(325 83% 13%) color: hwb(325 83% 13%)
OKLCH oklch(0.8785 0.0162 341.44) color: oklch(0.8785 0.0162 341.44)
Lab lab(85.67 5.36 -1.97) color: lab(85.67 5.36 -1.97)
LCH lch(85.67 5.71 339.82) color: lch(85.67 5.71 339.82)

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.45:1
vs Black 14.47: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)

#DADAD8 — rgb(218, 218, 216)

Deuteranopia (Green-blind)

#DBDBD8 — rgb(219, 219, 216)

Tritanopia (Blue-blind)

#DED7D7 — rgb(222, 215, 215)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(323, 16%, 85%);

text

color: hsl(323, 16%, 85%);

border

border: 2px solid hsl(323, 16%, 85%);

gradient light

background: linear-gradient(to right, hsl(323, 16%, 100%), hsl(323, 16%, 85%));

gradient dark

background: linear-gradient(to right, hsl(323, 16%, 85%), hsl(323, 16%, 65%))

hex

background-color: #DFD3DA;

tailwind

bg-[hsl(323,16%,85%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(323, 16%, 85%, 0.4);

css variable

--color-primary: hsl(323, 16%, 85%);

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(323, 16%, 85%)?

HEX: #DFD3DA | RGB: rgb(223, 211, 218) | CMYK: 0%, 5%, 2%, 13% | HSV: 325°, 5%, 87%. Copy any format from the conversion table above.

What colors go well with #DFD3DA?

The complementary color is HSL(143, 16%, 85%). For a triadic harmony, use hues 323°, 83°, and 203°. For analogous combinations, try hues 293° and 353°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(323, 16%, 85%) in CSS?

As HSL: color: hsl(323, 16%, 85%); — As HEX: color: #DFD3DA; — As RGB: color: rgb(223, 211, 218); — Tailwind CSS: bg-[hsl(323,16%,85%)] — CSS variable: --color-primary: hsl(323, 16%, 85%);