HSL(260, 100%, 58%)
Vivid Indigo — Indigo color
Adjust Color
Color Information
Color Name
Vivid Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(260,100%,58%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(260, 100%, 58%) | color: hsl(260, 100%, 58%) | |
| HEX | #7029FF | color: #7029FF | |
| RGB | rgb(112, 41, 255) | color: rgb(112, 41, 255) | |
| CMYK | cmyk(56%, 84%, 0%, 0%) | — | |
| HSV | hsv(260, 84%, 100%) | — | |
| HWB | hwb(260 16% 0%) | color: hwb(260 16% 0%) | |
| OKLCH | oklch(0.5311 0.2782 287.39) | color: oklch(0.5311 0.2782 287.39) | |
| Lab | lab(41.61 74.25 -92.19) | color: lab(41.61 74.25 -92.19) | |
| LCH | lch(41.61 118.37 308.85) | color: lch(41.61 118.37 308.85) |
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)
#5151CB — rgb(81, 81, 203)
Deuteranopia (Green-blind)
#555BBF — rgb(85, 91, 191)
Tritanopia (Blue-blind)
#6CA299 — rgb(108, 162, 153)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(260, 100%, 58%);
text
color: hsl(260, 100%, 58%);
border
border: 2px solid hsl(260, 100%, 58%);
gradient light
background: linear-gradient(to right, hsl(260, 100%, 78%), hsl(260, 100%, 58%));
gradient dark
background: linear-gradient(to right, hsl(260, 100%, 58%), hsl(260, 100%, 38%))
hex
background-color: #7029FF;
tailwind
bg-[hsl(260,100%,58%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(260, 100%, 58%, 0.4);
css variable
--color-primary: hsl(260, 100%, 58%);
Related Colors
Use Cases for Vivid Indigo
Frequently Asked Questions
What are all the color codes for HSL(260, 100%, 58%)?
HEX: #7029FF | RGB: rgb(112, 41, 255) | CMYK: 56%, 84%, 0%, 0% | HSV: 260°, 84%, 100%. Copy any format from the conversion table above.
What colors go well with #7029FF?
The complementary color is HSL(80, 100%, 58%). For a triadic harmony, use hues 260°, 20°, and 140°. For analogous combinations, try hues 230° and 290°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(260, 100%, 58%) in CSS?
As HSL: color: hsl(260, 100%, 58%); — As HEX: color: #7029FF; — As RGB: color: rgb(112, 41, 255); — Tailwind CSS: bg-[hsl(260,100%,58%)] — CSS variable: --color-primary: hsl(260, 100%, 58%);