Indigo
#660CD4
PurpleColor Codes
All color formats for development
HEX
#660CD4RGB
rgb(102, 12, 212)HSL
hsl(267, 89%, 44%)OKLCH
oklch(0.461 0.251 292.3)CMYK
cmyk(52%, 94%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5C0BBF
2#520AAA
3#480994
4#3D077F
5#33066A
6#290555
7#1F0440
8#14022A
9#0A0115
Tints
Lighter variations
1#730EEF
2#8327F2
3#9242F4
4#A25DF6
5#B178F7
6#C193F9
7#D0AEFA
8#E0C9FC
9#EFE4FD
Tones
Muted variations
1#6716CA
2#6820C0
3#692AB6
4#6A34AC
5#6B3EA2
6#6C4898
7#6D528E
8#6E5C84
9#6F667A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECDD #ECDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBC0 #DBC0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | BF90 #BF90F9 | BordersInactive statesPlaceholder text |
| 400 | 9E56 #9E56F5 | Disabled statesSecondary iconsMuted text |
| 500 | 8226 #8226F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 660C #660CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 510A #510AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A07 #3A0778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2504 #25044D | Primary textHigh emphasis contentDark headings |
| 950 | 1703 #170330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F7F1FE;
--indigo-100: #ECDDFD;
--indigo-200: #DBC0FB;
--indigo-300: #BF90F9;
--indigo-400: #9E56F5;
--indigo-500: #8226F2;
--indigo-600: #660CD4;
--indigo-700: #510AA9;
--indigo-800: #3A0778;
--indigo-900: #25044D;
--indigo-950: #170330;
}