HSL(260, 80%, 37%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(260,80%,37%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(260, 80%, 37%) | color: hsl(260, 80%, 37%) | |
| HEX | #4513AA | color: #4513AA | |
| RGB | rgb(69, 19, 170) | color: rgb(69, 19, 170) | |
| CMYK | cmyk(59%, 89%, 0%, 33%) | — | |
| HSV | hsv(260, 89%, 67%) | — | |
| HWB | hwb(260 7% 33%) | color: hwb(260 7% 33%) | |
| OKLCH | oklch(0.3853 0.2084 286.21) | color: oklch(0.3853 0.2084 286.21) | |
| Lab | lab(25.66 56 -69.46) | color: lab(25.66 56 -69.46) | |
| LCH | lch(25.66 89.22 308.88) | color: lch(25.66 89.22 308.88) |
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)
#2F2F85 — rgb(47, 47, 133)
Deuteranopia (Green-blind)
#32367D — rgb(50, 54, 125)
Tritanopia (Blue-blind)
#436962 — rgb(67, 105, 98)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(260, 80%, 37%);
text
color: hsl(260, 80%, 37%);
border
border: 2px solid hsl(260, 80%, 37%);
gradient light
background: linear-gradient(to right, hsl(260, 80%, 57%), hsl(260, 80%, 37%));
gradient dark
background: linear-gradient(to right, hsl(260, 80%, 37%), hsl(260, 80%, 17%))
hex
background-color: #4513AA;
tailwind
bg-[hsl(260,80%,37%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(260, 80%, 37%, 0.4);
css variable
--color-primary: hsl(260, 80%, 37%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(260, 80%, 37%)?
HEX: #4513AA | RGB: rgb(69, 19, 170) | CMYK: 59%, 89%, 0%, 33% | HSV: 260°, 89%, 67%. Copy any format from the conversion table above.
What colors go well with #4513AA?
The complementary color is HSL(80, 80%, 37%). 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, 80%, 37%) in CSS?
As HSL: color: hsl(260, 80%, 37%); — As HEX: color: #4513AA; — As RGB: color: rgb(69, 19, 170); — Tailwind CSS: bg-[hsl(260,80%,37%)] — CSS variable: --color-primary: hsl(260, 80%, 37%);