Indigo
#5013A0
PurpleColor Codes
All color formats for development
HEX
#5013A0RGB
rgb(80, 19, 160)HSL
hsl(266, 79%, 35%)OKLCH
oklch(0.387 0.198 294)CMYK
cmyk(50%, 88%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#481190
2#400F80
3#380D70
4#300B60
5#280950
6#200740
7#180630
8#100420
9#080210
Tints
Lighter variations
1#5F16BD
2#6E1ADB
3#7F2FE7
4#914DEA
5#A36BEE
6#B688F1
7#C8A6F5
8#DAC4F8
9#EDE1FC
Tones
Muted variations
1#511A99
2#522192
3#53288B
4#542F84
5#55367D
6#553D75
7#56446E
8#574B67
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 | DAC4 #DAC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | BE96 #BE96F3 | BordersInactive statesPlaceholder text |
| 400 | 9C5F #9C5FEC | Disabled statesSecondary iconsMuted text |
| 500 | 8032 #8032E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6418 #6418C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5013 #5013A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 390D #390D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2509 #250949 | 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: #DAC4F8;
--indigo-300: #BE96F3;
--indigo-400: #9C5FEC;
--indigo-500: #8032E7;
--indigo-600: #6418C9;
--indigo-700: #5013A0;
--indigo-800: #390D72;
--indigo-900: #250949;
--indigo-950: #17052E;
}