Indigo
#591BC5
PurpleColor Codes
All color formats for development
HEX
#591BC5RGB
rgb(89, 27, 197)HSL
hsl(262, 76%, 44%)OKLCH
oklch(0.44 0.23 289.3)CMYK
cmyk(55%, 86%, 0%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5118B2
2#48169E
3#3F138A
4#361076
5#2D0D63
6#240B4F
7#1B083B
8#120527
9#090314
Tints
Lighter variations
1#651EDF
2#7636E4
3#874FE7
4#9868EA
5#A981EE
6#BA9AF1
7#CBB4F5
8#DDCDF8
9#EEE6FC
Tones
Muted variations
1#5C23BD
2#5E2CB4
3#6035AC
4#633DA3
5#65469B
6#674E92
7#69578A
8#6C5F81
9#6E6879
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F2 #F6F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAE0 #EAE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7C5 #D7C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B898 #B898F1 | BordersInactive statesPlaceholder text |
| 400 | 9462 #9462EA | Disabled statesSecondary iconsMuted text |
| 500 | 7535 #7535E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 591B #591BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4715 #47159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 330F #330F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 210A #210A48 | Primary textHigh emphasis contentDark headings |
| 950 | 1406 #14062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F2FD;
--indigo-100: #EAE0FB;
--indigo-200: #D7C5F7;
--indigo-300: #B898F1;
--indigo-400: #9462EA;
--indigo-500: #7535E3;
--indigo-600: #591BC5;
--indigo-700: #47159D;
--indigo-800: #330F70;
--indigo-900: #210A48;
--indigo-950: #14062D;
}