Indigo
#6716CA
PurpleColor Codes
All color formats for development
HEX
#6716CARGB
rgb(103, 22, 202)HSL
hsl(267, 80%, 44%)OKLCH
oklch(0.457 0.238 294.4)CMYK
cmyk(49%, 89%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5D14B6
2#5312A2
3#48108D
4#3E0D79
5#340B65
6#290951
7#1F073D
8#150428
9#0A0214
Tints
Lighter variations
1#7419E4
2#8431E8
3#934BEB
4#A265EE
5#B27EF1
6#C198F4
7#D1B2F6
8#E0CCF9
9#F0E5FC
Tones
Muted variations
1#681FC1
2#6928B8
3#6A31AF
4#6B3AA6
5#6C439D
6#6D4C94
7#6E558B
8#6E5E82
9#6F6779
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECDF #ECDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBC3 #DBC3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | C095 #C095F3 | BordersInactive statesPlaceholder text |
| 400 | 9F5E #9F5EED | Disabled statesSecondary iconsMuted text |
| 500 | 8330 #8330E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6716 #6716CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5212 #5212A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3B0D #3B0D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2608 #260849 | Primary textHigh emphasis contentDark headings |
| 950 | 1705 #17052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F7F1FD;
--indigo-100: #ECDFFB;
--indigo-200: #DBC3F8;
--indigo-300: #C095F3;
--indigo-400: #9F5EED;
--indigo-500: #8330E8;
--indigo-600: #6716CA;
--indigo-700: #5212A1;
--indigo-800: #3B0D73;
--indigo-900: #260849;
--indigo-950: #17052E;
}