Indigo
#6208D9
PurpleColor Codes
All color formats for development
HEX
#6208D9RGB
rgb(98, 8, 217)HSL
hsl(266, 93%, 44%)OKLCH
oklch(0.461 0.257 289.9)CMYK
cmyk(55%, 96%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5807C3
2#4F06AD
3#450598
4#3B0582
5#31046C
6#270357
7#1D0241
8#14022B
9#0A0116
Tints
Lighter variations
1#6F09F4
2#7F23F7
3#8F3EF8
4#9F5AF9
5#AF75FA
6#BF91FB
7#CFACFC
8#DFC8FD
9#EFE3FE
Tones
Muted variations
1#6412CE
2#651DC4
3#6627B9
4#6832AF
5#693CA4
6#6B469A
7#6C5190
8#6D5B85
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 #DABFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | BD8E #BD8EFB | BordersInactive statesPlaceholder text |
| 400 | 9B53 #9B53F9 | Disabled statesSecondary iconsMuted text |
| 500 | 7E22 #7E22F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6208 #6208D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E06 #4E06AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3804 #38047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2403 #24034F | 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: #DABFFD;
--indigo-300: #BD8EFB;
--indigo-400: #9B53F9;
--indigo-500: #7E22F7;
--indigo-600: #6208D9;
--indigo-700: #4E06AC;
--indigo-800: #38047B;
--indigo-900: #24034F;
--indigo-950: #160231;
}