HSL(276, 92%, 28%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(276,92%,28%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(276, 92%, 28%) | color: hsl(276, 92%, 28%) | |
| HEX | #550689 | color: #550689 | |
| RGB | rgb(85, 6, 137) | color: rgb(85, 6, 137) | |
| CMYK | cmyk(38%, 96%, 0%, 46%) | — | |
| HSV | hsv(276, 96%, 54%) | — | |
| HWB | hwb(276 2% 46%) | color: hwb(276 2% 46%) | |
| OKLCH | oklch(0.3631 0.1839 304.43) | color: oklch(0.3631 0.1839 304.43) | |
| Lab | lab(23.23 52.97 -53.13) | color: lab(23.23 52.97 -53.13) | |
| LCH | lch(23.23 75.02 314.91) | color: lch(23.23 75.02 314.91) |
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)
#333269 — rgb(51, 50, 105)
Deuteranopia (Green-blind)
#373D62 — rgb(55, 61, 98)
Tritanopia (Blue-blind)
#51504B — rgb(81, 80, 75)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(276, 92%, 28%);
text
color: hsl(276, 92%, 28%);
border
border: 2px solid hsl(276, 92%, 28%);
gradient light
background: linear-gradient(to right, hsl(276, 92%, 48%), hsl(276, 92%, 28%));
gradient dark
background: linear-gradient(to right, hsl(276, 92%, 28%), hsl(276, 92%, 8%))
hex
background-color: #550689;
tailwind
bg-[hsl(276,92%,28%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(276, 92%, 28%, 0.4);
css variable
--color-primary: hsl(276, 92%, 28%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(276, 92%, 28%)?
HEX: #550689 | RGB: rgb(85, 6, 137) | CMYK: 38%, 96%, 0%, 46% | HSV: 276°, 96%, 54%. Copy any format from the conversion table above.
What colors go well with #550689?
The complementary color is HSL(96, 92%, 28%). 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, 92%, 28%) in CSS?
As HSL: color: hsl(276, 92%, 28%); — As HEX: color: #550689; — As RGB: color: rgb(85, 6, 137); — Tailwind CSS: bg-[hsl(276,92%,28%)] — CSS variable: --color-primary: hsl(276, 92%, 28%);