Indigo
#5012A1
PurpleColor Codes
All color formats for development
HEX
#5012A1RGB
rgb(80, 18, 161)HSL
hsl(266, 80%, 35%)OKLCH
oklch(0.387 0.2 293.8)CMYK
cmyk(50%, 89%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#481091
2#400E81
3#380C70
4#300B60
5#280950
6#200740
7#180530
8#100420
9#080210
Tints
Lighter variations
1#5F15BE
2#6D18DC
3#7F2EE8
4#914CEB
5#A36AEE
6#B688F2
7#C8A5F5
8#DAC3F8
9#EDE1FC
Tones
Muted variations
1#51199A
2#522092
3#53278B
4#542E84
5#54367D
6#553D76
7#56446F
8#574B68
9#585260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBDF #EBDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DAC3 #DAC3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | BE95 #BE95F3 | BordersInactive statesPlaceholder text |
| 400 | 9C5E #9C5EED | Disabled statesSecondary iconsMuted text |
| 500 | 8030 #8030E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6416 #6416CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5012 #5012A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 390D #390D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2408 #240849 | Primary textHigh emphasis contentDark headings |
| 950 | 1705 #17052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F7F1FD;
--indigo-100: #EBDFFB;
--indigo-200: #DAC3F8;
--indigo-300: #BE95F3;
--indigo-400: #9C5EED;
--indigo-500: #8030E8;
--indigo-600: #6416CA;
--indigo-700: #5012A1;
--indigo-800: #390D73;
--indigo-900: #240849;
--indigo-950: #17052E;
}