Indigo
#5900B3
PurpleColor Codes
All color formats for development
HEX
#5900B3RGB
rgb(89, 0, 179)HSL
hsl(270, 100%, 35%)OKLCH
oklch(0.408 0.225 294.4)CMYK
cmyk(50%, 100%, 0%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5000A1
2#47008F
3#3E007D
4#36006B
5#2D0059
6#240047
7#1B0036
8#120024
9#090012
Tints
Lighter variations
1#6A00D4
2#7A00F5
3#8B17FF
4#9C38FF
5#AC59FF
6#BD7AFF
7#CD9CFF
8#DEBDFF
9#EEDEFF
Tones
Muted variations
1#5909AA
2#5912A1
3#591B98
4#59248F
5#592D86
6#59367D
7#593E74
8#59476B
9#595062
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDDB #EDDBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DEBD #DEBDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | C48A #C48AFF | BordersInactive statesPlaceholder text |
| 400 | A64D #A64DFF | Disabled statesSecondary iconsMuted text |
| 500 | 8C1A #8C1AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 7000 #7000E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5900 #5900B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4000 #400080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2900 #290052 | Primary textHigh emphasis contentDark headings |
| 950 | 1A00 #1A0033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F7F0FF;
--indigo-100: #EDDBFF;
--indigo-200: #DEBDFF;
--indigo-300: #C48AFF;
--indigo-400: #A64DFF;
--indigo-500: #8C1AFF;
--indigo-600: #7000E0;
--indigo-700: #5900B3;
--indigo-800: #400080;
--indigo-900: #290052;
--indigo-950: #1A0033;
}