HSL(265, 90%, 41%)
Vivid Indigo — Indigo color
Adjust Color
Color Information
Color Name
Vivid Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(265,90%,41%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(265, 90%, 41%) | color: hsl(265, 90%, 41%) | |
| HEX | #590AC7 | color: #590AC7 | |
| RGB | rgb(89, 10, 199) | color: rgb(89, 10, 199) | |
| CMYK | cmyk(55%, 95%, 0%, 22%) | — | |
| HSV | hsv(265, 95%, 78%) | — | |
| HWB | hwb(265 4% 22%) | color: hwb(265 4% 22%) | |
| OKLCH | oklch(0.4331 0.24 289.71) | color: oklch(0.4331 0.24 289.71) | |
| Lab | lab(30.55 66.71 -78.54) | color: lab(30.55 66.71 -78.54) | |
| LCH | lch(30.55 103.05 310.34) | color: lch(30.55 103.05 310.34) |
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)
#373699 — rgb(55, 54, 153)
Deuteranopia (Green-blind)
#3B418E — rgb(59, 65, 142)
Tritanopia (Blue-blind)
#55756D — rgb(85, 117, 109)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(265, 90%, 41%);
text
color: hsl(265, 90%, 41%);
border
border: 2px solid hsl(265, 90%, 41%);
gradient light
background: linear-gradient(to right, hsl(265, 90%, 61%), hsl(265, 90%, 41%));
gradient dark
background: linear-gradient(to right, hsl(265, 90%, 41%), hsl(265, 90%, 21%))
hex
background-color: #590AC7;
tailwind
bg-[hsl(265,90%,41%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(265, 90%, 41%, 0.4);
css variable
--color-primary: hsl(265, 90%, 41%);
Related Colors
Use Cases for Vivid Indigo
Frequently Asked Questions
What are all the color codes for HSL(265, 90%, 41%)?
HEX: #590AC7 | RGB: rgb(89, 10, 199) | CMYK: 55%, 95%, 0%, 22% | HSV: 265°, 95%, 78%. Copy any format from the conversion table above.
What colors go well with #590AC7?
The complementary color is HSL(85, 90%, 41%). For a triadic harmony, use hues 265°, 25°, and 145°. For analogous combinations, try hues 235° and 295°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(265, 90%, 41%) in CSS?
As HSL: color: hsl(265, 90%, 41%); — As HEX: color: #590AC7; — As RGB: color: rgb(89, 10, 199); — Tailwind CSS: bg-[hsl(265,90%,41%)] — CSS variable: --color-primary: hsl(265, 90%, 41%);