HSL(260, 63%, 44%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(260,63%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(260, 63%, 44%) | color: hsl(260, 63%, 44%) | |
| HEX | #592AB7 | color: #592AB7 | |
| RGB | rgb(89, 42, 183) | color: rgb(89, 42, 183) | |
| CMYK | cmyk(51%, 77%, 0%, 28%) | — | |
| HSV | hsv(260, 77%, 72%) | — | |
| HWB | hwb(260 17% 28%) | color: hwb(260 17% 28%) | |
| OKLCH | oklch(0.4398 0.2036 290.65) | color: oklch(0.4398 0.2036 290.65) | |
| Lab | lab(32.25 52.84 -66.29) | color: lab(32.25 52.84 -66.29) | |
| LCH | lch(32.25 84.77 308.56) | color: lch(32.25 84.77 308.56) |
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)
#454495 — rgb(69, 68, 149)
Deuteranopia (Green-blind)
#474B8D — rgb(71, 75, 141)
Tritanopia (Blue-blind)
#577A74 — rgb(87, 122, 116)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(260, 63%, 44%);
text
color: hsl(260, 63%, 44%);
border
border: 2px solid hsl(260, 63%, 44%);
gradient light
background: linear-gradient(to right, hsl(260, 63%, 64%), hsl(260, 63%, 44%));
gradient dark
background: linear-gradient(to right, hsl(260, 63%, 44%), hsl(260, 63%, 24%))
hex
background-color: #592AB7;
tailwind
bg-[hsl(260,63%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(260, 63%, 44%, 0.4);
css variable
--color-primary: hsl(260, 63%, 44%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(260, 63%, 44%)?
HEX: #592AB7 | RGB: rgb(89, 42, 183) | CMYK: 51%, 77%, 0%, 28% | HSV: 260°, 77%, 72%. Copy any format from the conversion table above.
What colors go well with #592AB7?
The complementary color is HSL(80, 63%, 44%). For a triadic harmony, use hues 260°, 20°, and 140°. For analogous combinations, try hues 230° and 290°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(260, 63%, 44%) in CSS?
As HSL: color: hsl(260, 63%, 44%); — As HEX: color: #592AB7; — As RGB: color: rgb(89, 42, 183); — Tailwind CSS: bg-[hsl(260,63%,44%)] — CSS variable: --color-primary: hsl(260, 63%, 44%);