Indigo
#531AC7
PurpleColor Codes
All color formats for development
HEX
#531AC7RGB
rgb(83, 26, 199)HSL
hsl(260, 77%, 44%)OKLCH
oklch(0.435 0.233 286.5)CMYK
cmyk(58%, 87%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4B17B3
2#43159F
3#3A128B
4#320F77
5#2A0D63
6#210A4F
7#19083C
8#110528
9#080314
Tints
Lighter variations
1#5E1DE0
2#6F35E5
3#814EE8
4#9367EB
5#A581EF
6#B79AF2
7#C9B3F5
8#DBCCF8
9#EDE6FC
Tones
Muted variations
1#5622BE
2#592BB5
3#5C34AD
4#5F3CA4
5#62459B
6#654E93
7#68568A
8#6A5F81
9#6D6879
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9DF #E9DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5C4 #D5C4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B597 #B597F2 | BordersInactive statesPlaceholder text |
| 400 | 8F61 #8F61EA | Disabled statesSecondary iconsMuted text |
| 500 | 6F34 #6F34E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 531A #531AC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4215 #42159E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F0F #2F0F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E09 #1E0948 | Primary textHigh emphasis contentDark headings |
| 950 | 1306 #13062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F5F1FD;
--indigo-100: #E9DFFB;
--indigo-200: #D5C4F7;
--indigo-300: #B597F2;
--indigo-400: #8F61EA;
--indigo-500: #6F34E5;
--indigo-600: #531AC7;
--indigo-700: #42159E;
--indigo-800: #2F0F71;
--indigo-900: #1E0948;
--indigo-950: #13062D;
}