Indigo
#6108AA
PurpleColor Codes
All color formats for development
HEX
#6108AARGB
rgb(97, 8, 170)HSL
hsl(273, 91%, 35%)OKLCH
oklch(0.412 0.214 300.1)CMYK
cmyk(43%, 95%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#580799
2#4E0688
3#440677
4#3A0566
5#310455
6#270344
7#1D0233
8#130222
9#0A0111
Tints
Lighter variations
1#730ACA
2#860BEA
3#9621F5
4#A541F6
5#B461F8
6#C380F9
7#D2A0FB
8#E1C0FC
9#F0DFFE
Tones
Muted variations
1#6110A2
2#60189A
3#5F2092
4#5E298A
5#5D3182
6#5C397A
7#5C4172
8#5B4969
9#5A5161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F0 #F8F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EFDD #EFDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E1C0 #E1C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | CA8F #CA8FFA | BordersInactive statesPlaceholder text |
| 400 | AE55 #AE55F7 | Disabled statesSecondary iconsMuted text |
| 500 | 9724 #9724F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7A0A #7A0AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6108 #6108AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4606 #46067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2D04 #2D044E | 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: #EFDDFD;
--indigo-200: #E1C0FC;
--indigo-300: #CA8FFA;
--indigo-400: #AE55F7;
--indigo-500: #9724F5;
--indigo-600: #7A0AD6;
--indigo-700: #6108AA;
--indigo-800: #46067A;
--indigo-900: #2D044E;
--indigo-950: #1C0231;
}