HSL(313, 100%, 56%)
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%,56%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(313, 100%, 56%) | color: hsl(313, 100%, 56%) | |
| HEX | #FF1FCE | color: #FF1FCE | |
| RGB | rgb(255, 31, 206) | color: rgb(255, 31, 206) | |
| CMYK | cmyk(0%, 88%, 19%, 0%) | — | |
| HSV | hsv(313, 88%, 100%) | — | |
| HWB | hwb(313 12% 0%) | color: hwb(313 12% 0%) | |
| OKLCH | oklch(0.682 0.2845 340.04) | color: oklch(0.682 0.2845 340.04) | |
| Lab | lab(58.7 89.24 -35.86) | color: lab(58.7 89.24 -35.86) | |
| LCH | lch(58.7 96.18 338.11) | color: lch(58.7 96.18 338.11) |
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)
#9E9CA4 — rgb(158, 156, 164)
Deuteranopia (Green-blind)
#ABBC9A — rgb(171, 188, 154)
Tritanopia (Blue-blind)
#F4827B — rgb(244, 130, 123)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(313, 100%, 56%);
text
color: hsl(313, 100%, 56%);
border
border: 2px solid hsl(313, 100%, 56%);
gradient light
background: linear-gradient(to right, hsl(313, 100%, 76%), hsl(313, 100%, 56%));
gradient dark
background: linear-gradient(to right, hsl(313, 100%, 56%), hsl(313, 100%, 36%))
hex
background-color: #FF1FCE;
tailwind
bg-[hsl(313,100%,56%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(313, 100%, 56%, 0.4);
css variable
--color-primary: hsl(313, 100%, 56%);
Related Colors
Use Cases for Vivid Purple
Frequently Asked Questions
What are all the color codes for HSL(313, 100%, 56%)?
HEX: #FF1FCE | RGB: rgb(255, 31, 206) | CMYK: 0%, 88%, 19%, 0% | HSV: 313°, 88%, 100%. Copy any format from the conversion table above.
What colors go well with #FF1FCE?
The complementary color is HSL(133, 100%, 56%). 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%, 56%) in CSS?
As HSL: color: hsl(313, 100%, 56%); — As HEX: color: #FF1FCE; — As RGB: color: rgb(255, 31, 206); — Tailwind CSS: bg-[hsl(313,100%,56%)] — CSS variable: --color-primary: hsl(313, 100%, 56%);