Indigo
#320150
PurpleColor Codes
All color formats for development
HEX
#320150RGB
rgb(50, 1, 80)HSL
hsl(277, 98%, 16%)OKLCH
oklch(0.251 0.128 306.6)CMYK
cmyk(38%, 99%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D0149
2#280141
3#230139
4#1E0030
5#190028
6#140020
7#0F0018
8#0A0010
9#050008
Tints
Lighter variations
1#4C017B
2#6702A6
3#8102D0
4#9B03FA
5#AC2BFD
6#BD55FD
7#CD80FE
8#DEAAFE
9#EED5FF
Tones
Muted variations
1#31054D
2#300949
3#2F0D45
4#2E1141
5#2D153D
6#2D1939
7#2C1D35
8#2B2131
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 | E5BD #E5BDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | D28B #D28BFE | BordersInactive statesPlaceholder text |
| 400 | BA4E #BA4EFD | Disabled statesSecondary iconsMuted text |
| 500 | A61C #A61CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 8A02 #8A02DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6E02 #6E02B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4E01 #4E017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 3201 #320151 | Primary textHigh emphasis contentDark headings |
| 950 | 1F01 #1F0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F9F0FF;
--indigo-100: #F1DCFF;
--indigo-200: #E5BDFE;
--indigo-300: #D28BFE;
--indigo-400: #BA4EFD;
--indigo-500: #A61CFD;
--indigo-600: #8A02DE;
--indigo-700: #6E02B1;
--indigo-800: #4E017E;
--indigo-900: #320151;
--indigo-950: #1F0132;
}