HSL(296, 97%, 77%)

Purple — Purple color

Adjust Color

Color Information

Color Name

Purple

Color Family

Purple

Warm / Cool

🔵 Cool

Temperature

6500K

CSS Class

bg-[hsl(296,97%,77%)]

Color Conversions

Format Value CSS Usage
HSL hsl(296, 97%, 77%) color: hsl(296, 97%, 77%)
HEX #F68BFD color: #F68BFD
RGB rgb(246, 139, 253) color: rgb(246, 139, 253)
CMYK cmyk(3%, 45%, 0%, 1%)
HSV hsv(296, 45%, 99%)
HWB hwb(296 54% 1%) color: hwb(296 54% 1%)
OKLCH oklch(0.7905 0.1901 324.92) color: oklch(0.7905 0.1901 324.92)
Lab lab(72.99 56.85 -39.8) color: lab(72.99 56.85 -39.8)
LCH lch(72.99 69.4 325) color: lch(72.99 69.4 325)

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

#C8C7E1 — rgb(200, 199, 225)

Deuteranopia (Green-blind)

#CED6DB — rgb(206, 214, 219)

Tritanopia (Blue-blind)

#F1CCC7 — rgb(241, 204, 199)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(296, 97%, 77%);

text

color: hsl(296, 97%, 77%);

border

border: 2px solid hsl(296, 97%, 77%);

gradient light

background: linear-gradient(to right, hsl(296, 97%, 97%), hsl(296, 97%, 77%));

gradient dark

background: linear-gradient(to right, hsl(296, 97%, 77%), hsl(296, 97%, 57%))

hex

background-color: #F68BFD;

tailwind

bg-[hsl(296,97%,77%)]

box shadow

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

css variable

--color-primary: hsl(296, 97%, 77%);

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, 97%, 77%)?

HEX: #F68BFD | RGB: rgb(246, 139, 253) | CMYK: 3%, 45%, 0%, 1% | HSV: 296°, 45%, 99%. Copy any format from the conversion table above.

What colors go well with #F68BFD?

The complementary color is HSL(116, 97%, 77%). 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, 97%, 77%) in CSS?

As HSL: color: hsl(296, 97%, 77%); — As HEX: color: #F68BFD; — As RGB: color: rgb(246, 139, 253); — Tailwind CSS: bg-[hsl(296,97%,77%)] — CSS variable: --color-primary: hsl(296, 97%, 77%);