HSL(299, 100%, 69%)

Purple — Purple color

Adjust Color

Color Information

Color Name

Purple

Color Family

Purple

Warm / Cool

🔵 Cool

Temperature

6500K

CSS Class

bg-[hsl(299,100%,69%)]

Color Conversions

Format Value CSS Usage
HSL hsl(299, 100%, 69%) color: hsl(299, 100%, 69%)
HEX #FC61FF color: #FC61FF
RGB rgb(252, 97, 255) color: rgb(252, 97, 255)
CMYK cmyk(1%, 62%, 0%, 0%)
HSV hsv(299, 62%, 100%)
HWB hwb(299 38% 0%) color: hwb(299 38% 0%)
OKLCH oklch(0.7475 0.256 326.99) color: oklch(0.7475 0.256 326.99)
Lab lab(66.88 77.49 -50.43) color: lab(66.88 77.49 -50.43)
LCH lch(66.88 92.45 326.94) color: lch(66.88 92.45 326.94)

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

#B9B7D9 — rgb(185, 183, 217)

Deuteranopia (Green-blind)

#C2CED0 — rgb(194, 206, 208)

Tritanopia (Blue-blind)

#F4BBB4 — rgb(244, 187, 180)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(299, 100%, 69%);

text

color: hsl(299, 100%, 69%);

border

border: 2px solid hsl(299, 100%, 69%);

gradient light

background: linear-gradient(to right, hsl(299, 100%, 89%), hsl(299, 100%, 69%));

gradient dark

background: linear-gradient(to right, hsl(299, 100%, 69%), hsl(299, 100%, 49%))

hex

background-color: #FC61FF;

tailwind

bg-[hsl(299,100%,69%)]

box shadow

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

css variable

--color-primary: hsl(299, 100%, 69%);

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(299, 100%, 69%)?

HEX: #FC61FF | RGB: rgb(252, 97, 255) | CMYK: 1%, 62%, 0%, 0% | HSV: 299°, 62%, 100%. Copy any format from the conversion table above.

What colors go well with #FC61FF?

The complementary color is HSL(119, 100%, 69%). For a triadic harmony, use hues 299°, 59°, and 179°. For analogous combinations, try hues 269° and 329°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(299, 100%, 69%) in CSS?

As HSL: color: hsl(299, 100%, 69%); — As HEX: color: #FC61FF; — As RGB: color: rgb(252, 97, 255); — Tailwind CSS: bg-[hsl(299,100%,69%)] — CSS variable: --color-primary: hsl(299, 100%, 69%);