Indigo
#4A0FA3
PurpleColor Codes
All color formats for development
HEX
#4A0FA3RGB
rgb(74, 15, 163)HSL
hsl(264, 83%, 35%)OKLCH
oklch(0.38 0.203 290.5)CMYK
cmyk(55%, 91%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#430E93
2#3C0C83
3#340B72
4#2D0962
5#250852
6#1E0641
7#160531
8#0F0321
9#070210
Tints
Lighter variations
1#5812C2
2#6615E0
3#782BEB
4#8B49EE
5#9E67F1
6#B286F4
7#C5A4F7
8#D8C2F9
9#ECE1FC
Tones
Muted variations
1#4C179C
2#4D1E95
3#4F258D
4#502D86
5#52347E
6#533C77
7#55436F
8#564A68
9#585261
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADE #EADEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8C2 #D8C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | BB94 #BB94F5 | BordersInactive statesPlaceholder text |
| 400 | 975C #975CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 792D #792DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E13 #5E13CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A0F #4A0FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 350B #350B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2207 #22074B | Primary textHigh emphasis contentDark headings |
| 950 | 1504 #15042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F1FE;
--indigo-100: #EADEFC;
--indigo-200: #D8C2F9;
--indigo-300: #BB94F5;
--indigo-400: #975CF0;
--indigo-500: #792DEB;
--indigo-600: #5E13CD;
--indigo-700: #4A0FA3;
--indigo-800: #350B75;
--indigo-900: #22074B;
--indigo-950: #15042F;
}