Indigo
#6115CB
PurpleColor Codes
All color formats for development
HEX
#6115CBRGB
rgb(97, 21, 203)HSL
hsl(265, 81%, 44%)OKLCH
oklch(0.451 0.239 291.8)CMYK
cmyk(52%, 90%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5713B7
2#4E11A2
3#440F8E
4#3A0D7A
5#310B66
6#270951
7#1D063D
8#130429
9#0A0214
Tints
Lighter variations
1#6D18E5
2#7D30E9
3#8E4AEC
4#9E64EF
5#AE7EF1
6#BE98F4
7#CEB1F7
8#DFCBFA
9#EFE5FC
Tones
Muted variations
1#631EC2
2#6427B9
3#6631B0
4#673AA7
5#69439E
6#6A4C95
7#6C558B
8#6D5E82
9#6F6779
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBDF #EBDFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9C3 #D9C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | BC95 #BC95F4 | BordersInactive statesPlaceholder text |
| 400 | 9A5D #9A5DEE | Disabled statesSecondary iconsMuted text |
| 500 | 7D2F #7D2FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6115 #6115CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D11 #4D11A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 370C #370C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2308 #23084A | Primary textHigh emphasis contentDark headings |
| 950 | 1605 #16052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F1FE;
--indigo-100: #EBDFFC;
--indigo-200: #D9C3F9;
--indigo-300: #BC95F4;
--indigo-400: #9A5DEE;
--indigo-500: #7D2FE9;
--indigo-600: #6115CB;
--indigo-700: #4D11A2;
--indigo-800: #370C73;
--indigo-900: #23084A;
--indigo-950: #16052E;
}