HSL(281, 94%, 49%)
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,94%,49%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(281, 94%, 49%) | color: hsl(281, 94%, 49%) | |
| HEX | #A807F2 | color: #A807F2 | |
| RGB | rgb(168, 7, 242) | color: rgb(168, 7, 242) | |
| CMYK | cmyk(31%, 97%, 0%, 5%) | — | |
| HSV | hsv(281, 97%, 95%) | — | |
| HWB | hwb(281 3% 5%) | color: hwb(281 3% 5%) | |
| OKLCH | oklch(0.5692 0.2868 309.02) | color: oklch(0.5692 0.2868 309.02) | |
| Lab | lab(45.48 83.73 -78.27) | color: lab(45.48 83.73 -78.27) | |
| LCH | lch(45.48 114.62 316.93) | color: lch(45.48 114.62 316.93) |
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)
#6261B9 — rgb(98, 97, 185)
Deuteranopia (Green-blind)
#6C78AC — rgb(108, 120, 172)
Tritanopia (Blue-blind)
#A08C82 — rgb(160, 140, 130)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(281, 94%, 49%);
text
color: hsl(281, 94%, 49%);
border
border: 2px solid hsl(281, 94%, 49%);
gradient light
background: linear-gradient(to right, hsl(281, 94%, 69%), hsl(281, 94%, 49%));
gradient dark
background: linear-gradient(to right, hsl(281, 94%, 49%), hsl(281, 94%, 29%))
hex
background-color: #A807F2;
tailwind
bg-[hsl(281,94%,49%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(281, 94%, 49%, 0.4);
css variable
--color-primary: hsl(281, 94%, 49%);
Related Colors
Use Cases for Vivid Indigo
Frequently Asked Questions
What are all the color codes for HSL(281, 94%, 49%)?
HEX: #A807F2 | RGB: rgb(168, 7, 242) | CMYK: 31%, 97%, 0%, 5% | HSV: 281°, 97%, 95%. Copy any format from the conversion table above.
What colors go well with #A807F2?
The complementary color is HSL(101, 94%, 49%). 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, 94%, 49%) in CSS?
As HSL: color: hsl(281, 94%, 49%); — As HEX: color: #A807F2; — As RGB: color: rgb(168, 7, 242); — Tailwind CSS: bg-[hsl(281,94%,49%)] — CSS variable: --color-primary: hsl(281, 94%, 49%);