Indigo
#370FA3
PurpleColor Codes
All color formats for development
HEX
#370FA3RGB
rgb(55, 15, 163)HSL
hsl(256, 83%, 35%)OKLCH
oklch(0.361 0.205 281.1)CMYK
cmyk(66%, 91%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#310E93
2#2C0C83
3#260B72
4#210962
5#1B0852
6#160641
7#100531
8#0B0321
9#050210
Tints
Lighter variations
1#4112C2
2#4B15E0
3#5E2BEB
4#7549EE
5#8C67F1
6#A386F4
7#BAA4F7
8#D1C2F9
9#E8E1FC
Tones
Muted variations
1#3A179C
2#3E1E95
3#41258D
4#452D86
5#48347E
6#4B3C77
7#4F436F
8#524A68
9#565261
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DE #E6DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1C2 #D1C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | AE94 #AE94F5 | BordersInactive statesPlaceholder text |
| 400 | 835C #835CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 602D #602DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4513 #4513CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 370F #370FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 270B #270B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1907 #19074B | Primary textHigh emphasis contentDark headings |
| 950 | 1004 #10042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F4F1FE;
--indigo-100: #E6DEFC;
--indigo-200: #D1C2F9;
--indigo-300: #AE94F5;
--indigo-400: #835CF0;
--indigo-500: #602DEB;
--indigo-600: #4513CD;
--indigo-700: #370FA3;
--indigo-800: #270B75;
--indigo-900: #19074B;
--indigo-950: #10042F;
}