Indigo
#660DD3
PurpleColor Codes
All color formats for development
HEX
#660DD3RGB
rgb(102, 13, 211)HSL
hsl(267, 88%, 44%)OKLCH
oklch(0.461 0.25 292.5)CMYK
cmyk(52%, 94%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5C0CBE
2#520BA9
3#480994
4#3D087F
5#330769
6#290554
7#1F043F
8#14032A
9#0A0115
Tints
Lighter variations
1#730FEE
2#8328F1
3#9243F3
4#A25EF5
5#B179F6
6#C194F8
7#D0AEFA
8#E0C9FC
9#EFE4FD
Tones
Muted variations
1#6717C9
2#6821BF
3#692BB5
4#6A35AB
5#6B3FA2
6#6C4998
7#6D538E
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 | DBC1 #DBC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | BF91 #BF91F8 | BordersInactive statesPlaceholder text |
| 400 | 9E57 #9E57F4 | Disabled statesSecondary iconsMuted text |
| 500 | 8227 #8227F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 660D #660DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 510B #510BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A08 #3A0878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2505 #25054D | 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: #DBC1FB;
--indigo-300: #BF91F8;
--indigo-400: #9E57F4;
--indigo-500: #8227F1;
--indigo-600: #660DD3;
--indigo-700: #510BA8;
--indigo-800: #3A0878;
--indigo-900: #25054D;
--indigo-950: #170330;
}