HSL(281, 91%, 47%)
Vivid Indigo — Indigo color
Adjust Color
Color Information
Color Name
Vivid Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(281,91%,47%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(281, 91%, 47%) | color: hsl(281, 91%, 47%) | |
| HEX | #A00BE5 | color: #A00BE5 | |
| RGB | rgb(160, 11, 229) | color: rgb(160, 11, 229) | |
| CMYK | cmyk(30%, 95%, 0%, 10%) | — | |
| HSV | hsv(281, 95%, 90%) | — | |
| HWB | hwb(281 5% 10%) | color: hwb(281 5% 10%) | |
| OKLCH | oklch(0.5487 0.2742 309.34) | color: oklch(0.5487 0.2742 309.34) | |
| Lab | lab(43.32 79.99 -74.5) | color: lab(43.32 79.99 -74.5) | |
| LCH | lch(43.32 109.31 317.04) | color: lch(43.32 109.31 317.04) |
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)
#5F5EB0 — rgb(95, 94, 176)
Deuteranopia (Green-blind)
#6873A4 — rgb(104, 115, 164)
Tritanopia (Blue-blind)
#99877D — rgb(153, 135, 125)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(281, 91%, 47%);
text
color: hsl(281, 91%, 47%);
border
border: 2px solid hsl(281, 91%, 47%);
gradient light
background: linear-gradient(to right, hsl(281, 91%, 67%), hsl(281, 91%, 47%));
gradient dark
background: linear-gradient(to right, hsl(281, 91%, 47%), hsl(281, 91%, 27%))
hex
background-color: #A00BE5;
tailwind
bg-[hsl(281,91%,47%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(281, 91%, 47%, 0.4);
css variable
--color-primary: hsl(281, 91%, 47%);
Related Colors
Use Cases for Vivid Indigo
Frequently Asked Questions
What are all the color codes for HSL(281, 91%, 47%)?
HEX: #A00BE5 | RGB: rgb(160, 11, 229) | CMYK: 30%, 95%, 0%, 10% | HSV: 281°, 95%, 90%. Copy any format from the conversion table above.
What colors go well with #A00BE5?
The complementary color is HSL(101, 91%, 47%). For a triadic harmony, use hues 281°, 41°, and 161°. For analogous combinations, try hues 251° and 311°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(281, 91%, 47%) in CSS?
As HSL: color: hsl(281, 91%, 47%); — As HEX: color: #A00BE5; — As RGB: color: rgb(160, 11, 229); — Tailwind CSS: bg-[hsl(281,91%,47%)] — CSS variable: --color-primary: hsl(281, 91%, 47%);