Indigo
#640BA8
PurpleColor Codes
All color formats for development
HEX
#640BA8RGB
rgb(100, 11, 168)HSL
hsl(274, 88%, 35%)OKLCH
oklch(0.415 0.212 301.9)CMYK
cmyk(40%, 93%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5A0A97
2#500986
3#460775
4#3C0665
5#320554
6#280443
7#1E0332
8#140222
9#0A0111
Tints
Lighter variations
1#760DC7
2#890FE6
3#9925F1
4#A744F3
5#B663F5
6#C482F7
7#D3A2F9
8#E2C1FB
9#F0E0FD
Tones
Muted variations
1#6313A0
2#621A98
3#612290
4#602A88
5#5E3281
6#5D3A79
7#5C4271
8#5B4A69
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 | E2C1 #E2C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | CB91 #CB91F8 | BordersInactive statesPlaceholder text |
| 400 | B057 #B057F4 | Disabled statesSecondary iconsMuted text |
| 500 | 9A27 #9A27F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7D0D #7D0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 640B #640BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4708 #470878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2E05 #2E054D | Primary textHigh emphasis contentDark headings |
| 950 | 1C03 #1C0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F8F1FE;
--indigo-100: #EFDDFD;
--indigo-200: #E2C1FB;
--indigo-300: #CB91F8;
--indigo-400: #B057F4;
--indigo-500: #9A27F1;
--indigo-600: #7D0DD3;
--indigo-700: #640BA8;
--indigo-800: #470878;
--indigo-900: #2E054D;
--indigo-950: #1C0330;
}