Indigo
#4B13A0
PurpleColor Codes
All color formats for development
HEX
#4B13A0RGB
rgb(75, 19, 160)HSL
hsl(264, 79%, 35%)OKLCH
oklch(0.381 0.198 291.4)CMYK
cmyk(53%, 88%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#441190
2#3C0F80
3#350D70
4#2D0B60
5#260950
6#1E0740
7#170630
8#0F0420
9#080210
Tints
Lighter variations
1#5916BD
2#671ADB
3#792FE7
4#8C4DEA
5#9F6BEE
6#B288F1
7#C5A6F5
8#D9C4F8
9#ECE1FC
Tones
Muted variations
1#4D1A99
2#4E2192
3#4F288B
4#512F84
5#52367D
6#543D75
7#55446E
8#564B67
9#585260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADF #EADFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9C4 #D9C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | BB96 #BB96F3 | BordersInactive statesPlaceholder text |
| 400 | 985F #985FEC | Disabled statesSecondary iconsMuted text |
| 500 | 7A32 #7A32E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E18 #5E18C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B13 #4B13A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 360D #360D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2209 #220949 | Primary textHigh emphasis contentDark headings |
| 950 | 1505 #15052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F1FD;
--indigo-100: #EADFFB;
--indigo-200: #D9C4F8;
--indigo-300: #BB96F3;
--indigo-400: #985FEC;
--indigo-500: #7A32E7;
--indigo-600: #5E18C9;
--indigo-700: #4B13A0;
--indigo-800: #360D72;
--indigo-900: #220949;
--indigo-950: #15052E;
}