HSL(283, 100%, 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,100%,46%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(283, 100%, 46%) | color: hsl(283, 100%, 46%) | |
| HEX | #A800EB | color: #A800EB | |
| RGB | rgb(168, 0, 235) | color: rgb(168, 0, 235) | |
| CMYK | cmyk(29%, 100%, 0%, 8%) | — | |
| HSV | hsv(283, 100%, 92%) | — | |
| HWB | hwb(283 0% 8%) | color: hwb(283 0% 8%) | |
| OKLCH | oklch(0.5621 0.2833 310.64) | color: oklch(0.5621 0.2833 310.64) | |
| Lab | lab(44.69 83.08 -75.6) | color: lab(44.69 83.08 -75.6) | |
| LCH | lch(44.69 112.33 317.7) | color: lch(44.69 112.33 317.7) |
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)
#5F5EB2 — rgb(95, 94, 178)
Deuteranopia (Green-blind)
#6976A5 — rgb(105, 118, 165)
Tritanopia (Blue-blind)
#A0857B — rgb(160, 133, 123)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(283, 100%, 46%);
text
color: hsl(283, 100%, 46%);
border
border: 2px solid hsl(283, 100%, 46%);
gradient light
background: linear-gradient(to right, hsl(283, 100%, 66%), hsl(283, 100%, 46%));
gradient dark
background: linear-gradient(to right, hsl(283, 100%, 46%), hsl(283, 100%, 26%))
hex
background-color: #A800EB;
tailwind
bg-[hsl(283,100%,46%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(283, 100%, 46%, 0.4);
css variable
--color-primary: hsl(283, 100%, 46%);
Related Colors
Use Cases for Vivid Indigo
Frequently Asked Questions
What are all the color codes for HSL(283, 100%, 46%)?
HEX: #A800EB | RGB: rgb(168, 0, 235) | CMYK: 29%, 100%, 0%, 8% | HSV: 283°, 100%, 92%. Copy any format from the conversion table above.
What colors go well with #A800EB?
The complementary color is HSL(103, 100%, 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, 100%, 46%) in CSS?
As HSL: color: hsl(283, 100%, 46%); — As HEX: color: #A800EB; — As RGB: color: rgb(168, 0, 235); — Tailwind CSS: bg-[hsl(283,100%,46%)] — CSS variable: --color-primary: hsl(283, 100%, 46%);