Indigo
#5605AD
PurpleColor Codes
All color formats for development
HEX
#5605ADRGB
rgb(86, 5, 173)HSL
hsl(269, 94%, 35%)OKLCH
oklch(0.4 0.217 294.3)CMYK
cmyk(50%, 97%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4E059C
2#45048B
3#3D0479
4#340368
5#2B0357
6#230245
7#1A0234
8#110123
9#090111
Tints
Lighter variations
1#6706CD
2#7707ED
3#871EF8
4#983EF9
5#AA5EFA
6#BB7EFB
7#CC9FFC
8#DDBFFD
9#EEDFFE
Tones
Muted variations
1#570EA5
2#57169C
3#571F94
4#58278C
5#582F83
6#58387B
7#584072
8#59486A
9#595162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDDC #EDDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DDBF #DDBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | C38D #C38DFB | BordersInactive statesPlaceholder text |
| 400 | A352 #A352FA | Disabled statesSecondary iconsMuted text |
| 500 | 8920 #8920F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6D07 #6D07DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5605 #5605AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3E04 #3E047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2802 #28024F | Primary textHigh emphasis contentDark headings |
| 950 | 1902 #190231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F7F0FF;
--indigo-100: #EDDCFE;
--indigo-200: #DDBFFD;
--indigo-300: #C38DFB;
--indigo-400: #A352FA;
--indigo-500: #8920F8;
--indigo-600: #6D07DA;
--indigo-700: #5605AD;
--indigo-800: #3E047C;
--indigo-900: #28024F;
--indigo-950: #190231;
}