Indigo
#370AA9
PurpleColor Codes
All color formats for development
HEX
#370AA9RGB
rgb(55, 10, 169)HSL
hsl(257, 89%, 35%)OKLCH
oklch(0.366 0.213 280.3)CMYK
cmyk(67%, 94%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#310998
2#2C0887
3#260776
4#210665
5#1B0554
6#160443
7#100333
8#0B0222
9#050111
Tints
Lighter variations
1#410CC8
2#4B0DE7
3#5E24F2
4#7543F4
5#8C62F6
6#A382F8
7#BAA1FA
8#D1C0FB
9#E8E0FD
Tones
Muted variations
1#3A12A1
2#3E1A99
3#412291
4#452A89
5#483281
6#4B3979
7#4F4171
8#524969
9#565161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DD #E6DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1C0 #D1C0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | AE90 #AE90F9 | BordersInactive statesPlaceholder text |
| 400 | 8356 #8356F5 | Disabled statesSecondary iconsMuted text |
| 500 | 6026 #6026F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 450C #450CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 370A #370AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2707 #270778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1904 #19044D | Primary textHigh emphasis contentDark headings |
| 950 | 1003 #100330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F4F1FE;
--indigo-100: #E6DDFD;
--indigo-200: #D1C0FB;
--indigo-300: #AE90F9;
--indigo-400: #8356F5;
--indigo-500: #6026F2;
--indigo-600: #450CD4;
--indigo-700: #370AA9;
--indigo-800: #270778;
--indigo-900: #19044D;
--indigo-950: #100330;
}