Indigo
#480F70
PurpleColor Codes
All color formats for development
HEX
#480F70RGB
rgb(72, 15, 112)HSL
hsl(275, 76%, 25%)OKLCH
oklch(0.327 0.152 305.6)CMYK
cmyk(36%, 87%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#410E65
2#390C5A
3#320B4F
4#2B0943
5#240838
6#1D062D
7#160522
8#0E0316
9#07020B
Tints
Lighter variations
1#5D1492
2#7318B4
3#881DD5
4#9B35E3
5#AB57E8
6#BC78ED
7#CD9AF1
8#DEBCF6
9#EEDDFA
Tones
Muted variations
1#47146B
2#461967
3#451E62
4#45235D
5#442858
6#432C53
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 #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;
}