Indigo
#480080
PurpleColor Codes
All color formats for development
HEX
#480080RGB
rgb(72, 0, 128)HSL
hsl(274, 100%, 25%)OKLCH
oklch(0.333 0.177 300.6)CMYK
cmyk(44%, 100%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#410073
2#3A0066
3#330059
4#2B004D
5#240040
6#1D0033
7#160026
8#0E001A
9#07000D
Tints
Lighter variations
1#5E00A6
2#7400CC
3#8900F2
4#9C1AFF
5#AC40FF
6#BD66FF
7#CD8CFF
8#DEB3FF
9#EED9FF
Tones
Muted variations
1#470679
2#470D73
3#46136C
4#451966
5#442060
6#432659
7#422D53
8#41334D
9#413946
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F0 #F8F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0DB #F0DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | E2BD #E2BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | CC8A #CC8AFF | BordersInactive statesPlaceholder text |
| 400 | B24D #B24DFF | Disabled statesSecondary iconsMuted text |
| 500 | 9C1A #9C1AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 7F00 #7F00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6500 #6500B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4800 #480080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2E00 #2E0052 | Primary textHigh emphasis contentDark headings |
| 950 | 1D00 #1D0033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F8F0FF;
--indigo-100: #F0DBFF;
--indigo-200: #E2BDFF;
--indigo-300: #CC8AFF;
--indigo-400: #B24DFF;
--indigo-500: #9C1AFF;
--indigo-600: #7F00E0;
--indigo-700: #6500B3;
--indigo-800: #480080;
--indigo-900: #2E0052;
--indigo-950: #1D0033;
}