Indigo
#481070
PurpleColor Codes
All color formats for development
HEX
#481070RGB
rgb(72, 16, 112)HSL
hsl(275, 75%, 25%)OKLCH
oklch(0.327 0.151 305.5)CMYK
cmyk(36%, 86%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#410E64
2#390D59
3#320B4E
4#2B0A43
5#240838
6#1D062D
7#160521
8#0E0316
9#07020B
Tints
Lighter variations
1#5D1591
2#7319B3
3#881ED4
4#9B36E2
5#AB58E7
6#BC79EC
7#CD9BF1
8#DEBCF5
9#EEDEFA
Tones
Muted variations
1#47156B
2#461966
3#451E61
4#45235C
5#442858
6#432D53
7#42314E
8#413649
9#413B45
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 #CC98F0 | BordersInactive statesPlaceholder text |
| 400 | B163 #B163E9 | Disabled statesSecondary iconsMuted text |
| 500 | 9B36 #9B36E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7E1C #7E1CC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6416 #64169C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4810 #481070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2E0A #2E0A47 | 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: #CC98F0;
--indigo-400: #B163E9;
--indigo-500: #9B36E2;
--indigo-600: #7E1CC4;
--indigo-700: #64169C;
--indigo-800: #481070;
--indigo-900: #2E0A47;
--indigo-950: #1D062D;
}