HSL(262, 91%, 44%)
Vivid Indigo — Indigo color
Adjust Color
Color Information
Color Name
Vivid Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(262,91%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(262, 91%, 44%) | color: hsl(262, 91%, 44%) | |
| HEX | #550AD6 | color: #550AD6 | |
| RGB | rgb(85, 10, 214) | color: rgb(85, 10, 214) | |
| CMYK | cmyk(60%, 95%, 0%, 16%) | — | |
| HSV | hsv(262, 95%, 84%) | — | |
| HWB | hwb(262 4% 16%) | color: hwb(262 4% 16%) | |
| OKLCH | oklch(0.4454 0.2545 285.39) | color: oklch(0.4454 0.2545 285.39) | |
| Lab | lab(31.81 69.92 -85.2) | color: lab(31.81 69.92 -85.2) | |
| LCH | lch(31.81 110.22 309.37) | color: lch(31.81 110.22 309.37) |
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)
#3534A5 — rgb(53, 52, 165)
Deuteranopia (Green-blind)
#393F99 — rgb(57, 63, 153)
Tritanopia (Blue-blind)
#517E75 — rgb(81, 126, 117)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(262, 91%, 44%);
text
color: hsl(262, 91%, 44%);
border
border: 2px solid hsl(262, 91%, 44%);
gradient light
background: linear-gradient(to right, hsl(262, 91%, 64%), hsl(262, 91%, 44%));
gradient dark
background: linear-gradient(to right, hsl(262, 91%, 44%), hsl(262, 91%, 24%))
hex
background-color: #550AD6;
tailwind
bg-[hsl(262,91%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(262, 91%, 44%, 0.4);
css variable
--color-primary: hsl(262, 91%, 44%);
Related Colors
Use Cases for Vivid Indigo
Frequently Asked Questions
What are all the color codes for HSL(262, 91%, 44%)?
HEX: #550AD6 | RGB: rgb(85, 10, 214) | CMYK: 60%, 95%, 0%, 16% | HSV: 262°, 95%, 84%. Copy any format from the conversion table above.
What colors go well with #550AD6?
The complementary color is HSL(82, 91%, 44%). For a triadic harmony, use hues 262°, 22°, and 142°. For analogous combinations, try hues 232° and 292°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(262, 91%, 44%) in CSS?
As HSL: color: hsl(262, 91%, 44%); — As HEX: color: #550AD6; — As RGB: color: rgb(85, 10, 214); — Tailwind CSS: bg-[hsl(262,91%,44%)] — CSS variable: --color-primary: hsl(262, 91%, 44%);