Indigo
#6107AB
PurpleColor Codes
All color formats for development
HEX
#6107ABRGB
rgb(97, 7, 171)HSL
hsl(273, 92%, 35%)OKLCH
oklch(0.413 0.216 299.9)CMYK
cmyk(43%, 96%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#58069A
2#4E0689
3#440578
4#3A0467
5#310456
6#270345
7#1D0233
8#130122
9#0A0111
Tints
Lighter variations
1#7408CB
2#860AEB
3#9620F6
4#A540F7
5#B460F8
6#C380FA
7#D2A0FB
8#E1BFFC
9#F0DFFE
Tones
Muted variations
1#610FA3
2#60189B
3#5F2093
4#5E288B
5#5D3082
6#5D387A
7#5C4172
8#5B496A
9#5A5161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F0 #F8F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EFDD #EFDDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E1BF #E1BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | CA8E #CA8EFA | BordersInactive statesPlaceholder text |
| 400 | AE54 #AE54F8 | Disabled statesSecondary iconsMuted text |
| 500 | 9723 #9723F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7B09 #7B09D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6107 #6107AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4605 #46057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2D03 #2D034E | Primary textHigh emphasis contentDark headings |
| 950 | 1C02 #1C0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F8F0FE;
--indigo-100: #EFDDFE;
--indigo-200: #E1BFFC;
--indigo-300: #CA8EFA;
--indigo-400: #AE54F8;
--indigo-500: #9723F6;
--indigo-600: #7B09D7;
--indigo-700: #6107AB;
--indigo-800: #46057A;
--indigo-900: #2D034E;
--indigo-950: #1C0231;
}