Indigo
#6502DE
PurpleColor Codes
All color formats for development
HEX
#6502DERGB
rgb(101, 2, 222)HSL
hsl(267, 98%, 44%)OKLCH
oklch(0.468 0.263 290.3)CMYK
cmyk(55%, 99%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5B02C8
2#5102B2
3#47029C
4#3D0185
5#33016F
6#280159
7#1E0143
8#14002C
9#0A0016
Tints
Lighter variations
1#7203FA
2#821DFD
3#9139FD
4#A155FD
5#B172FE
6#C08EFE
7#D0AAFE
8#E0C6FE
9#EFE3FF
Tones
Muted variations
1#660DD3
2#6718C8
3#6923BD
4#6A2EB2
5#6B39A7
6#6C449C
7#6D4F91
8#6E5A86
9#6F657B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBDC #EBDCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBBD #DBBDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | BF8B #BF8BFE | BordersInactive statesPlaceholder text |
| 400 | 9D4E #9D4EFD | Disabled statesSecondary iconsMuted text |
| 500 | 811C #811CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 6502 #6502DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5102 #5102B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A01 #3A017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2501 #250151 | Primary textHigh emphasis contentDark headings |
| 950 | 1701 #170132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F7F0FF;
--indigo-100: #EBDCFF;
--indigo-200: #DBBDFE;
--indigo-300: #BF8BFE;
--indigo-400: #9D4EFD;
--indigo-500: #811CFD;
--indigo-600: #6502DE;
--indigo-700: #5102B1;
--indigo-800: #3A017E;
--indigo-900: #250151;
--indigo-950: #170132;
}