HSL(323, 14%, 77%)

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(323,14%,77%)]

Color Conversions

Format Value CSS Usage
HSL hsl(323, 14%, 77%) color: hsl(323, 14%, 77%)
HEX #CDBCC6 color: #CDBCC6
RGB rgb(205, 188, 198) color: rgb(205, 188, 198)
CMYK cmyk(0%, 8%, 3%, 20%)
HSV hsv(325, 8%, 80%)
HWB hwb(325 74% 20%) color: hwb(325 74% 20%)
OKLCH oklch(0.8123 0.0235 341.44) color: oklch(0.8123 0.0235 341.44)
Lab lab(77.89 7.76 -2.85) color: lab(77.89 7.76 -2.85)
LCH lch(77.89 8.27 339.83) color: lch(77.89 8.27 339.83)

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.81:1
vs Black 11.6: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)

#C6C5C4 — rgb(198, 197, 196)

Deuteranopia (Green-blind)

#C7C8C3 — rgb(199, 200, 195)

Tritanopia (Blue-blind)

#CCC2C1 — rgb(204, 194, 193)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(323, 14%, 77%);

text

color: hsl(323, 14%, 77%);

border

border: 2px solid hsl(323, 14%, 77%);

gradient light

background: linear-gradient(to right, hsl(323, 14%, 97%), hsl(323, 14%, 77%));

gradient dark

background: linear-gradient(to right, hsl(323, 14%, 77%), hsl(323, 14%, 57%))

hex

background-color: #CDBCC6;

tailwind

bg-[hsl(323,14%,77%)]

box shadow

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

css variable

--color-primary: hsl(323, 14%, 77%);

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(323, 14%, 77%)?

HEX: #CDBCC6 | RGB: rgb(205, 188, 198) | CMYK: 0%, 8%, 3%, 20% | HSV: 325°, 8%, 80%. Copy any format from the conversion table above.

What colors go well with #CDBCC6?

The complementary color is HSL(143, 14%, 77%). 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, 14%, 77%) in CSS?

As HSL: color: hsl(323, 14%, 77%); — As HEX: color: #CDBCC6; — As RGB: color: rgb(205, 188, 198); — Tailwind CSS: bg-[hsl(323,14%,77%)] — CSS variable: --color-primary: hsl(323, 14%, 77%);