HSL(260, 97%, 32%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(260,97%,32%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(260, 97%, 32%) | color: hsl(260, 97%, 32%) | |
| HEX | #3702A1 | color: #3702A1 | |
| RGB | rgb(55, 2, 161) | color: rgb(55, 2, 161) | |
| CMYK | cmyk(66%, 99%, 0%, 37%) | — | |
| HSV | hsv(260, 99%, 63%) | — | |
| HWB | hwb(260 1% 37%) | color: hwb(260 1% 37%) | |
| OKLCH | oklch(0.3519 0.2082 282.08) | color: oklch(0.3519 0.2082 282.08) | |
| Lab | lab(21.68 56.95 -70.65) | color: lab(21.68 56.95 -70.65) | |
| LCH | lch(21.68 90.75 308.87) | color: lch(21.68 90.75 308.87) |
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)
#20207B — rgb(32, 32, 123)
Deuteranopia (Green-blind)
#232771 — rgb(35, 39, 113)
Tritanopia (Blue-blind)
#345C55 — rgb(52, 92, 85)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(260, 97%, 32%);
text
color: hsl(260, 97%, 32%);
border
border: 2px solid hsl(260, 97%, 32%);
gradient light
background: linear-gradient(to right, hsl(260, 97%, 52%), hsl(260, 97%, 32%));
gradient dark
background: linear-gradient(to right, hsl(260, 97%, 32%), hsl(260, 97%, 12%))
hex
background-color: #3702A1;
tailwind
bg-[hsl(260,97%,32%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(260, 97%, 32%, 0.4);
css variable
--color-primary: hsl(260, 97%, 32%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(260, 97%, 32%)?
HEX: #3702A1 | RGB: rgb(55, 2, 161) | CMYK: 66%, 99%, 0%, 37% | HSV: 260°, 99%, 63%. Copy any format from the conversion table above.
What colors go well with #3702A1?
The complementary color is HSL(80, 97%, 32%). 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, 97%, 32%) in CSS?
As HSL: color: hsl(260, 97%, 32%); — As HEX: color: #3702A1; — As RGB: color: rgb(55, 2, 161); — Tailwind CSS: bg-[hsl(260,97%,32%)] — CSS variable: --color-primary: hsl(260, 97%, 32%);