HSL(296, 99%, 64%)

Purple — Purple color

Adjust Color

Color Information

Color Name

Purple

Color Family

Purple

Warm / Cool

🔵 Cool

Temperature

6500K

CSS Class

bg-[hsl(296,99%,64%)]

Color Conversions

Format Value CSS Usage
HSL hsl(296, 99%, 64%) color: hsl(296, 99%, 64%)
HEX #F248FE color: #F248FE
RGB rgb(242, 72, 254) color: rgb(242, 72, 254)
CMYK cmyk(5%, 72%, 0%, 0%)
HSV hsv(296, 72%, 100%)
HWB hwb(296 28% 0%) color: hwb(296 28% 0%)
OKLCH oklch(0.711 0.2791 325.11) color: oklch(0.711 0.2791 325.11)
Lab lab(62.23 84.02 -57.35) color: lab(62.23 84.02 -57.35)
LCH lch(62.23 101.73 325.68) color: lch(62.23 101.73 325.68)

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

#A8A7D2 — rgb(168, 167, 210)

Deuteranopia (Green-blind)

#B2BFC7 — rgb(178, 191, 199)

Tritanopia (Blue-blind)

#EAAFA8 — rgb(234, 175, 168)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(296, 99%, 64%);

text

color: hsl(296, 99%, 64%);

border

border: 2px solid hsl(296, 99%, 64%);

gradient light

background: linear-gradient(to right, hsl(296, 99%, 84%), hsl(296, 99%, 64%));

gradient dark

background: linear-gradient(to right, hsl(296, 99%, 64%), hsl(296, 99%, 44%))

hex

background-color: #F248FE;

tailwind

bg-[hsl(296,99%,64%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(296, 99%, 64%, 0.4);

css variable

--color-primary: hsl(296, 99%, 64%);

Related Colors

Use Cases for Purple

Luxury brands Creative agencies Beauty products Royalty themes Premium badges

Frequently Asked Questions

What are all the color codes for HSL(296, 99%, 64%)?

HEX: #F248FE | RGB: rgb(242, 72, 254) | CMYK: 5%, 72%, 0%, 0% | HSV: 296°, 72%, 100%. Copy any format from the conversion table above.

What colors go well with #F248FE?

The complementary color is HSL(116, 99%, 64%). For a triadic harmony, use hues 296°, 56°, and 176°. For analogous combinations, try hues 266° and 326°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(296, 99%, 64%) in CSS?

As HSL: color: hsl(296, 99%, 64%); — As HEX: color: #F248FE; — As RGB: color: rgb(242, 72, 254); — Tailwind CSS: bg-[hsl(296,99%,64%)] — CSS variable: --color-primary: hsl(296, 99%, 64%);