Indigo
#6011A2
PurpleColor Codes
All color formats for development
HEX
#6011A2RGB
rgb(96, 17, 162)HSL
hsl(273, 81%, 35%)OKLCH
oklch(0.407 0.203 301.5)CMYK
cmyk(41%, 90%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#570F91
2#4D0E81
3#440C71
4#3A0A61
5#300851
6#270741
7#1D0530
8#130320
9#0A0210
Tints
Lighter variations
1#7214C0
2#8417DE
3#942DE9
4#A44BEC
5#B369EF
6#C287F2
7#D1A5F6
8#E1C3F9
9#F0E1FC
Tones
Muted variations
1#60189A
2#5F1F93
3#5E278C
4#5E2E85
5#5D357D
6#5C3C76
7#5B446F
8#5B4B68
9#5A5260
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 | C995 #C995F4 | BordersInactive statesPlaceholder text |
| 400 | AD5D #AD5DEE | Disabled statesSecondary iconsMuted text |
| 500 | 962F #962FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7915 #7915CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6011 #6011A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 450C #450C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2C08 #2C084A | 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: #C995F4;
--indigo-400: #AD5DEE;
--indigo-500: #962FE9;
--indigo-600: #7915CB;
--indigo-700: #6011A2;
--indigo-800: #450C73;
--indigo-900: #2C084A;
--indigo-950: #1C052E;
}