Indigo
#50037C
PurpleColor Codes
All color formats for development
HEX
#50037CRGB
rgb(80, 3, 124)HSL
hsl(278, 95%, 25%)OKLCH
oklch(0.342 0.173 306.6)CMYK
cmyk(35%, 98%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#480370
2#400363
3#380257
4#30024B
5#28023E
6#200132
7#180125
8#100119
9#08000C
Tints
Lighter variations
1#6804A2
2#8005C7
3#9806EC
4#A91FF9
5#B845FA
6#C66AFB
7#D48FFC
8#E2B4FD
9#F1DAFE
Tones
Muted variations
1#4E0976
2#4D0F70
3#4B156A
4#491B64
5#48215E
6#462858
7#452E52
8#43344C
9#413A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F2DC #F2DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E6BE #E6BEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | D38D #D38DFC | BordersInactive statesPlaceholder text |
| 400 | BC51 #BC51FB | Disabled statesSecondary iconsMuted text |
| 500 | A91F #A91FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8D06 #8D06DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7004 #7004AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5003 #50037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 3302 #330250 | Primary textHigh emphasis contentDark headings |
| 950 | 2001 #200132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F9F0FF;
--indigo-100: #F2DCFE;
--indigo-200: #E6BEFD;
--indigo-300: #D38DFC;
--indigo-400: #BC51FB;
--indigo-500: #A91FF9;
--indigo-600: #8D06DB;
--indigo-700: #7004AE;
--indigo-800: #50037C;
--indigo-900: #330250;
--indigo-950: #200132;
}