HSL(276, 81%, 56%)
Vivid Indigo — Indigo color
Adjust Color
Color Information
Color Name
Vivid Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(276,81%,56%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(276, 81%, 56%) | color: hsl(276, 81%, 56%) | |
| HEX | #A134EA | color: #A134EA | |
| RGB | rgb(161, 52, 234) | color: rgb(161, 52, 234) | |
| CMYK | cmyk(31%, 78%, 0%, 8%) | — | |
| HSV | hsv(276, 78%, 92%) | — | |
| HWB | hwb(276 20% 8%) | color: hwb(276 20% 8%) | |
| OKLCH | oklch(0.5753 0.2545 307.01) | color: oklch(0.5753 0.2545 307.01) | |
| Lab | lab(46.94 72.04 -71.42) | color: lab(46.94 72.04 -71.42) | |
| LCH | lch(46.94 101.44 315.25) | color: lch(46.94 101.44 315.25) |
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)
#7271BE — rgb(114, 113, 190)
Deuteranopia (Green-blind)
#7880B3 — rgb(120, 128, 179)
Tritanopia (Blue-blind)
#9C9B94 — rgb(156, 155, 148)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(276, 81%, 56%);
text
color: hsl(276, 81%, 56%);
border
border: 2px solid hsl(276, 81%, 56%);
gradient light
background: linear-gradient(to right, hsl(276, 81%, 76%), hsl(276, 81%, 56%));
gradient dark
background: linear-gradient(to right, hsl(276, 81%, 56%), hsl(276, 81%, 36%))
hex
background-color: #A134EA;
tailwind
bg-[hsl(276,81%,56%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(276, 81%, 56%, 0.4);
css variable
--color-primary: hsl(276, 81%, 56%);
Related Colors
Use Cases for Vivid Indigo
Frequently Asked Questions
What are all the color codes for HSL(276, 81%, 56%)?
HEX: #A134EA | RGB: rgb(161, 52, 234) | CMYK: 31%, 78%, 0%, 8% | HSV: 276°, 78%, 92%. Copy any format from the conversion table above.
What colors go well with #A134EA?
The complementary color is HSL(96, 81%, 56%). For a triadic harmony, use hues 276°, 36°, and 156°. For analogous combinations, try hues 246° and 306°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(276, 81%, 56%) in CSS?
As HSL: color: hsl(276, 81%, 56%); — As HEX: color: #A134EA; — As RGB: color: rgb(161, 52, 234); — Tailwind CSS: bg-[hsl(276,81%,56%)] — CSS variable: --color-primary: hsl(276, 81%, 56%);