Indigo
#490DD3
PurpleColor Codes
All color formats for development
HEX
#490DD3RGB
rgb(73, 13, 211)HSL
hsl(258, 88%, 44%)OKLCH
oklch(0.432 0.252 281.2)CMYK
cmyk(65%, 94%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#410CBE
2#3A0BA9
3#330994
4#2C087F
5#240769
6#1D0554
7#16043F
8#0F032A
9#070115
Tints
Lighter variations
1#520FEE
2#6528F1
3#7843F3
4#8B5EF5
5#9E79F6
6#B294F8
7#C5AEFA
8#D8C9FC
9#ECE4FD
Tones
Muted variations
1#4D17C9
2#5121BF
3#552BB5
4#5935AB
5#5C3FA2
6#604998
7#64538E
8#685C84
9#6C667A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7DD #E7DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2C1 #D2C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | B091 #B091F8 | BordersInactive statesPlaceholder text |
| 400 | 8657 #8657F4 | Disabled statesSecondary iconsMuted text |
| 500 | 6427 #6427F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 490D #490DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3A0B #3A0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2908 #290878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A05 #1A054D | Primary textHigh emphasis contentDark headings |
| 950 | 1103 #110330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F5F1FE;
--indigo-100: #E7DDFD;
--indigo-200: #D2C1FB;
--indigo-300: #B091F8;
--indigo-400: #8657F4;
--indigo-500: #6427F1;
--indigo-600: #490DD3;
--indigo-700: #3A0BA8;
--indigo-800: #290878;
--indigo-900: #1A054D;
--indigo-950: #110330;
}