HSL(297, 100%, 54%)
Vivid Purple — Purple color
Adjust Color
Color Information
Color Name
Vivid Purple
Color Family
Purple
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(297,100%,54%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(297, 100%, 54%) | color: hsl(297, 100%, 54%) | |
| HEX | #F314FF | color: #F314FF | |
| RGB | rgb(243, 20, 255) | color: rgb(243, 20, 255) | |
| CMYK | cmyk(5%, 92%, 0%, 0%) | — | |
| HSV | hsv(297, 92%, 100%) | — | |
| HWB | hwb(297 8% 0%) | color: hwb(297 8% 0%) | |
| OKLCH | oklch(0.6871 0.3141 325.68) | color: oklch(0.6871 0.3141 325.68) | |
| Lab | lab(58.77 95.03 -63.43) | color: lab(58.77 95.03 -63.43) | |
| LCH | lch(58.77 114.25 326.28) | color: lch(58.77 114.25 326.28) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: black
Color Blindness Simulation
Protanopia (Red-blind)
#9290C6 — rgb(146, 144, 198)
Deuteranopia (Green-blind)
#9FB0B9 — rgb(159, 176, 185)
Tritanopia (Blue-blind)
#E8998F — rgb(232, 153, 143)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(297, 100%, 54%);
text
color: hsl(297, 100%, 54%);
border
border: 2px solid hsl(297, 100%, 54%);
gradient light
background: linear-gradient(to right, hsl(297, 100%, 74%), hsl(297, 100%, 54%));
gradient dark
background: linear-gradient(to right, hsl(297, 100%, 54%), hsl(297, 100%, 34%))
hex
background-color: #F314FF;
tailwind
bg-[hsl(297,100%,54%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(297, 100%, 54%, 0.4);
css variable
--color-primary: hsl(297, 100%, 54%);
Related Colors
Use Cases for Vivid Purple
Frequently Asked Questions
What are all the color codes for HSL(297, 100%, 54%)?
HEX: #F314FF | RGB: rgb(243, 20, 255) | CMYK: 5%, 92%, 0%, 0% | HSV: 297°, 92%, 100%. Copy any format from the conversion table above.
What colors go well with #F314FF?
The complementary color is HSL(117, 100%, 54%). For a triadic harmony, use hues 297°, 57°, and 177°. For analogous combinations, try hues 267° and 327°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(297, 100%, 54%) in CSS?
As HSL: color: hsl(297, 100%, 54%); — As HEX: color: #F314FF; — As RGB: color: rgb(243, 20, 255); — Tailwind CSS: bg-[hsl(297,100%,54%)] — CSS variable: --color-primary: hsl(297, 100%, 54%);