Indigo
#560877
PurpleColor Codes
All color formats for development
HEX
#560877RGB
rgb(86, 8, 119)HSL
hsl(282, 87%, 25%)OKLCH
oklch(0.349 0.167 311.7)CMYK
cmyk(28%, 93%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4D076B
2#45075F
3#3C0653
4#340548
5#2B043C
6#220330
7#1A0224
8#110218
9#09010C
Tints
Lighter variations
1#700B9B
2#890DBF
3#A310E3
4#B428F0
5#C14CF3
6#CD70F5
7#DA94F8
8#E6B7FA
9#F3DBFD
Tones
Muted variations
1#540E72
2#51136C
3#4F1967
4#4D1E61
5#4B245B
6#492A56
7#462F50
8#44354B
9#423A45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF1 #FAF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F3DE #F3DEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E9C1 #E9C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | D991 #D991F7 | BordersInactive statesPlaceholder text |
| 400 | C558 #C558F3 | Disabled statesSecondary iconsMuted text |
| 500 | B428 #B428F0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 970F #970FD2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 780C #780CA7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5608 #560877 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3705 #37054C | Primary textHigh emphasis contentDark headings |
| 950 | 2203 #220330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FAF1FE;
--indigo-100: #F3DEFD;
--indigo-200: #E9C1FB;
--indigo-300: #D991F7;
--indigo-400: #C558F3;
--indigo-500: #B428F0;
--indigo-600: #970FD2;
--indigo-700: #780CA7;
--indigo-800: #560877;
--indigo-900: #37054C;
--indigo-950: #220330;
}