HSL(258, 83%, 64%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(258,83%,64%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(258, 83%, 64%) | color: hsl(258, 83%, 64%) | |
| HEX | #8557EF | color: #8557EF | |
| RGB | rgb(133, 87, 239) | color: rgb(133, 87, 239) | |
| CMYK | cmyk(44%, 64%, 0%, 6%) | — | |
| HSV | hsv(258, 64%, 94%) | — | |
| HWB | hwb(258 34% 6%) | color: hwb(258 34% 6%) | |
| OKLCH | oklch(0.5877 0.2168 292.35) | color: oklch(0.5877 0.2168 292.35) | |
| Lab | lab(49.54 52.79 -70.15) | color: lab(49.54 52.79 -70.15) | |
| LCH | lch(49.54 87.79 306.96) | color: lch(49.54 87.79 306.96) |
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)
#7171CA — rgb(113, 113, 202)
Deuteranopia (Green-blind)
#7477C1 — rgb(116, 119, 193)
Tritanopia (Blue-blind)
#83ADA7 — rgb(131, 173, 167)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(258, 83%, 64%);
text
color: hsl(258, 83%, 64%);
border
border: 2px solid hsl(258, 83%, 64%);
gradient light
background: linear-gradient(to right, hsl(258, 83%, 84%), hsl(258, 83%, 64%));
gradient dark
background: linear-gradient(to right, hsl(258, 83%, 64%), hsl(258, 83%, 44%))
hex
background-color: #8557EF;
tailwind
bg-[hsl(258,83%,64%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(258, 83%, 64%, 0.4);
css variable
--color-primary: hsl(258, 83%, 64%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(258, 83%, 64%)?
HEX: #8557EF | RGB: rgb(133, 87, 239) | CMYK: 44%, 64%, 0%, 6% | HSV: 258°, 64%, 94%. Copy any format from the conversion table above.
What colors go well with #8557EF?
The complementary color is HSL(78, 83%, 64%). 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, 83%, 64%) in CSS?
As HSL: color: hsl(258, 83%, 64%); — As HEX: color: #8557EF; — As RGB: color: rgb(133, 87, 239); — Tailwind CSS: bg-[hsl(258,83%,64%)] — CSS variable: --color-primary: hsl(258, 83%, 64%);