HSL(283, 91%, 46%)
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,91%,46%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(283, 91%, 46%) | color: hsl(283, 91%, 46%) | |
| HEX | #A40BE0 | color: #A40BE0 | |
| RGB | rgb(164, 11, 224) | color: rgb(164, 11, 224) | |
| CMYK | cmyk(27%, 95%, 0%, 12%) | — | |
| HSV | hsv(283, 95%, 88%) | — | |
| HWB | hwb(283 4% 12%) | color: hwb(283 4% 12%) | |
| OKLCH | oklch(0.5502 0.2713 311.75) | color: oklch(0.5502 0.2713 311.75) | |
| Lab | lab(43.53 79.56 -71.28) | color: lab(43.53 79.56 -71.28) | |
| LCH | lch(43.53 106.82 318.14) | color: lch(43.53 106.82 318.14) |
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)
#6260AC — rgb(98, 96, 172)
Deuteranopia (Green-blind)
#6B76A0 — rgb(107, 118, 160)
Tritanopia (Blue-blind)
#9C847B — rgb(156, 132, 123)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(283, 91%, 46%);
text
color: hsl(283, 91%, 46%);
border
border: 2px solid hsl(283, 91%, 46%);
gradient light
background: linear-gradient(to right, hsl(283, 91%, 66%), hsl(283, 91%, 46%));
gradient dark
background: linear-gradient(to right, hsl(283, 91%, 46%), hsl(283, 91%, 26%))
hex
background-color: #A40BE0;
tailwind
bg-[hsl(283,91%,46%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(283, 91%, 46%, 0.4);
css variable
--color-primary: hsl(283, 91%, 46%);
Related Colors
Use Cases for Vivid Indigo
Frequently Asked Questions
What are all the color codes for HSL(283, 91%, 46%)?
HEX: #A40BE0 | RGB: rgb(164, 11, 224) | CMYK: 27%, 95%, 0%, 12% | HSV: 283°, 95%, 88%. Copy any format from the conversion table above.
What colors go well with #A40BE0?
The complementary color is HSL(103, 91%, 46%). 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, 91%, 46%) in CSS?
As HSL: color: hsl(283, 91%, 46%); — As HEX: color: #A40BE0; — As RGB: color: rgb(164, 11, 224); — Tailwind CSS: bg-[hsl(283,91%,46%)] — CSS variable: --color-primary: hsl(283, 91%, 46%);