Indigo
#5600B3
PurpleColor Codes
All color formats for development
HEX
#5600B3RGB
rgb(86, 0, 179)HSL
hsl(269, 100%, 35%)OKLCH
oklch(0.405 0.225 293.1)CMYK
cmyk(52%, 100%, 0%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4E00A1
2#45008F
3#3C007D
4#34006B
5#2B0059
6#230047
7#1A0036
8#110024
9#090012
Tints
Lighter variations
1#6600D4
2#7600F5
3#8717FF
4#9838FF
5#A959FF
6#BA7AFF
7#CC9CFF
8#DDBDFF
9#EEDEFF
Tones
Muted variations
1#5709AA
2#5712A1
3#571B98
4#57248F
5#582D86
6#58367D
7#583E74
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 | DDBD #DDBDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | C28A #C28AFF | BordersInactive statesPlaceholder text |
| 400 | A34D #A34DFF | Disabled statesSecondary iconsMuted text |
| 500 | 881A #881AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 6C00 #6C00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5600 #5600B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3E00 #3E0080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2700 #270052 | Primary textHigh emphasis contentDark headings |
| 950 | 1900 #190033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F7F0FF;
--indigo-100: #EDDBFF;
--indigo-200: #DDBDFF;
--indigo-300: #C28AFF;
--indigo-400: #A34DFF;
--indigo-500: #881AFF;
--indigo-600: #6C00E0;
--indigo-700: #5600B3;
--indigo-800: #3E0080;
--indigo-900: #270052;
--indigo-950: #190033;
}