HSL(276, 88%, 53%)
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,88%,53%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(276, 88%, 53%) | color: hsl(276, 88%, 53%) | |
| HEX | #9C1EF1 | color: #9C1EF1 | |
| RGB | rgb(156, 30, 241) | color: rgb(156, 30, 241) | |
| CMYK | cmyk(35%, 88%, 0%, 5%) | — | |
| HSV | hsv(276, 88%, 95%) | — | |
| HWB | hwb(276 11% 5%) | color: hwb(276 11% 5%) | |
| OKLCH | oklch(0.5603 0.2752 304.98) | color: oklch(0.5603 0.2752 304.98) | |
| Lab | lab(44.73 78.86 -79.01) | color: lab(44.73 78.86 -79.01) | |
| LCH | lch(44.73 111.63 314.95) | color: lch(44.73 111.63 314.95) |
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)
#6564BE — rgb(101, 100, 190)
Deuteranopia (Green-blind)
#6D76B2 — rgb(109, 118, 178)
Tritanopia (Blue-blind)
#96968D — rgb(150, 150, 141)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(276, 88%, 53%);
text
color: hsl(276, 88%, 53%);
border
border: 2px solid hsl(276, 88%, 53%);
gradient light
background: linear-gradient(to right, hsl(276, 88%, 73%), hsl(276, 88%, 53%));
gradient dark
background: linear-gradient(to right, hsl(276, 88%, 53%), hsl(276, 88%, 33%))
hex
background-color: #9C1EF1;
tailwind
bg-[hsl(276,88%,53%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(276, 88%, 53%, 0.4);
css variable
--color-primary: hsl(276, 88%, 53%);
Related Colors
Use Cases for Vivid Indigo
Frequently Asked Questions
What are all the color codes for HSL(276, 88%, 53%)?
HEX: #9C1EF1 | RGB: rgb(156, 30, 241) | CMYK: 35%, 88%, 0%, 5% | HSV: 276°, 88%, 95%. Copy any format from the conversion table above.
What colors go well with #9C1EF1?
The complementary color is HSL(96, 88%, 53%). 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, 88%, 53%) in CSS?
As HSL: color: hsl(276, 88%, 53%); — As HEX: color: #9C1EF1; — As RGB: color: rgb(156, 30, 241); — Tailwind CSS: bg-[hsl(276,88%,53%)] — CSS variable: --color-primary: hsl(276, 88%, 53%);