HSL(258, 90%, 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(258,90%,58%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(258, 90%, 58%) | color: hsl(258, 90%, 58%) | |
| HEX | #6D34F4 | color: #6D34F4 | |
| RGB | rgb(109, 52, 244) | color: rgb(109, 52, 244) | |
| CMYK | cmyk(55%, 79%, 0%, 4%) | — | |
| HSV | hsv(258, 79%, 96%) | — | |
| HWB | hwb(258 20% 4%) | color: hwb(258 20% 4%) | |
| OKLCH | oklch(0.527 0.2594 287.19) | color: oklch(0.527 0.2594 287.19) | |
| Lab | lab(41.59 67.17 -86.06) | color: lab(41.59 67.17 -86.06) | |
| LCH | lch(41.59 109.17 307.97) | color: lch(41.59 109.17 307.97) |
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)
#5454C6 — rgb(84, 84, 198)
Deuteranopia (Green-blind)
#585CBA — rgb(88, 92, 186)
Tritanopia (Blue-blind)
#6AA199 — rgb(106, 161, 153)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(258, 90%, 58%);
text
color: hsl(258, 90%, 58%);
border
border: 2px solid hsl(258, 90%, 58%);
gradient light
background: linear-gradient(to right, hsl(258, 90%, 78%), hsl(258, 90%, 58%));
gradient dark
background: linear-gradient(to right, hsl(258, 90%, 58%), hsl(258, 90%, 38%))
hex
background-color: #6D34F4;
tailwind
bg-[hsl(258,90%,58%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(258, 90%, 58%, 0.4);
css variable
--color-primary: hsl(258, 90%, 58%);
Related Colors
Use Cases for Vivid Indigo
Frequently Asked Questions
What are all the color codes for HSL(258, 90%, 58%)?
HEX: #6D34F4 | RGB: rgb(109, 52, 244) | CMYK: 55%, 79%, 0%, 4% | HSV: 258°, 79%, 96%. Copy any format from the conversion table above.
What colors go well with #6D34F4?
The complementary color is HSL(78, 90%, 58%). For a triadic harmony, use hues 258°, 18°, and 138°. For analogous combinations, try hues 228° and 288°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(258, 90%, 58%) in CSS?
As HSL: color: hsl(258, 90%, 58%); — As HEX: color: #6D34F4; — As RGB: color: rgb(109, 52, 244); — Tailwind CSS: bg-[hsl(258,90%,58%)] — CSS variable: --color-primary: hsl(258, 90%, 58%);