Indigo
#6413CD
PurpleColor Codes
All color formats for development
HEX
#6413CDRGB
rgb(100, 19, 205)HSL
hsl(266, 83%, 44%)OKLCH
oklch(0.455 0.242 292.7)CMYK
cmyk(51%, 91%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5A11B9
2#500FA4
3#460D90
4#3C0B7B
5#320A67
6#280852
7#1E063E
8#140429
9#0A0215
Tints
Lighter variations
1#7016E7
2#802EEC
3#9048EE
4#A062F0
5#B07CF3
6#C096F5
7#CFB1F8
8#DFCBFA
9#EFE5FD
Tones
Muted variations
1#651CC4
2#6626BB
3#682FB1
4#6938A8
5#6A429F
6#6B4B95
7#6C548C
8#6E5E83
9#6F677A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBDE #EBDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | DAC2 #DAC2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | BE94 #BE94F5 | BordersInactive statesPlaceholder text |
| 400 | 9C5C #9C5CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 802D #802DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 6413 #6413CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F0F #4F0FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 390B #390B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2407 #24074B | Primary textHigh emphasis contentDark headings |
| 950 | 1704 #17042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F7F1FE;
--indigo-100: #EBDEFC;
--indigo-200: #DAC2F9;
--indigo-300: #BE94F5;
--indigo-400: #9C5CF0;
--indigo-500: #802DEB;
--indigo-600: #6413CD;
--indigo-700: #4F0FA3;
--indigo-800: #390B75;
--indigo-900: #24074B;
--indigo-950: #17042F;
}