Indigo
#6116CA
PurpleColor Codes
All color formats for development
HEX
#6116CARGB
rgb(97, 22, 202)HSL
hsl(265, 80%, 44%)OKLCH
oklch(0.45 0.238 291.9)CMYK
cmyk(52%, 89%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5814B6
2#4E12A2
3#44108D
4#3A0D79
5#310B65
6#270951
7#1D073D
8#130428
9#0A0214
Tints
Lighter variations
1#6E19E4
2#7E31E8
3#8E4BEB
4#9E65EE
5#AE7EF1
6#BE98F4
7#CEB2F6
8#DFCCF9
9#EFE5FC
Tones
Muted variations
1#631FC1
2#6428B8
3#6631AF
4#673AA6
5#69439D
6#6A4C94
7#6C558B
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 | D9C3 #D9C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | BD95 #BD95F3 | BordersInactive statesPlaceholder text |
| 400 | 9A5E #9A5EED | Disabled statesSecondary iconsMuted text |
| 500 | 7D30 #7D30E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6116 #6116CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D12 #4D12A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 370D #370D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2308 #230849 | 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: #D9C3F8;
--indigo-300: #BD95F3;
--indigo-400: #9A5EED;
--indigo-500: #7D30E8;
--indigo-600: #6116CA;
--indigo-700: #4D12A1;
--indigo-800: #370D73;
--indigo-900: #230849;
--indigo-950: #16052E;
}