Indigo
#390FA3
PurpleColor Codes
All color formats for development
HEX
#390FA3RGB
rgb(57, 15, 163)HSL
hsl(257, 83%, 35%)OKLCH
oklch(0.363 0.205 282.1)CMYK
cmyk(65%, 91%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#330E93
2#2E0C83
3#280B72
4#220962
5#1D0852
6#170641
7#110531
8#0B0321
9#060210
Tints
Lighter variations
1#4412C2
2#4E15E0
3#612BEB
4#7849EE
5#8E67F1
6#A586F4
7#BBA4F7
8#D2C2F9
9#E8E1FC
Tones
Muted variations
1#3C179C
2#401E95
3#43258D
4#462D86
5#49347E
6#4C3C77
7#50436F
8#534A68
9#565261
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7DE #E7DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2C2 #D2C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | AF94 #AF94F5 | BordersInactive statesPlaceholder text |
| 400 | 865C #865CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 632D #632DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4813 #4813CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 390F #390FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 290B #290B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A07 #1A074B | 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: #F5F1FE;
--indigo-100: #E7DEFC;
--indigo-200: #D2C2F9;
--indigo-300: #AF94F5;
--indigo-400: #865CF0;
--indigo-500: #632DEB;
--indigo-600: #4813CD;
--indigo-700: #390FA3;
--indigo-800: #290B75;
--indigo-900: #1A074B;
--indigo-950: #10042F;
}