Indigo
#3710A2
PurpleColor Codes
All color formats for development
HEX
#3710A2RGB
rgb(55, 16, 162)HSL
hsl(256, 82%, 35%)OKLCH
oklch(0.361 0.203 281.2)CMYK
cmyk(66%, 90%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#320E92
2#2C0D82
3#270B72
4#210A61
5#1C0851
6#160641
7#110531
8#0B0320
9#060210
Tints
Lighter variations
1#4113C1
2#4C16DF
3#5F2CEA
4#754AED
5#8C68F0
6#A386F3
7#BAA5F6
8#D1C3F9
9#E8E1FC
Tones
Muted variations
1#3B179B
2#3E1F94
3#41268C
4#452D85
5#48357E
6#4C3C77
7#4F436F
8#524B68
9#565261
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DF #E6DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1C3 #D1C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | AE94 #AE94F4 | BordersInactive statesPlaceholder text |
| 400 | 845D #845DEF | Disabled statesSecondary iconsMuted text |
| 500 | 602E #602EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4514 #4514CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3710 #3710A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 270B #270B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1907 #19074A | Primary textHigh emphasis contentDark headings |
| 950 | 1005 #10052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F4F1FE;
--indigo-100: #E6DFFC;
--indigo-200: #D1C3F9;
--indigo-300: #AE94F4;
--indigo-400: #845DEF;
--indigo-500: #602EEA;
--indigo-600: #4514CC;
--indigo-700: #3710A2;
--indigo-800: #270B74;
--indigo-900: #19074A;
--indigo-950: #10052E;
}