Indigo
#32024F
PurpleColor Codes
All color formats for development
HEX
#32024FRGB
rgb(50, 2, 79)HSL
hsl(277, 95%, 16%)OKLCH
oklch(0.251 0.125 307)CMYK
cmyk(37%, 97%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D0248
2#280240
3#230138
4#1E0130
5#190128
6#140120
7#0F0118
8#0A0010
9#050008
Tints
Lighter variations
1#4C0379
2#6604A3
3#8005CD
4#9B06F7
5#AC2EFA
6#BC58FB
7#CD82FC
8#DEABFD
9#EED5FE
Tones
Muted variations
1#31064C
2#300A48
3#2F0E44
4#2E1240
5#2D153C
6#2C1938
7#2C1D34
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 #F1DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E5BE #E5BEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | D18D #D18DFC | BordersInactive statesPlaceholder text |
| 400 | BA51 #BA51FB | Disabled statesSecondary iconsMuted text |
| 500 | A61F #A61FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8906 #8906DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6D04 #6D04AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4E03 #4E037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 3202 #320250 | 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: #F1DCFE;
--indigo-200: #E5BEFD;
--indigo-300: #D18DFC;
--indigo-400: #BA51FB;
--indigo-500: #A61FF9;
--indigo-600: #8906DB;
--indigo-700: #6D04AE;
--indigo-800: #4E037C;
--indigo-900: #320250;
--indigo-950: #1F0132;
}