HSL(322, 80%, 74%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

6500K

CSS Class

bg-[hsl(322,80%,74%)]

Color Conversions

Format Value CSS Usage
HSL hsl(322, 80%, 74%) color: hsl(322, 80%, 74%)
HEX #F288CB color: #F288CB
RGB rgb(242, 136, 203) color: rgb(242, 136, 203)
CMYK cmyk(0%, 44%, 16%, 5%)
HSV hsv(322, 44%, 95%)
HWB hwb(322 53% 5%) color: hwb(322 53% 5%)
OKLCH oklch(0.7612 0.151 342.72) color: oklch(0.7612 0.151 342.72)
Lab lab(70.04 48.82 -16.9) color: lab(70.04 48.82 -16.9)
LCH lch(70.04 51.66 340.91) color: lch(70.04 51.66 340.91)

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.29:1
vs Black 9.16: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)

#C4C3BB — rgb(196, 195, 187)

Deuteranopia (Green-blind)

#CAD2B7 — rgb(202, 210, 183)

Tritanopia (Blue-blind)

#EDAEAB — rgb(237, 174, 171)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(322, 80%, 74%);

text

color: hsl(322, 80%, 74%);

border

border: 2px solid hsl(322, 80%, 74%);

gradient light

background: linear-gradient(to right, hsl(322, 80%, 94%), hsl(322, 80%, 74%));

gradient dark

background: linear-gradient(to right, hsl(322, 80%, 74%), hsl(322, 80%, 54%))

hex

background-color: #F288CB;

tailwind

bg-[hsl(322,80%,74%)]

box shadow

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

css variable

--color-primary: hsl(322, 80%, 74%);

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(322, 80%, 74%)?

HEX: #F288CB | RGB: rgb(242, 136, 203) | CMYK: 0%, 44%, 16%, 5% | HSV: 322°, 44%, 95%. Copy any format from the conversion table above.

What colors go well with #F288CB?

The complementary color is HSL(142, 80%, 74%). For a triadic harmony, use hues 322°, 82°, and 202°. For analogous combinations, try hues 292° and 352°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(322, 80%, 74%) in CSS?

As HSL: color: hsl(322, 80%, 74%); — As HEX: color: #F288CB; — As RGB: color: rgb(242, 136, 203); — Tailwind CSS: bg-[hsl(322,80%,74%)] — CSS variable: --color-primary: hsl(322, 80%, 74%);