Indigo
#330080
PurpleColor Codes
All color formats for development
HEX
#330080RGB
rgb(51, 0, 128)HSL
hsl(264, 100%, 25%)OKLCH
oklch(0.306 0.176 287.7)CMYK
cmyk(60%, 100%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E0073
2#290066
3#240059
4#1F004D
5#190040
6#140033
7#0F0026
8#0A001A
9#05000D
Tints
Lighter variations
1#4200A6
2#5200CC
3#6100F2
4#751AFF
5#8C40FF
6#A366FF
7#BA8CFF
8#D1B3FF
9#E8D9FF
Tones
Muted variations
1#340679
2#360D73
3#37136C
4#381966
5#392060
6#3B2659
7#3C2D53
8#3D334D
9#3E3946
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADB #EADBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7BD #D7BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | B98A #B98AFF | BordersInactive statesPlaceholder text |
| 400 | 944D #944DFF | Disabled statesSecondary iconsMuted text |
| 500 | 751A #751AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A00 #5A00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4700 #4700B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3300 #330080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2100 #210052 | Primary textHigh emphasis contentDark headings |
| 950 | 1400 #140033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F0FF;
--indigo-100: #EADBFF;
--indigo-200: #D7BDFF;
--indigo-300: #B98AFF;
--indigo-400: #944DFF;
--indigo-500: #751AFF;
--indigo-600: #5A00E0;
--indigo-700: #4700B3;
--indigo-800: #330080;
--indigo-900: #210052;
--indigo-950: #140033;
}