Indigo
#6207DA
PurpleColor Codes
All color formats for development
HEX
#6207DARGB
rgb(98, 7, 218)HSL
hsl(266, 94%, 44%)OKLCH
oklch(0.462 0.258 289.8)CMYK
cmyk(55%, 97%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5806C4
2#4F05AE
3#450598
4#3B0483
5#31036D
6#270357
7#1D0241
8#14012C
9#0A0116
Tints
Lighter variations
1#6F08F5
2#7E21F8
3#8F3DF9
4#9F59FA
5#AF74FB
6#BF90FC
7#CFACFC
8#DFC8FD
9#EFE3FE
Tones
Muted variations
1#6411CF
2#651CC5
3#6626BA
4#6831AF
5#693BA5
6#6B469A
7#6C5190
8#6D5B85
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 | DABF #DABFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | BD8D #BD8DFB | BordersInactive statesPlaceholder text |
| 400 | 9B52 #9B52FA | Disabled statesSecondary iconsMuted text |
| 500 | 7E20 #7E20F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6207 #6207DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E05 #4E05AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3804 #38047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2402 #24024F | Primary textHigh emphasis contentDark headings |
| 950 | 1602 #160231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F0FF;
--indigo-100: #EBDCFE;
--indigo-200: #DABFFD;
--indigo-300: #BD8DFB;
--indigo-400: #9B52FA;
--indigo-500: #7E20F8;
--indigo-600: #6207DA;
--indigo-700: #4E05AD;
--indigo-800: #38047C;
--indigo-900: #24024F;
--indigo-950: #160231;
}