Indigo
#6110A2
PurpleColor Codes
All color formats for development
HEX
#6110A2RGB
rgb(97, 16, 162)HSL
hsl(273, 82%, 35%)OKLCH
oklch(0.408 0.204 302)CMYK
cmyk(40%, 90%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#570E92
2#4D0D82
3#440B72
4#3A0A61
5#300851
6#270641
7#1D0531
8#130320
9#0A0210
Tints
Lighter variations
1#7313C1
2#8416DF
3#942CEA
4#A44AED
5#B368F0
6#C286F3
7#D1A5F6
8#E1C3F9
9#F0E1FC
Tones
Muted variations
1#60179B
2#5F1F94
3#5E268C
4#5E2D85
5#5D357E
6#5C3C77
7#5B436F
8#5B4B68
9#5A5261
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EFDF #EFDFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E1C3 #E1C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | C994 #C994F4 | BordersInactive statesPlaceholder text |
| 400 | AD5D #AD5DEF | Disabled statesSecondary iconsMuted text |
| 500 | 962E #962EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 7914 #7914CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6110 #6110A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 450B #450B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2C07 #2C074A | Primary textHigh emphasis contentDark headings |
| 950 | 1C05 #1C052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F8F1FE;
--indigo-100: #EFDFFC;
--indigo-200: #E1C3F9;
--indigo-300: #C994F4;
--indigo-400: #AD5DEF;
--indigo-500: #962EEA;
--indigo-600: #7914CC;
--indigo-700: #6110A2;
--indigo-800: #450B74;
--indigo-900: #2C074A;
--indigo-950: #1C052E;
}