Indigo
#6607DA
PurpleColor Codes
All color formats for development
HEX
#6607DARGB
rgb(102, 7, 218)HSL
hsl(267, 94%, 44%)OKLCH
oklch(0.466 0.258 291.3)CMYK
cmyk(53%, 97%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5B06C4
2#5105AE
3#470598
4#3D0483
5#33036D
6#290357
7#1E0241
8#14012C
9#0A0116
Tints
Lighter variations
1#7308F5
2#8221F8
3#923DF9
4#A159FA
5#B174FB
6#C190FC
7#D0ACFC
8#E0C8FD
9#EFE3FE
Tones
Muted variations
1#6711CF
2#681CC5
3#6926BA
4#6A31AF
5#6B3BA5
6#6C469A
7#6D5190
8#6E5B85
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 | DBBF #DBBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | BF8D #BF8DFB | BordersInactive statesPlaceholder text |
| 400 | 9D52 #9D52FA | Disabled statesSecondary iconsMuted text |
| 500 | 8120 #8120F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6607 #6607DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5105 #5105AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A04 #3A047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2502 #25024F | Primary textHigh emphasis contentDark headings |
| 950 | 1702 #170231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F7F0FF;
--indigo-100: #EBDCFE;
--indigo-200: #DBBFFD;
--indigo-300: #BF8DFB;
--indigo-400: #9D52FA;
--indigo-500: #8120F8;
--indigo-600: #6607DA;
--indigo-700: #5105AD;
--indigo-800: #3A047C;
--indigo-900: #25024F;
--indigo-950: #170231;
}