Indigo
#391AC7
BlueColor Codes
All color formats for development
HEX
#391AC7RGB
rgb(57, 26, 199)HSL
hsl(251, 77%, 44%)OKLCH
oklch(0.413 0.237 276.4)CMYK
cmyk(71%, 87%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3417B3
2#2E159F
3#28128B
4#220F77
5#1D0D63
6#170A4F
7#11083C
8#0B0528
9#060314
Tints
Lighter variations
1#411DE0
2#5535E5
3#6A4EE8
4#8067EB
5#9581EF
6#AA9AF2
7#BFB3F5
8#D5CCF8
9#EAE6FC
Tones
Muted variations
1#3F22BE
2#442BB5
3#4A34AD
4#4F3CA4
5#55459B
6#5A4E93
7#60568A
8#655F81
9#6B6879
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4DF #E4DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEC4 #CEC4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A897 #A897F2 | BordersInactive statesPlaceholder text |
| 400 | 7A61 #7A61EA | Disabled statesSecondary iconsMuted text |
| 500 | 5434 #5434E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 391A #391AC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E15 #2E159E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 210F #210F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1509 #150948 | Primary textHigh emphasis contentDark headings |
| 950 | 0D06 #0D062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F4F1FD;
--indigo-100: #E4DFFB;
--indigo-200: #CEC4F7;
--indigo-300: #A897F2;
--indigo-400: #7A61EA;
--indigo-500: #5434E5;
--indigo-600: #391AC7;
--indigo-700: #2E159E;
--indigo-800: #210F71;
--indigo-900: #150948;
--indigo-950: #0D062D;
}