Indigo
#65159D
PurpleColor Codes
All color formats for development
HEX
#65159DRGB
rgb(101, 21, 157)HSL
hsl(275, 76%, 35%)OKLCH
oklch(0.412 0.197 305.1)CMYK
cmyk(36%, 87%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5A138D
2#50117E
3#460F6E
4#3C0D5E
5#320B4F
6#28093F
7#1E062F
8#14041F
9#0A0210
Tints
Lighter variations
1#7719BA
2#8A1DD7
3#9A33E3
4#A850E7
5#B76DEB
6#C58AEF
7#D4A7F3
8#E2C5F7
9#F1E2FB
Tones
Muted variations
1#631C96
2#622390
3#612A89
4#603182
5#5F377B
6#5E3E74
7#5D456E
8#5C4C67
9#5A5260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F2 #F8F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EFE0 #EFE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E2C5 #E2C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | CC98 #CC98F1 | BordersInactive statesPlaceholder text |
| 400 | B162 #B162EA | Disabled statesSecondary iconsMuted text |
| 500 | 9B35 #9B35E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7E1B #7E1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6515 #65159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 480F #480F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2E0A #2E0A48 | Primary textHigh emphasis contentDark headings |
| 950 | 1D06 #1D062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F8F2FD;
--indigo-100: #EFE0FB;
--indigo-200: #E2C5F7;
--indigo-300: #CC98F1;
--indigo-400: #B162EA;
--indigo-500: #9B35E3;
--indigo-600: #7E1BC5;
--indigo-700: #65159D;
--indigo-800: #480F70;
--indigo-900: #2E0A48;
--indigo-950: #1D062D;
}