Indigo
#6209D7
PurpleColor Codes
All color formats for development
HEX
#6209D7RGB
rgb(98, 9, 215)HSL
hsl(266, 92%, 44%)OKLCH
oklch(0.459 0.255 290.3)CMYK
cmyk(54%, 96%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5908C2
2#4F07AC
3#450697
4#3B0581
5#31046C
6#270456
7#1E0341
8#14022B
9#0A0116
Tints
Lighter variations
1#6F0AF3
2#7F24F6
3#8F3FF7
4#9F5AF8
5#AF76F9
6#BF91FA
7#CFADFC
8#DFC8FD
9#EFE4FE
Tones
Muted variations
1#6413CD
2#651EC3
3#6728B8
4#6832AE
5#693DA4
6#6B4799
7#6C518F
8#6D5C85
9#6F667B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBDD #EBDDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DABF #DABFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | BD8E #BD8EFA | BordersInactive statesPlaceholder text |
| 400 | 9B54 #9B54F8 | Disabled statesSecondary iconsMuted text |
| 500 | 7E23 #7E23F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6209 #6209D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E07 #4E07AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3805 #38057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2403 #24034E | 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: #F6F0FE;
--indigo-100: #EBDDFE;
--indigo-200: #DABFFC;
--indigo-300: #BD8EFA;
--indigo-400: #9B54F8;
--indigo-500: #7E23F6;
--indigo-600: #6209D7;
--indigo-700: #4E07AB;
--indigo-800: #38057A;
--indigo-900: #24034E;
--indigo-950: #160231;
}