Indigo
#6606DB
PurpleColor Codes
All color formats for development
HEX
#6606DBRGB
rgb(102, 6, 219)HSL
hsl(267, 95%, 44%)OKLCH
oklch(0.467 0.259 291.1)CMYK
cmyk(53%, 97%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5B05C5
2#5104AF
3#470499
4#3D0383
5#33036D
6#290258
7#1E0242
8#14012C
9#0A0116
Tints
Lighter variations
1#7206F7
2#8220F9
3#923CFA
4#A158FB
5#B174FB
6#C090FC
7#D0ABFD
8#E0C7FE
9#EFE3FE
Tones
Muted variations
1#6710D0
2#681BC5
3#6926BB
4#6A30B0
5#6B3BA5
6#6C469B
7#6D5090
8#6E5B86
9#6F667B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBDC #EBDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBBE #DBBEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | BF8D #BF8DFC | BordersInactive statesPlaceholder text |
| 400 | 9D51 #9D51FB | Disabled statesSecondary iconsMuted text |
| 500 | 811F #811FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6606 #6606DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5104 #5104AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A03 #3A037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2502 #250250 | Primary textHigh emphasis contentDark headings |
| 950 | 1701 #170132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F7F0FF;
--indigo-100: #EBDCFE;
--indigo-200: #DBBEFD;
--indigo-300: #BF8DFC;
--indigo-400: #9D51FB;
--indigo-500: #811FF9;
--indigo-600: #6606DB;
--indigo-700: #5104AE;
--indigo-800: #3A037C;
--indigo-900: #250250;
--indigo-950: #170132;
}