Indigo
#490F70
PurpleColor Codes
All color formats for development
HEX
#490F70RGB
rgb(73, 15, 112)HSL
hsl(276, 76%, 25%)OKLCH
oklch(0.328 0.152 306.3)CMYK
cmyk(35%, 87%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#420E65
2#3B0C5A
3#330B4F
4#2C0943
5#250838
6#1D062D
7#160522
8#0F0316
9#07020B
Tints
Lighter variations
1#5F1492
2#7618B4
3#8C1DD5
4#9E35E3
5#AE57E8
6#BE78ED
7#CE9AF1
8#DFBCF6
9#EFDDFA
Tones
Muted variations
1#48146B
2#481967
3#471E62
4#46235D
5#452858
6#442C53
7#43314E
8#423649
9#413B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F2 #F9F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0E0 #F0E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E3C5 #E3C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | CD98 #CD98F1 | BordersInactive statesPlaceholder text |
| 400 | B362 #B362EA | Disabled statesSecondary iconsMuted text |
| 500 | 9E35 #9E35E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 811B #811BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6715 #67159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 490F #490F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2F0A #2F0A48 | 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: #F9F2FD;
--indigo-100: #F0E0FB;
--indigo-200: #E3C5F7;
--indigo-300: #CD98F1;
--indigo-400: #B362EA;
--indigo-500: #9E35E3;
--indigo-600: #811BC5;
--indigo-700: #67159D;
--indigo-800: #490F70;
--indigo-900: #2F0A48;
--indigo-950: #1D062D;
}