HSL(261, 94%, 37%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(261,94%,37%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(261, 94%, 37%) | color: hsl(261, 94%, 37%) | |
| HEX | #4406B7 | color: #4406B7 | |
| RGB | rgb(68, 6, 183) | color: rgb(68, 6, 183) | |
| CMYK | cmyk(63%, 97%, 0%, 28%) | — | |
| HSV | hsv(261, 97%, 72%) | — | |
| HWB | hwb(261 2% 28%) | color: hwb(261 2% 28%) | |
| OKLCH | oklch(0.3924 0.2272 283.86) | color: oklch(0.3924 0.2272 283.86) | |
| Lab | lab(26.09 62.19 -76.55) | color: lab(26.09 62.19 -76.55) | |
| LCH | lch(26.09 98.63 309.09) | color: lch(26.09 98.63 309.09) |
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)
#29298C — rgb(41, 41, 140)
Deuteranopia (Green-blind)
#2D3182 — rgb(45, 49, 130)
Tritanopia (Blue-blind)
#416A63 — rgb(65, 106, 99)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(261, 94%, 37%);
text
color: hsl(261, 94%, 37%);
border
border: 2px solid hsl(261, 94%, 37%);
gradient light
background: linear-gradient(to right, hsl(261, 94%, 57%), hsl(261, 94%, 37%));
gradient dark
background: linear-gradient(to right, hsl(261, 94%, 37%), hsl(261, 94%, 17%))
hex
background-color: #4406B7;
tailwind
bg-[hsl(261,94%,37%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(261, 94%, 37%, 0.4);
css variable
--color-primary: hsl(261, 94%, 37%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(261, 94%, 37%)?
HEX: #4406B7 | RGB: rgb(68, 6, 183) | CMYK: 63%, 97%, 0%, 28% | HSV: 261°, 97%, 72%. Copy any format from the conversion table above.
What colors go well with #4406B7?
The complementary color is HSL(81, 94%, 37%). 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, 94%, 37%) in CSS?
As HSL: color: hsl(261, 94%, 37%); — As HEX: color: #4406B7; — As RGB: color: rgb(68, 6, 183); — Tailwind CSS: bg-[hsl(261,94%,37%)] — CSS variable: --color-primary: hsl(261, 94%, 37%);