Indigo
#6409AA
PurpleColor Codes
All color formats for development
HEX
#6409AARGB
rgb(100, 9, 170)HSL
hsl(274, 90%, 35%)OKLCH
oklch(0.416 0.215 301.5)CMYK
cmyk(41%, 95%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5A0899
2#500788
3#460677
4#3C0566
5#320455
6#280444
7#1E0333
8#140222
9#0A0111
Tints
Lighter variations
1#770BC9
2#890CE9
3#9923F3
4#A742F5
5#B662F7
6#C581F8
7#D3A1FA
8#E2C0FC
9#F0E0FD
Tones
Muted variations
1#6311A2
2#62199A
3#612191
4#602989
5#5F3181
6#5E3979
7#5C4171
8#5B4969
9#5A5161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F0 #F8F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EFDD #EFDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E2C0 #E2C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | CB90 #CB90F9 | BordersInactive statesPlaceholder text |
| 400 | B055 #B055F6 | Disabled statesSecondary iconsMuted text |
| 500 | 9A25 #9A25F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7E0B #7E0BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6409 #6409AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4706 #470679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2E04 #2E044E | 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: #F8F0FE;
--indigo-100: #EFDDFD;
--indigo-200: #E2C0FC;
--indigo-300: #CB90F9;
--indigo-400: #B055F6;
--indigo-500: #9A25F4;
--indigo-600: #7E0BD5;
--indigo-700: #6409AA;
--indigo-800: #470679;
--indigo-900: #2E044E;
--indigo-950: #1D0330;
}