HSL(261, 99%, 53%)
Vivid Indigo — Indigo color
Adjust Color
Color Information
Color Name
Vivid Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(261,99%,53%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(261, 99%, 53%) | color: hsl(261, 99%, 53%) | |
| HEX | #6410FE | color: #6410FE | |
| RGB | rgb(100, 16, 254) | color: rgb(100, 16, 254) | |
| CMYK | cmyk(61%, 94%, 0%, 0%) | — | |
| HSV | hsv(261, 94%, 100%) | — | |
| HWB | hwb(261 6% 0%) | color: hwb(261 6% 0%) | |
| OKLCH | oklch(0.5053 0.2894 284.58) | color: oklch(0.5053 0.2894 284.58) | |
| Lab | lab(38.26 79.16 -97.22) | color: lab(38.26 79.16 -97.22) | |
| LCH | lch(38.26 125.37 309.15) | color: lch(38.26 125.37 309.15) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#403FC4 — rgb(64, 63, 196)
Deuteranopia (Green-blind)
#454BB7 — rgb(69, 75, 183)
Tritanopia (Blue-blind)
#60978D — rgb(96, 151, 141)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(261, 99%, 53%);
text
color: hsl(261, 99%, 53%);
border
border: 2px solid hsl(261, 99%, 53%);
gradient light
background: linear-gradient(to right, hsl(261, 99%, 73%), hsl(261, 99%, 53%));
gradient dark
background: linear-gradient(to right, hsl(261, 99%, 53%), hsl(261, 99%, 33%))
hex
background-color: #6410FE;
tailwind
bg-[hsl(261,99%,53%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(261, 99%, 53%, 0.4);
css variable
--color-primary: hsl(261, 99%, 53%);
Related Colors
Use Cases for Vivid Indigo
Frequently Asked Questions
What are all the color codes for HSL(261, 99%, 53%)?
HEX: #6410FE | RGB: rgb(100, 16, 254) | CMYK: 61%, 94%, 0%, 0% | HSV: 261°, 94%, 100%. Copy any format from the conversion table above.
What colors go well with #6410FE?
The complementary color is HSL(81, 99%, 53%). For a triadic harmony, use hues 261°, 21°, and 141°. For analogous combinations, try hues 231° and 291°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(261, 99%, 53%) in CSS?
As HSL: color: hsl(261, 99%, 53%); — As HEX: color: #6410FE; — As RGB: color: rgb(100, 16, 254); — Tailwind CSS: bg-[hsl(261,99%,53%)] — CSS variable: --color-primary: hsl(261, 99%, 53%);