HSL(328, 70%, 80%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

6500K

CSS Class

bg-[hsl(328,70%,80%)]

Color Conversions

Format Value CSS Usage
HSL hsl(328, 70%, 80%) color: hsl(328, 70%, 80%)
HEX #F0A8CE color: #F0A8CE
RGB rgb(240, 168, 206) color: rgb(240, 168, 206)
CMYK cmyk(0%, 30%, 14%, 6%)
HSV hsv(328, 30%, 94%)
HWB hwb(328 66% 6%) color: hwb(328 66% 6%)
OKLCH oklch(0.8114 0.097 346.54) color: oklch(0.8114 0.097 346.54)
Lab lab(76.67 32.02 -8.63) color: lab(76.67 32.02 -8.63)
LCH lch(76.67 33.16 344.92) color: lch(76.67 33.16 344.92)

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.88:1
vs Black 11.2: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)

#D1D0C5 — rgb(209, 208, 197)

Deuteranopia (Green-blind)

#D5DAC3 — rgb(213, 218, 195)

Tritanopia (Blue-blind)

#ECBEBC — rgb(236, 190, 188)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(328, 70%, 80%);

text

color: hsl(328, 70%, 80%);

border

border: 2px solid hsl(328, 70%, 80%);

gradient light

background: linear-gradient(to right, hsl(328, 70%, 100%), hsl(328, 70%, 80%));

gradient dark

background: linear-gradient(to right, hsl(328, 70%, 80%), hsl(328, 70%, 60%))

hex

background-color: #F0A8CE;

tailwind

bg-[hsl(328,70%,80%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(328, 70%, 80%, 0.4);

css variable

--color-primary: hsl(328, 70%, 80%);

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(328, 70%, 80%)?

HEX: #F0A8CE | RGB: rgb(240, 168, 206) | CMYK: 0%, 30%, 14%, 6% | HSV: 328°, 30%, 94%. Copy any format from the conversion table above.

What colors go well with #F0A8CE?

The complementary color is HSL(148, 70%, 80%). For a triadic harmony, use hues 328°, 88°, and 208°. For analogous combinations, try hues 298° and 358°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(328, 70%, 80%) in CSS?

As HSL: color: hsl(328, 70%, 80%); — As HEX: color: #F0A8CE; — As RGB: color: rgb(240, 168, 206); — Tailwind CSS: bg-[hsl(328,70%,80%)] — CSS variable: --color-primary: hsl(328, 70%, 80%);