Indigo
#320AA9
PurpleColor Codes
All color formats for development
HEX
#320AA9RGB
rgb(50, 10, 169)HSL
hsl(255, 89%, 35%)OKLCH
oklch(0.362 0.214 278.1)CMYK
cmyk(70%, 94%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D0998
2#280887
3#230776
4#1E0665
5#190554
6#140443
7#0F0333
8#0A0222
9#050111
Tints
Lighter variations
1#3B0CC8
2#440DE7
3#5724F2
4#6F43F4
5#8762F6
6#9F82F8
7#B7A1FA
8#CFC0FB
9#E7E0FD
Tones
Muted variations
1#3612A1
2#391A99
3#3D2291
4#412A89
5#453281
6#493979
7#4D4171
8#514969
9#555161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5DD #E5DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFC0 #CFC0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | AA90 #AA90F9 | BordersInactive statesPlaceholder text |
| 400 | 7E56 #7E56F5 | Disabled statesSecondary iconsMuted text |
| 500 | 5926 #5926F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E0C #3E0CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 320A #320AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2307 #230778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1704 #17044D | Primary textHigh emphasis contentDark headings |
| 950 | 0E03 #0E0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F4F1FE;
--indigo-100: #E5DDFD;
--indigo-200: #CFC0FB;
--indigo-300: #AA90F9;
--indigo-400: #7E56F5;
--indigo-500: #5926F2;
--indigo-600: #3E0CD4;
--indigo-700: #320AA9;
--indigo-800: #230778;
--indigo-900: #17044D;
--indigo-950: #0E0330;
}