HSL(313, 100%, 47%)

Vivid Purple — Purple color

Adjust Color

Color Information

Color Name

Vivid Purple

Color Family

Purple

Warm / Cool

🔴 Warm

Temperature

6500K

CSS Class

bg-[hsl(313,100%,47%)]

Color Conversions

Format Value CSS Usage
HSL hsl(313, 100%, 47%) color: hsl(313, 100%, 47%)
HEX #F000BC color: #F000BC
RGB rgb(240, 0, 188) color: rgb(240, 0, 188)
CMYK cmyk(0%, 100%, 22%, 6%)
HSV hsv(313, 100%, 94%)
HWB hwb(313 0% 6%) color: hwb(313 0% 6%)
OKLCH oklch(0.6424 0.2773 341.43) color: oklch(0.6424 0.2773 341.43)
Lab lab(54.2 87.16 -32.73) color: lab(54.2 87.16 -32.73)
LCH lch(54.2 93.1 339.42) color: lch(54.2 93.1 339.42)

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 3.87:1
vs Black 5.43:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#88868F — rgb(136, 134, 143)

Deuteranopia (Green-blind)

#96A884 — rgb(150, 168, 132)

Tritanopia (Blue-blind)

#E46B63 — rgb(228, 107, 99)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(313, 100%, 47%);

text

color: hsl(313, 100%, 47%);

border

border: 2px solid hsl(313, 100%, 47%);

gradient light

background: linear-gradient(to right, hsl(313, 100%, 67%), hsl(313, 100%, 47%));

gradient dark

background: linear-gradient(to right, hsl(313, 100%, 47%), hsl(313, 100%, 27%))

hex

background-color: #F000BC;

tailwind

bg-[hsl(313,100%,47%)]

box shadow

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

css variable

--color-primary: hsl(313, 100%, 47%);

Related Colors

Use Cases for Vivid Purple

Luxury brands Creative agencies Beauty products Royalty themes Premium badges

Frequently Asked Questions

What are all the color codes for HSL(313, 100%, 47%)?

HEX: #F000BC | RGB: rgb(240, 0, 188) | CMYK: 0%, 100%, 22%, 6% | HSV: 313°, 100%, 94%. Copy any format from the conversion table above.

What colors go well with #F000BC?

The complementary color is HSL(133, 100%, 47%). For a triadic harmony, use hues 313°, 73°, and 193°. For analogous combinations, try hues 283° and 343°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(313, 100%, 47%) in CSS?

As HSL: color: hsl(313, 100%, 47%); — As HEX: color: #F000BC; — As RGB: color: rgb(240, 0, 188); — Tailwind CSS: bg-[hsl(313,100%,47%)] — CSS variable: --color-primary: hsl(313, 100%, 47%);