HSL(258, 93%, 70%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(258,93%,70%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(258, 93%, 70%) | color: hsl(258, 93%, 70%) | |
| HEX | #966BFA | color: #966BFA | |
| RGB | rgb(150, 107, 250) | color: rgb(150, 107, 250) | |
| CMYK | cmyk(40%, 57%, 0%, 2%) | — | |
| HSV | hsv(258, 57%, 98%) | — | |
| HWB | hwb(258 42% 2%) | color: hwb(258 42% 2%) | |
| OKLCH | oklch(0.6409 0.2044 293.69) | color: oklch(0.6409 0.2044 293.69) | |
| Lab | lab(55.99 48.38 -65.77) | color: lab(55.99 48.38 -65.77) | |
| LCH | lch(55.99 81.65 306.34) | color: lch(55.99 81.65 306.34) |
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)
#8383D7 — rgb(131, 131, 215)
Deuteranopia (Green-blind)
#8689CF — rgb(134, 137, 207)
Tritanopia (Blue-blind)
#94BCB6 — rgb(148, 188, 182)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(258, 93%, 70%);
text
color: hsl(258, 93%, 70%);
border
border: 2px solid hsl(258, 93%, 70%);
gradient light
background: linear-gradient(to right, hsl(258, 93%, 90%), hsl(258, 93%, 70%));
gradient dark
background: linear-gradient(to right, hsl(258, 93%, 70%), hsl(258, 93%, 50%))
hex
background-color: #966BFA;
tailwind
bg-[hsl(258,93%,70%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(258, 93%, 70%, 0.4);
css variable
--color-primary: hsl(258, 93%, 70%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(258, 93%, 70%)?
HEX: #966BFA | RGB: rgb(150, 107, 250) | CMYK: 40%, 57%, 0%, 2% | HSV: 258°, 57%, 98%. Copy any format from the conversion table above.
What colors go well with #966BFA?
The complementary color is HSL(78, 93%, 70%). 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, 93%, 70%) in CSS?
As HSL: color: hsl(258, 93%, 70%); — As HEX: color: #966BFA; — As RGB: color: rgb(150, 107, 250); — Tailwind CSS: bg-[hsl(258,93%,70%)] — CSS variable: --color-primary: hsl(258, 93%, 70%);