HSL(330, 100%, 78%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

5000K

CSS Class

bg-[hsl(330,100%,78%)]

Color Conversions

Format Value CSS Usage
HSL hsl(330, 100%, 78%) color: hsl(330, 100%, 78%)
HEX #FF8FC7 color: #FF8FC7
RGB rgb(255, 143, 199) color: rgb(255, 143, 199)
CMYK cmyk(0%, 44%, 22%, 0%)
HSV hsv(330, 44%, 100%)
HWB hwb(330 56% 0%) color: hwb(330 56% 0%)
OKLCH oklch(0.7858 0.1489 349.75) color: oklch(0.7858 0.1489 349.75)
Lab lab(72.91 48.92 -10.2) color: lab(72.91 48.92 -10.2)
LCH lch(72.91 49.97 348.22) color: lch(72.91 49.97 348.22)

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

#CFCDB9 — rgb(207, 205, 185)

Deuteranopia (Green-blind)

#D5DDB6 — rgb(213, 221, 182)

Tritanopia (Blue-blind)

#F9AFAC — rgb(249, 175, 172)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(330, 100%, 78%);

text

color: hsl(330, 100%, 78%);

border

border: 2px solid hsl(330, 100%, 78%);

gradient light

background: linear-gradient(to right, hsl(330, 100%, 98%), hsl(330, 100%, 78%));

gradient dark

background: linear-gradient(to right, hsl(330, 100%, 78%), hsl(330, 100%, 58%))

hex

background-color: #FF8FC7;

tailwind

bg-[hsl(330,100%,78%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(330, 100%, 78%, 0.4);

css variable

--color-primary: hsl(330, 100%, 78%);

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(330, 100%, 78%)?

HEX: #FF8FC7 | RGB: rgb(255, 143, 199) | CMYK: 0%, 44%, 22%, 0% | HSV: 330°, 44%, 100%. Copy any format from the conversion table above.

What colors go well with #FF8FC7?

The complementary color is HSL(150, 100%, 78%). For a triadic harmony, use hues 330°, 90°, and 210°. For analogous combinations, try hues 300° and 0°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(330, 100%, 78%) in CSS?

As HSL: color: hsl(330, 100%, 78%); — As HEX: color: #FF8FC7; — As RGB: color: rgb(255, 143, 199); — Tailwind CSS: bg-[hsl(330,100%,78%)] — CSS variable: --color-primary: hsl(330, 100%, 78%);