Indigo
#6206DB
PurpleColor Codes
All color formats for development
HEX
#6206DBRGB
rgb(98, 6, 219)HSL
hsl(266, 95%, 44%)OKLCH
oklch(0.463 0.26 289.6)CMYK
cmyk(55%, 97%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5805C5
2#4E04AF
3#450499
4#3B0383
5#31036D
6#270258
7#1D0242
8#14012C
9#0A0116
Tints
Lighter variations
1#6E06F7
2#7E20F9
3#8E3CFA
4#9E58FB
5#AF74FB
6#BF90FC
7#CFABFD
8#DFC7FE
9#EFE3FE
Tones
Muted variations
1#6310D0
2#651BC5
3#6626BB
4#6830B0
5#693BA5
6#6B469B
7#6C5090
8#6D5B86
9#6F667B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBDC #EBDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DABE #DABEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | BD8D #BD8DFC | BordersInactive statesPlaceholder text |
| 400 | 9A51 #9A51FB | Disabled statesSecondary iconsMuted text |
| 500 | 7E1F #7E1FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6206 #6206DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E04 #4E04AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3803 #38037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2402 #240250 | Primary textHigh emphasis contentDark headings |
| 950 | 1601 #160132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F0FF;
--indigo-100: #EBDCFE;
--indigo-200: #DABEFD;
--indigo-300: #BD8DFC;
--indigo-400: #9A51FB;
--indigo-500: #7E1FF9;
--indigo-600: #6206DB;
--indigo-700: #4E04AE;
--indigo-800: #38037C;
--indigo-900: #240250;
--indigo-950: #160132;
}