HSL(311, 97%, 53%)
Vivid Purple — Purple color
Adjust Color
Color Information
Color Name
Vivid Purple
Color Family
Purple
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(311,97%,53%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(311, 97%, 53%) | color: hsl(311, 97%, 53%) | |
| HEX | #FB13D1 | color: #FB13D1 | |
| RGB | rgb(251, 19, 209) | color: rgb(251, 19, 209) | |
| CMYK | cmyk(0%, 92%, 17%, 2%) | — | |
| HSV | hsv(311, 92%, 98%) | — | |
| HWB | hwb(311 8% 2%) | color: hwb(311 8% 2%) | |
| OKLCH | oklch(0.6737 0.2892 338.31) | color: oklch(0.6737 0.2892 338.31) | |
| Lab | lab(57.64 90.28 -39.28) | color: lab(57.64 90.28 -39.28) | |
| LCH | lch(57.64 98.46 336.49) | color: lch(57.64 98.46 336.49) |
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)
#9794A3 — rgb(151, 148, 163)
Deuteranopia (Green-blind)
#A4B598 — rgb(164, 181, 152)
Tritanopia (Blue-blind)
#EF7F77 — rgb(239, 127, 119)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(311, 97%, 53%);
text
color: hsl(311, 97%, 53%);
border
border: 2px solid hsl(311, 97%, 53%);
gradient light
background: linear-gradient(to right, hsl(311, 97%, 73%), hsl(311, 97%, 53%));
gradient dark
background: linear-gradient(to right, hsl(311, 97%, 53%), hsl(311, 97%, 33%))
hex
background-color: #FB13D1;
tailwind
bg-[hsl(311,97%,53%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(311, 97%, 53%, 0.4);
css variable
--color-primary: hsl(311, 97%, 53%);
Related Colors
Use Cases for Vivid Purple
Frequently Asked Questions
What are all the color codes for HSL(311, 97%, 53%)?
HEX: #FB13D1 | RGB: rgb(251, 19, 209) | CMYK: 0%, 92%, 17%, 2% | HSV: 311°, 92%, 98%. Copy any format from the conversion table above.
What colors go well with #FB13D1?
The complementary color is HSL(131, 97%, 53%). For a triadic harmony, use hues 311°, 71°, and 191°. For analogous combinations, try hues 281° and 341°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(311, 97%, 53%) in CSS?
As HSL: color: hsl(311, 97%, 53%); — As HEX: color: #FB13D1; — As RGB: color: rgb(251, 19, 209); — Tailwind CSS: bg-[hsl(311,97%,53%)] — CSS variable: --color-primary: hsl(311, 97%, 53%);