Indigo
#6513A0
PurpleColor Codes
All color formats for development
HEX
#6513A0RGB
rgb(101, 19, 160)HSL
hsl(275, 79%, 35%)OKLCH
oklch(0.413 0.201 304.3)CMYK
cmyk(37%, 88%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5B1190
2#510F80
3#470D70
4#3D0B60
5#330950
6#280740
7#1E0630
8#140420
9#0A0210
Tints
Lighter variations
1#7816BD
2#8B1ADB
3#9A2FE7
4#A94DEA
5#B76BEE
6#C588F1
7#D4A6F5
8#E2C4F8
9#F1E1FC
Tones
Muted variations
1#641A99
2#632192
3#61288B
4#602F84
5#5F367D
6#5E3D75
7#5D446E
8#5C4B67
9#5A5260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0DF #F0DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E2C4 #E2C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | CC96 #CC96F3 | BordersInactive statesPlaceholder text |
| 400 | B25F #B25FEC | Disabled statesSecondary iconsMuted text |
| 500 | 9B32 #9B32E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7F18 #7F18C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6513 #6513A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 480D #480D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2E09 #2E0949 | Primary textHigh emphasis contentDark headings |
| 950 | 1D05 #1D052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F8F1FD;
--indigo-100: #F0DFFB;
--indigo-200: #E2C4F8;
--indigo-300: #CC96F3;
--indigo-400: #B25FEC;
--indigo-500: #9B32E7;
--indigo-600: #7F18C9;
--indigo-700: #6513A0;
--indigo-800: #480D72;
--indigo-900: #2E0949;
--indigo-950: #1D052E;
}