HSL(258, 100%, 71%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(258,100%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(258, 100%, 71%) | color: hsl(258, 100%, 71%) | |
| HEX | #976BFF | color: #976BFF | |
| RGB | rgb(151, 107, 255) | color: rgb(151, 107, 255) | |
| CMYK | cmyk(41%, 58%, 0%, 0%) | — | |
| HSV | hsv(258, 58%, 100%) | — | |
| HWB | hwb(258 42% 0%) | color: hwb(258 42% 0%) | |
| OKLCH | oklch(0.6452 0.2104 293.31) | color: oklch(0.6452 0.2104 293.31) | |
| Lab | lab(56.4 49.91 -67.87) | color: lab(56.4 49.91 -67.87) | |
| LCH | lch(56.4 84.25 306.33) | color: lch(56.4 84.25 306.33) |
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)
#8484DB — rgb(132, 132, 219)
Deuteranopia (Green-blind)
#878AD3 — rgb(135, 138, 211)
Tritanopia (Blue-blind)
#95BFB9 — rgb(149, 191, 185)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(258, 100%, 71%);
text
color: hsl(258, 100%, 71%);
border
border: 2px solid hsl(258, 100%, 71%);
gradient light
background: linear-gradient(to right, hsl(258, 100%, 91%), hsl(258, 100%, 71%));
gradient dark
background: linear-gradient(to right, hsl(258, 100%, 71%), hsl(258, 100%, 51%))
hex
background-color: #976BFF;
tailwind
bg-[hsl(258,100%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(258, 100%, 71%, 0.4);
css variable
--color-primary: hsl(258, 100%, 71%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(258, 100%, 71%)?
HEX: #976BFF | RGB: rgb(151, 107, 255) | CMYK: 41%, 58%, 0%, 0% | HSV: 258°, 58%, 100%. Copy any format from the conversion table above.
What colors go well with #976BFF?
The complementary color is HSL(78, 100%, 71%). 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, 100%, 71%) in CSS?
As HSL: color: hsl(258, 100%, 71%); — As HEX: color: #976BFF; — As RGB: color: rgb(151, 107, 255); — Tailwind CSS: bg-[hsl(258,100%,71%)] — CSS variable: --color-primary: hsl(258, 100%, 71%);