Indigo
#6118C9
PurpleColor Codes
All color formats for development
HEX
#6118C9RGB
rgb(97, 24, 201)HSL
hsl(265, 79%, 44%)OKLCH
oklch(0.45 0.236 292)CMYK
cmyk(52%, 88%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5815B5
2#4E13A1
3#44108D
4#3A0E79
5#310C64
6#270950
7#1D073C
8#130528
9#0A0214
Tints
Lighter variations
1#6E1BE2
2#7E33E7
3#8E4CEA
4#9E66ED
5#AE7FF0
6#BE99F3
7#CFB2F6
8#DFCCF9
9#EFE5FC
Tones
Muted variations
1#6320C0
2#6429B7
3#6632AE
4#673BA5
5#69449D
6#6A4D94
7#6C568B
8#6D5E82
9#6F6779
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBDF #EBDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9C4 #D9C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | BD96 #BD96F3 | BordersInactive statesPlaceholder text |
| 400 | 9A5F #9A5FEC | Disabled statesSecondary iconsMuted text |
| 500 | 7D32 #7D32E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6118 #6118C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D13 #4D13A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 370D #370D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2309 #230949 | 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: #F6F1FD;
--indigo-100: #EBDFFB;
--indigo-200: #D9C4F8;
--indigo-300: #BD96F3;
--indigo-400: #9A5FEC;
--indigo-500: #7D32E7;
--indigo-600: #6118C9;
--indigo-700: #4D13A0;
--indigo-800: #370D72;
--indigo-900: #230949;
--indigo-950: #16052E;
}