Indigo
#4B10A2
PurpleColor Codes
All color formats for development
HEX
#4B10A2RGB
rgb(75, 16, 162)HSL
hsl(264, 82%, 35%)OKLCH
oklch(0.381 0.202 291.1)CMYK
cmyk(54%, 90%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#430E92
2#3C0D82
3#340B72
4#2D0A61
5#250851
6#1E0641
7#160531
8#0F0320
9#070210
Tints
Lighter variations
1#5813C1
2#6616DF
3#782CEA
4#8B4AED
5#9F68F0
6#B286F3
7#C5A5F6
8#D8C3F9
9#ECE1FC
Tones
Muted variations
1#4C179B
2#4E1F94
3#4F268C
4#502D85
5#52357E
6#533C77
7#55436F
8#564B68
9#585261
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADF #EADFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8C3 #D8C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | BB94 #BB94F4 | BordersInactive statesPlaceholder text |
| 400 | 975D #975DEF | Disabled statesSecondary iconsMuted text |
| 500 | 792E #792EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E14 #5E14CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B10 #4B10A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 350B #350B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2207 #22074A | 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: #F6F1FE;
--indigo-100: #EADFFC;
--indigo-200: #D8C3F9;
--indigo-300: #BB94F4;
--indigo-400: #975DEF;
--indigo-500: #792EEA;
--indigo-600: #5E14CC;
--indigo-700: #4B10A2;
--indigo-800: #350B74;
--indigo-900: #22074A;
--indigo-950: #15052E;
}