Indigo
#460080
PurpleColor Codes
All color formats for development
HEX
#460080RGB
rgb(70, 0, 128)HSL
hsl(273, 100%, 25%)OKLCH
oklch(0.33 0.177 299.5)CMYK
cmyk(45%, 100%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F0073
2#380066
3#310059
4#2A004D
5#230040
6#1C0033
7#150026
8#0E001A
9#07000D
Tints
Lighter variations
1#5B00A6
2#7000CC
3#8500F2
4#981AFF
5#A940FF
6#BA66FF
7#CB8CFF
8#DDB3FF
9#EED9FF
Tones
Muted variations
1#450679
2#450D73
3#44136C
4#441966
5#432060
6#422659
7#422D53
8#41334D
9#403946
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F0 #F8F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EFDB #EFDBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | E1BD #E1BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | CA8A #CA8AFF | BordersInactive statesPlaceholder text |
| 400 | AF4D #AF4DFF | Disabled statesSecondary iconsMuted text |
| 500 | 981A #981AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 7B00 #7B00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6200 #6200B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4600 #460080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2D00 #2D0052 | Primary textHigh emphasis contentDark headings |
| 950 | 1C00 #1C0033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F8F0FF;
--indigo-100: #EFDBFF;
--indigo-200: #E1BDFF;
--indigo-300: #CA8AFF;
--indigo-400: #AF4DFF;
--indigo-500: #981AFF;
--indigo-600: #7B00E0;
--indigo-700: #6200B3;
--indigo-800: #460080;
--indigo-900: #2D0052;
--indigo-950: #1C0033;
}