HSL(281, 90%, 41%)
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,90%,41%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(281, 90%, 41%) | color: hsl(281, 90%, 41%) | |
| HEX | #8B0AC7 | color: #8B0AC7 | |
| RGB | rgb(139, 10, 199) | color: rgb(139, 10, 199) | |
| CMYK | cmyk(30%, 95%, 0%, 22%) | — | |
| HSV | hsv(281, 95%, 78%) | — | |
| HWB | hwb(281 4% 22%) | color: hwb(281 4% 22%) | |
| OKLCH | oklch(0.495 0.2462 309.48) | color: oklch(0.495 0.2462 309.48) | |
| Lab | lab(37.54 71.81 -66.79) | color: lab(37.54 71.81 -66.79) | |
| LCH | lch(37.54 98.07 317.07) | color: lch(37.54 98.07 317.07) |
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)
#535299 — rgb(83, 82, 153)
Deuteranopia (Green-blind)
#5B648E — rgb(91, 100, 142)
Tritanopia (Blue-blind)
#85756D — rgb(133, 117, 109)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(281, 90%, 41%);
text
color: hsl(281, 90%, 41%);
border
border: 2px solid hsl(281, 90%, 41%);
gradient light
background: linear-gradient(to right, hsl(281, 90%, 61%), hsl(281, 90%, 41%));
gradient dark
background: linear-gradient(to right, hsl(281, 90%, 41%), hsl(281, 90%, 21%))
hex
background-color: #8B0AC7;
tailwind
bg-[hsl(281,90%,41%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(281, 90%, 41%, 0.4);
css variable
--color-primary: hsl(281, 90%, 41%);
Related Colors
Use Cases for Vivid Indigo
Frequently Asked Questions
What are all the color codes for HSL(281, 90%, 41%)?
HEX: #8B0AC7 | RGB: rgb(139, 10, 199) | CMYK: 30%, 95%, 0%, 22% | HSV: 281°, 95%, 78%. Copy any format from the conversion table above.
What colors go well with #8B0AC7?
The complementary color is HSL(101, 90%, 41%). 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, 90%, 41%) in CSS?
As HSL: color: hsl(281, 90%, 41%); — As HEX: color: #8B0AC7; — As RGB: color: rgb(139, 10, 199); — Tailwind CSS: bg-[hsl(281,90%,41%)] — CSS variable: --color-primary: hsl(281, 90%, 41%);