HSL(322, 10%, 84%)

Grayish Pink — Pink color

Adjust Color

Color Information

Color Name

Grayish Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

N/A

CSS Class

bg-[hsl(322,10%,84%)]

Color Conversions

Format Value CSS Usage
HSL hsl(322, 10%, 84%) color: hsl(322, 10%, 84%)
HEX #DAD2D7 color: #DAD2D7
RGB rgb(218, 210, 215) color: rgb(218, 210, 215)
CMYK cmyk(0%, 4%, 1%, 15%)
HSV hsv(323, 4%, 85%)
HWB hwb(323 82% 15%) color: hwb(323 82% 15%)
OKLCH oklch(0.8716 0.0111 339.37) color: oklch(0.8716 0.0111 339.37)
Lab lab(84.95 3.63 -1.49) color: lab(84.95 3.63 -1.49)
LCH lch(84.95 3.92 337.68) color: lch(84.95 3.92 337.68)

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.48:1
vs Black 14.18: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)

#D7D6D6 — rgb(215, 214, 214)

Deuteranopia (Green-blind)

#D7D8D6 — rgb(215, 216, 214)

Tritanopia (Blue-blind)

#DAD5D5 — rgb(218, 213, 213)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(322, 10%, 84%);

text

color: hsl(322, 10%, 84%);

border

border: 2px solid hsl(322, 10%, 84%);

gradient light

background: linear-gradient(to right, hsl(322, 10%, 100%), hsl(322, 10%, 84%));

gradient dark

background: linear-gradient(to right, hsl(322, 10%, 84%), hsl(322, 10%, 64%))

hex

background-color: #DAD2D7;

tailwind

bg-[hsl(322,10%,84%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(322, 10%, 84%, 0.4);

css variable

--color-primary: hsl(322, 10%, 84%);

Related Colors

Use Cases for Grayish Pink

Beauty & cosmetics Fashion brands Romantic themes Valentine campaigns Playful UI

Frequently Asked Questions

What are all the color codes for HSL(322, 10%, 84%)?

HEX: #DAD2D7 | RGB: rgb(218, 210, 215) | CMYK: 0%, 4%, 1%, 15% | HSV: 323°, 4%, 85%. Copy any format from the conversion table above.

What colors go well with #DAD2D7?

The complementary color is HSL(142, 10%, 84%). For a triadic harmony, use hues 322°, 82°, and 202°. For analogous combinations, try hues 292° and 352°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(322, 10%, 84%) in CSS?

As HSL: color: hsl(322, 10%, 84%); — As HEX: color: #DAD2D7; — As RGB: color: rgb(218, 210, 215); — Tailwind CSS: bg-[hsl(322,10%,84%)] — CSS variable: --color-primary: hsl(322, 10%, 84%);