HSL(276, 80%, 31%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(276,80%,31%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(276, 80%, 31%) | color: hsl(276, 80%, 31%) | |
| HEX | #5C108E | color: #5C108E | |
| RGB | rgb(92, 16, 142) | color: rgb(92, 16, 142) | |
| CMYK | cmyk(35%, 89%, 0%, 44%) | — | |
| HSV | hsv(276, 89%, 56%) | — | |
| HWB | hwb(276 6% 44%) | color: hwb(276 6% 44%) | |
| OKLCH | oklch(0.3827 0.1842 305.83) | color: oklch(0.3827 0.1842 305.83) | |
| Lab | lab(25.56 52.74 -52.38) | color: lab(25.56 52.74 -52.38) | |
| LCH | lch(25.56 74.33 315.2) | color: lch(25.56 74.33 315.2) |
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)
#3B3A70 — rgb(59, 58, 112)
Deuteranopia (Green-blind)
#404568 — rgb(64, 69, 104)
Tritanopia (Blue-blind)
#585752 — rgb(88, 87, 82)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(276, 80%, 31%);
text
color: hsl(276, 80%, 31%);
border
border: 2px solid hsl(276, 80%, 31%);
gradient light
background: linear-gradient(to right, hsl(276, 80%, 51%), hsl(276, 80%, 31%));
gradient dark
background: linear-gradient(to right, hsl(276, 80%, 31%), hsl(276, 80%, 11%))
hex
background-color: #5C108E;
tailwind
bg-[hsl(276,80%,31%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(276, 80%, 31%, 0.4);
css variable
--color-primary: hsl(276, 80%, 31%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(276, 80%, 31%)?
HEX: #5C108E | RGB: rgb(92, 16, 142) | CMYK: 35%, 89%, 0%, 44% | HSV: 276°, 89%, 56%. Copy any format from the conversion table above.
What colors go well with #5C108E?
The complementary color is HSL(96, 80%, 31%). For a triadic harmony, use hues 276°, 36°, and 156°. For analogous combinations, try hues 246° and 306°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(276, 80%, 31%) in CSS?
As HSL: color: hsl(276, 80%, 31%); — As HEX: color: #5C108E; — As RGB: color: rgb(92, 16, 142); — Tailwind CSS: bg-[hsl(276,80%,31%)] — CSS variable: --color-primary: hsl(276, 80%, 31%);