HSL(257, 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(257,90%,58%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(257, 90%, 58%) | color: hsl(257, 90%, 58%) | |
| HEX | #6A34F4 | color: #6A34F4 | |
| RGB | rgb(106, 52, 244) | color: rgb(106, 52, 244) | |
| CMYK | cmyk(57%, 79%, 0%, 4%) | — | |
| HSV | hsv(257, 79%, 96%) | — | |
| HWB | hwb(257 20% 4%) | color: hwb(257 20% 4%) | |
| OKLCH | oklch(0.5243 0.2596 286.17) | color: oklch(0.5243 0.2596 286.17) | |
| Lab | lab(41.3 66.84 -86.56) | color: lab(41.3 66.84 -86.56) | |
| LCH | lch(41.3 109.36 307.67) | color: lch(41.3 109.36 307.67) |
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)
#5352C6 — rgb(83, 82, 198)
Deuteranopia (Green-blind)
#565ABA — rgb(86, 90, 186)
Tritanopia (Blue-blind)
#67A199 — rgb(103, 161, 153)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(257, 90%, 58%);
text
color: hsl(257, 90%, 58%);
border
border: 2px solid hsl(257, 90%, 58%);
gradient light
background: linear-gradient(to right, hsl(257, 90%, 78%), hsl(257, 90%, 58%));
gradient dark
background: linear-gradient(to right, hsl(257, 90%, 58%), hsl(257, 90%, 38%))
hex
background-color: #6A34F4;
tailwind
bg-[hsl(257,90%,58%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(257, 90%, 58%, 0.4);
css variable
--color-primary: hsl(257, 90%, 58%);
Related Colors
Use Cases for Vivid Indigo
Frequently Asked Questions
What are all the color codes for HSL(257, 90%, 58%)?
HEX: #6A34F4 | RGB: rgb(106, 52, 244) | CMYK: 57%, 79%, 0%, 4% | HSV: 257°, 79%, 96%. Copy any format from the conversion table above.
What colors go well with #6A34F4?
The complementary color is HSL(77, 90%, 58%). For a triadic harmony, use hues 257°, 17°, and 137°. For analogous combinations, try hues 227° and 287°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(257, 90%, 58%) in CSS?
As HSL: color: hsl(257, 90%, 58%); — As HEX: color: #6A34F4; — As RGB: color: rgb(106, 52, 244); — Tailwind CSS: bg-[hsl(257,90%,58%)] — CSS variable: --color-primary: hsl(257, 90%, 58%);