Indigo
#6608D9
PurpleColor Codes
All color formats for development
HEX
#6608D9RGB
rgb(102, 8, 217)HSL
hsl(267, 93%, 44%)OKLCH
oklch(0.465 0.257 291.5)CMYK
cmyk(53%, 96%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5C07C3
2#5106AD
3#470598
4#3D0582
5#33046C
6#290357
7#1F0241
8#14022B
9#0A0116
Tints
Lighter variations
1#7309F4
2#8223F7
3#923EF8
4#A15AF9
5#B175FA
6#C191FB
7#D0ACFC
8#E0C8FD
9#EFE3FE
Tones
Muted variations
1#6712CE
2#681DC4
3#6927B9
4#6A32AF
5#6B3CA4
6#6C469A
7#6D5190
8#6E5B85
9#6F667B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBDD #EBDDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBBF #DBBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | BF8E #BF8EFB | BordersInactive statesPlaceholder text |
| 400 | 9D53 #9D53F9 | Disabled statesSecondary iconsMuted text |
| 500 | 8222 #8222F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6608 #6608D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5106 #5106AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A04 #3A047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2503 #25034F | 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: #F7F0FE;
--indigo-100: #EBDDFE;
--indigo-200: #DBBFFD;
--indigo-300: #BF8EFB;
--indigo-400: #9D53F9;
--indigo-500: #8222F7;
--indigo-600: #6608D9;
--indigo-700: #5106AC;
--indigo-800: #3A047B;
--indigo-900: #25034F;
--indigo-950: #170231;
}