HSL(261, 45%, 41%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(261,45%,41%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(261, 45%, 41%) | color: hsl(261, 45%, 41%) | |
| HEX | #5A3A98 | color: #5A3A98 | |
| RGB | rgb(90, 58, 152) | color: rgb(90, 58, 152) | |
| CMYK | cmyk(41%, 62%, 0%, 40%) | — | |
| HSV | hsv(260, 62%, 60%) | — | |
| HWB | hwb(260 23% 40%) | color: hwb(260 23% 40%) | |
| OKLCH | oklch(0.4364 0.1471 295.32) | color: oklch(0.4364 0.1471 295.32) | |
| Lab | lab(32.85 36 -46.7) | color: lab(32.85 36 -46.7) | |
| LCH | lch(32.85 58.97 307.63) | color: lch(32.85 58.97 307.63) |
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)
#4C4C81 — rgb(76, 76, 129)
Deuteranopia (Green-blind)
#4E507C — rgb(78, 80, 124)
Tritanopia (Blue-blind)
#586F6B — rgb(88, 111, 107)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(261, 45%, 41%);
text
color: hsl(261, 45%, 41%);
border
border: 2px solid hsl(261, 45%, 41%);
gradient light
background: linear-gradient(to right, hsl(261, 45%, 61%), hsl(261, 45%, 41%));
gradient dark
background: linear-gradient(to right, hsl(261, 45%, 41%), hsl(261, 45%, 21%))
hex
background-color: #5A3A98;
tailwind
bg-[hsl(261,45%,41%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(261, 45%, 41%, 0.4);
css variable
--color-primary: hsl(261, 45%, 41%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(261, 45%, 41%)?
HEX: #5A3A98 | RGB: rgb(90, 58, 152) | CMYK: 41%, 62%, 0%, 40% | HSV: 260°, 62%, 60%. Copy any format from the conversion table above.
What colors go well with #5A3A98?
The complementary color is HSL(81, 45%, 41%). For a triadic harmony, use hues 261°, 21°, and 141°. For analogous combinations, try hues 231° and 291°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(261, 45%, 41%) in CSS?
As HSL: color: hsl(261, 45%, 41%); — As HEX: color: #5A3A98; — As RGB: color: rgb(90, 58, 152); — Tailwind CSS: bg-[hsl(261,45%,41%)] — CSS variable: --color-primary: hsl(261, 45%, 41%);