Indigo
#640AA9
PurpleColor Codes
All color formats for development
HEX
#640AA9RGB
rgb(100, 10, 169)HSL
hsl(274, 89%, 35%)OKLCH
oklch(0.416 0.213 301.7)CMYK
cmyk(41%, 94%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5A0998
2#500887
3#460776
4#3C0665
5#320554
6#280443
7#1E0333
8#140222
9#0A0111
Tints
Lighter variations
1#760CC8
2#890DE7
3#9924F2
4#A743F4
5#B662F6
6#C582F8
7#D3A1FA
8#E2C0FB
9#F0E0FD
Tones
Muted variations
1#6312A1
2#621A99
3#612291
4#602A89
5#5F3281
6#5D3979
7#5C4171
8#5B4969
9#5A5161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EFDD #EFDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E2C0 #E2C0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | CB90 #CB90F9 | BordersInactive statesPlaceholder text |
| 400 | B056 #B056F5 | Disabled statesSecondary iconsMuted text |
| 500 | 9A26 #9A26F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7E0C #7E0CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 640A #640AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4707 #470778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2E04 #2E044D | Primary textHigh emphasis contentDark headings |
| 950 | 1D03 #1D0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F8F1FE;
--indigo-100: #EFDDFD;
--indigo-200: #E2C0FB;
--indigo-300: #CB90F9;
--indigo-400: #B056F5;
--indigo-500: #9A26F2;
--indigo-600: #7E0CD4;
--indigo-700: #640AA9;
--indigo-800: #470778;
--indigo-900: #2E044D;
--indigo-950: #1D0330;
}