HSL(333, 22%, 73%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(333,22%,73%)]

Color Conversions

Format Value CSS Usage
HSL hsl(333, 22%, 73%) color: hsl(333, 22%, 73%)
HEX #C9ABB9 color: #C9ABB9
RGB rgb(201, 171, 185) color: rgb(201, 171, 185)
CMYK cmyk(0%, 15%, 8%, 21%)
HSV hsv(332, 15%, 79%)
HWB hwb(332 67% 21%) color: hwb(332 67% 21%)
OKLCH oklch(0.7716 0.0395 348.24) color: oklch(0.7716 0.0395 348.24)
Lab lab(72.92 13.24 -3.1) color: lab(72.92 13.24 -3.1)
LCH lch(72.92 13.6 346.82) color: lch(72.92 13.6 346.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 2.1:1
vs Black 10.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)

#BCBCB6 — rgb(188, 188, 182)

Deuteranopia (Green-blind)

#BEC0B5 — rgb(190, 192, 181)

Tritanopia (Blue-blind)

#C8B3B2 — rgb(200, 179, 178)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(333, 22%, 73%);

text

color: hsl(333, 22%, 73%);

border

border: 2px solid hsl(333, 22%, 73%);

gradient light

background: linear-gradient(to right, hsl(333, 22%, 93%), hsl(333, 22%, 73%));

gradient dark

background: linear-gradient(to right, hsl(333, 22%, 73%), hsl(333, 22%, 53%))

hex

background-color: #C9ABB9;

tailwind

bg-[hsl(333,22%,73%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(333, 22%, 73%, 0.4);

css variable

--color-primary: hsl(333, 22%, 73%);

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(333, 22%, 73%)?

HEX: #C9ABB9 | RGB: rgb(201, 171, 185) | CMYK: 0%, 15%, 8%, 21% | HSV: 332°, 15%, 79%. Copy any format from the conversion table above.

What colors go well with #C9ABB9?

The complementary color is HSL(153, 22%, 73%). For a triadic harmony, use hues 333°, 93°, and 213°. For analogous combinations, try hues 303° and 3°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(333, 22%, 73%) in CSS?

As HSL: color: hsl(333, 22%, 73%); — As HEX: color: #C9ABB9; — As RGB: color: rgb(201, 171, 185); — Tailwind CSS: bg-[hsl(333,22%,73%)] — CSS variable: --color-primary: hsl(333, 22%, 73%);