HSL(332, 81%, 75%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(332,81%,75%)]

Color Conversions

Format Value CSS Usage
HSL hsl(332, 81%, 75%) color: hsl(332, 81%, 75%)
HEX #F38CBC color: #F38CBC
RGB rgb(243, 140, 188) color: rgb(243, 140, 188)
CMYK cmyk(0%, 42%, 23%, 5%)
HSV hsv(332, 42%, 95%)
HWB hwb(332 55% 5%) color: hwb(332 55% 5%)
OKLCH oklch(0.7633 0.1363 351.44) color: oklch(0.7633 0.1363 351.44)
Lab lab(70.49 44.92 -7.86) color: lab(70.49 44.92 -7.86)
LCH lch(70.49 45.6 350.07) color: lch(70.49 45.6 350.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.26:1
vs Black 9.29: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)

#C6C5B0 — rgb(198, 197, 176)

Deuteranopia (Green-blind)

#CCD4AE — rgb(204, 212, 174)

Tritanopia (Blue-blind)

#EEA7A5 — rgb(238, 167, 165)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(332, 81%, 75%);

text

color: hsl(332, 81%, 75%);

border

border: 2px solid hsl(332, 81%, 75%);

gradient light

background: linear-gradient(to right, hsl(332, 81%, 95%), hsl(332, 81%, 75%));

gradient dark

background: linear-gradient(to right, hsl(332, 81%, 75%), hsl(332, 81%, 55%))

hex

background-color: #F38CBC;

tailwind

bg-[hsl(332,81%,75%)]

box shadow

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

css variable

--color-primary: hsl(332, 81%, 75%);

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(332, 81%, 75%)?

HEX: #F38CBC | RGB: rgb(243, 140, 188) | CMYK: 0%, 42%, 23%, 5% | HSV: 332°, 42%, 95%. Copy any format from the conversion table above.

What colors go well with #F38CBC?

The complementary color is HSL(152, 81%, 75%). 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, 81%, 75%) in CSS?

As HSL: color: hsl(332, 81%, 75%); — As HEX: color: #F38CBC; — As RGB: color: rgb(243, 140, 188); — Tailwind CSS: bg-[hsl(332,81%,75%)] — CSS variable: --color-primary: hsl(332, 81%, 75%);