HSL(283, 87%, 58%)
Vivid Indigo — Indigo color
Adjust Color
Color Information
Color Name
Vivid Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(283,87%,58%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(283, 87%, 58%) | color: hsl(283, 87%, 58%) | |
| HEX | #BC37F1 | color: #BC37F1 | |
| RGB | rgb(188, 55, 241) | color: rgb(188, 55, 241) | |
| CMYK | cmyk(22%, 77%, 0%, 5%) | — | |
| HSV | hsv(283, 77%, 95%) | — | |
| HWB | hwb(283 22% 5%) | color: hwb(283 22% 5%) | |
| OKLCH | oklch(0.6172 0.2651 313.84) | color: oklch(0.6172 0.2651 313.84) | |
| Lab | lab(51.58 76.97 -67.65) | color: lab(51.58 76.97 -67.65) | |
| LCH | lch(51.58 102.47 318.69) | color: lch(51.58 102.47 318.69) |
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)
#8281C4 — rgb(130, 129, 196)
Deuteranopia (Green-blind)
#8A94B9 — rgb(138, 148, 185)
Tritanopia (Blue-blind)
#B5A099 — rgb(181, 160, 153)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(283, 87%, 58%);
text
color: hsl(283, 87%, 58%);
border
border: 2px solid hsl(283, 87%, 58%);
gradient light
background: linear-gradient(to right, hsl(283, 87%, 78%), hsl(283, 87%, 58%));
gradient dark
background: linear-gradient(to right, hsl(283, 87%, 58%), hsl(283, 87%, 38%))
hex
background-color: #BC37F1;
tailwind
bg-[hsl(283,87%,58%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(283, 87%, 58%, 0.4);
css variable
--color-primary: hsl(283, 87%, 58%);
Related Colors
Use Cases for Vivid Indigo
Frequently Asked Questions
What are all the color codes for HSL(283, 87%, 58%)?
HEX: #BC37F1 | RGB: rgb(188, 55, 241) | CMYK: 22%, 77%, 0%, 5% | HSV: 283°, 77%, 95%. Copy any format from the conversion table above.
What colors go well with #BC37F1?
The complementary color is HSL(103, 87%, 58%). For a triadic harmony, use hues 283°, 43°, and 163°. For analogous combinations, try hues 253° and 313°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(283, 87%, 58%) in CSS?
As HSL: color: hsl(283, 87%, 58%); — As HEX: color: #BC37F1; — As RGB: color: rgb(188, 55, 241); — Tailwind CSS: bg-[hsl(283,87%,58%)] — CSS variable: --color-primary: hsl(283, 87%, 58%);