HSL(337, 15%, 68%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

N/A

CSS Class

bg-[hsl(337,15%,68%)]

Color Conversions

Format Value CSS Usage
HSL hsl(337, 15%, 68%) color: hsl(337, 15%, 68%)
HEX #BAA1AB color: #BAA1AB
RGB rgb(186, 161, 171) color: rgb(186, 161, 171)
CMYK cmyk(0%, 13%, 8%, 27%)
HSV hsv(336, 13%, 73%)
HWB hwb(336 64% 27%) color: hwb(336 64% 27%)
OKLCH oklch(0.7339 0.0323 351.83) color: oklch(0.7339 0.0323 351.83)
Lab lab(68.66 10.87 -1.79) color: lab(68.66 10.87 -1.79)
LCH lch(68.66 11.02 350.65) color: lch(68.66 11.02 350.65)

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.39:1
vs Black 8.77: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)

#AFAFA9 — rgb(175, 175, 169)

Deuteranopia (Green-blind)

#B1B3A8 — rgb(177, 179, 168)

Tritanopia (Blue-blind)

#B9A7A6 — rgb(185, 167, 166)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(337, 15%, 68%);

text

color: hsl(337, 15%, 68%);

border

border: 2px solid hsl(337, 15%, 68%);

gradient light

background: linear-gradient(to right, hsl(337, 15%, 88%), hsl(337, 15%, 68%));

gradient dark

background: linear-gradient(to right, hsl(337, 15%, 68%), hsl(337, 15%, 48%))

hex

background-color: #BAA1AB;

tailwind

bg-[hsl(337,15%,68%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(337, 15%, 68%, 0.4);

css variable

--color-primary: hsl(337, 15%, 68%);

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(337, 15%, 68%)?

HEX: #BAA1AB | RGB: rgb(186, 161, 171) | CMYK: 0%, 13%, 8%, 27% | HSV: 336°, 13%, 73%. Copy any format from the conversion table above.

What colors go well with #BAA1AB?

The complementary color is HSL(157, 15%, 68%). For a triadic harmony, use hues 337°, 97°, and 217°. For analogous combinations, try hues 307° and 7°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(337, 15%, 68%) in CSS?

As HSL: color: hsl(337, 15%, 68%); — As HEX: color: #BAA1AB; — As RGB: color: rgb(186, 161, 171); — Tailwind CSS: bg-[hsl(337,15%,68%)] — CSS variable: --color-primary: hsl(337, 15%, 68%);