Indigo
#4E149F
PurpleColor Codes
All color formats for development
HEX
#4E149FRGB
rgb(78, 20, 159)HSL
hsl(265, 78%, 35%)OKLCH
oklch(0.384 0.196 293.1)CMYK
cmyk(51%, 87%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#46128F
2#3E107F
3#360E6F
4#2F0C5F
5#270A4F
6#1F0840
7#170630
8#100420
9#080210
Tints
Lighter variations
1#5C17BC
2#6A1BDA
3#7C30E5
4#8F4EE9
5#A16BED
6#B489F0
7#C7A6F4
8#DAC4F8
9#ECE1FB
Tones
Muted variations
1#4F1B98
2#502291
3#51298A
4#522F83
5#53367C
6#553D75
7#56446E
8#574B67
9#585260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBDF #EBDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DAC4 #DAC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | BD97 #BD97F2 | BordersInactive statesPlaceholder text |
| 400 | 9A60 #9A60EB | Disabled statesSecondary iconsMuted text |
| 500 | 7D33 #7D33E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6219 #6219C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E14 #4E149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 370E #370E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2309 #230949 | Primary textHigh emphasis contentDark headings |
| 950 | 1606 #16062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F1FD;
--indigo-100: #EBDFFB;
--indigo-200: #DAC4F8;
--indigo-300: #BD97F2;
--indigo-400: #9A60EB;
--indigo-500: #7D33E6;
--indigo-600: #6219C8;
--indigo-700: #4E149F;
--indigo-800: #370E71;
--indigo-900: #230949;
--indigo-950: #16062D;
}