HSL(332, 10%, 66%)

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(332,10%,66%)]

Color Conversions

Format Value CSS Usage
HSL hsl(332, 10%, 66%) color: hsl(332, 10%, 66%)
HEX #B1A0A8 color: #B1A0A8
RGB rgb(177, 160, 168) color: rgb(177, 160, 168)
CMYK cmyk(0%, 10%, 5%, 31%)
HSV hsv(332, 10%, 69%)
HWB hwb(332 62% 31%) color: hwb(332 62% 31%)
OKLCH oklch(0.7228 0.0227 347.52) color: oklch(0.7228 0.0227 347.52)
Lab lab(67.51 7.62 -1.89) color: lab(67.51 7.62 -1.89)
LCH lch(67.51 7.85 346.07) color: lch(67.51 7.85 346.07)

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

#AAA9A6 — rgb(170, 169, 166)

Deuteranopia (Green-blind)

#ABACA6 — rgb(171, 172, 166)

Tritanopia (Blue-blind)

#B0A5A4 — rgb(176, 165, 164)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(332, 10%, 66%);

text

color: hsl(332, 10%, 66%);

border

border: 2px solid hsl(332, 10%, 66%);

gradient light

background: linear-gradient(to right, hsl(332, 10%, 86%), hsl(332, 10%, 66%));

gradient dark

background: linear-gradient(to right, hsl(332, 10%, 66%), hsl(332, 10%, 46%))

hex

background-color: #B1A0A8;

tailwind

bg-[hsl(332,10%,66%)]

box shadow

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

css variable

--color-primary: hsl(332, 10%, 66%);

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(332, 10%, 66%)?

HEX: #B1A0A8 | RGB: rgb(177, 160, 168) | CMYK: 0%, 10%, 5%, 31% | HSV: 332°, 10%, 69%. Copy any format from the conversion table above.

What colors go well with #B1A0A8?

The complementary color is HSL(152, 10%, 66%). For a triadic harmony, use hues 332°, 92°, and 212°. For analogous combinations, try hues 302° and 2°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(332, 10%, 66%) in CSS?

As HSL: color: hsl(332, 10%, 66%); — As HEX: color: #B1A0A8; — As RGB: color: rgb(177, 160, 168); — Tailwind CSS: bg-[hsl(332,10%,66%)] — CSS variable: --color-primary: hsl(332, 10%, 66%);