Indigo
#310151
PurpleColor Codes
All color formats for development
HEX
#310151RGB
rgb(49, 1, 81)HSL
hsl(276, 98%, 16%)OKLCH
oklch(0.251 0.128 305.2)CMYK
cmyk(40%, 99%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C0149
2#270141
3#220139
4#1D0030
5#180028
6#140020
7#0F0018
8#0A0010
9#050008
Tints
Lighter variations
1#4A017B
2#6402A6
3#7E02D0
4#9703FA
5#A92BFD
6#BA55FD
7#CB80FE
8#DDAAFE
9#EED5FF
Tones
Muted variations
1#30054D
2#2F0949
3#2E0D45
4#2E1141
5#2D153D
6#2C1939
7#2B1D35
8#2A2131
9#2A252D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1DC #F1DCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | E4BD #E4BDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | D08B #D08BFE | BordersInactive statesPlaceholder text |
| 400 | B74E #B74EFD | Disabled statesSecondary iconsMuted text |
| 500 | A31C #A31CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 8602 #8602DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6B02 #6B02B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4C01 #4C017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 3101 #310151 | Primary textHigh emphasis contentDark headings |
| 950 | 1E01 #1E0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F9F0FF;
--indigo-100: #F1DCFF;
--indigo-200: #E4BDFE;
--indigo-300: #D08BFE;
--indigo-400: #B74EFD;
--indigo-500: #A31CFD;
--indigo-600: #8602DE;
--indigo-700: #6B02B1;
--indigo-800: #4C017E;
--indigo-900: #310151;
--indigo-950: #1E0132;
}