Indigo
#6416CA
PurpleColor Codes
All color formats for development
HEX
#6416CARGB
rgb(100, 22, 202)HSL
hsl(266, 80%, 44%)OKLCH
oklch(0.454 0.238 293.1)CMYK
cmyk(50%, 89%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5A14B6
2#5012A2
3#46108D
4#3C0D79
5#320B65
6#280951
7#1E073D
8#140428
9#0A0214
Tints
Lighter variations
1#7119E4
2#8131E8
3#904BEB
4#A065EE
5#B07EF1
6#C098F4
7#D0B2F6
8#DFCCF9
9#EFE5FC
Tones
Muted variations
1#651FC1
2#6728B8
3#6831AF
4#693AA6
5#6A439D
6#6B4C94
7#6D558B
8#6E5E82
9#6F6779
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;
}