HSL(258, 46%, 43%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(258,46%,43%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(258, 46%, 43%) | color: hsl(258, 46%, 43%) | |
| HEX | #593BA0 | color: #593BA0 | |
| RGB | rgb(89, 59, 160) | color: rgb(89, 59, 160) | |
| CMYK | cmyk(44%, 63%, 0%, 37%) | — | |
| HSV | hsv(258, 63%, 63%) | — | |
| HWB | hwb(258 23% 37%) | color: hwb(258 23% 37%) | |
| OKLCH | oklch(0.4431 0.1559 292.56) | color: oklch(0.4431 0.1559 292.56) | |
| Lab | lab(33.54 37.49 -50.43) | color: lab(33.54 37.49 -50.43) | |
| LCH | lch(33.54 62.84 306.63) | color: lch(33.54 62.84 306.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)
#4C4C88 — rgb(76, 76, 136)
Deuteranopia (Green-blind)
#4E5082 — rgb(78, 80, 130)
Tritanopia (Blue-blind)
#587470 — rgb(88, 116, 112)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(258, 46%, 43%);
text
color: hsl(258, 46%, 43%);
border
border: 2px solid hsl(258, 46%, 43%);
gradient light
background: linear-gradient(to right, hsl(258, 46%, 63%), hsl(258, 46%, 43%));
gradient dark
background: linear-gradient(to right, hsl(258, 46%, 43%), hsl(258, 46%, 23%))
hex
background-color: #593BA0;
tailwind
bg-[hsl(258,46%,43%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(258, 46%, 43%, 0.4);
css variable
--color-primary: hsl(258, 46%, 43%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(258, 46%, 43%)?
HEX: #593BA0 | RGB: rgb(89, 59, 160) | CMYK: 44%, 63%, 0%, 37% | HSV: 258°, 63%, 63%. Copy any format from the conversion table above.
What colors go well with #593BA0?
The complementary color is HSL(78, 46%, 43%). For a triadic harmony, use hues 258°, 18°, and 138°. For analogous combinations, try hues 228° and 288°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(258, 46%, 43%) in CSS?
As HSL: color: hsl(258, 46%, 43%); — As HEX: color: #593BA0; — As RGB: color: rgb(89, 59, 160); — Tailwind CSS: bg-[hsl(258,46%,43%)] — CSS variable: --color-primary: hsl(258, 46%, 43%);