Indigo
#660BA8
PurpleColor Codes
All color formats for development
HEX
#660BA8RGB
rgb(102, 11, 168)HSL
hsl(275, 88%, 35%)OKLCH
oklch(0.418 0.212 302.9)CMYK
cmyk(39%, 93%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5C0A97
2#520986
3#480775
4#3D0665
5#330554
6#290443
7#1F0332
8#140222
9#0A0111
Tints
Lighter variations
1#790DC7
2#8C0FE6
3#9C25F1
4#AA44F3
5#B863F5
6#C682F7
7#D5A2F9
8#E3C1FB
9#F1E0FD
Tones
Muted variations
1#6513A0
2#641A98
3#622290
4#612A88
5#603281
6#5E3A79
7#5D4271
8#5C4A69
9#5B5161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0DD #F0DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E3C1 #E3C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | CD91 #CD91F8 | BordersInactive statesPlaceholder text |
| 400 | B357 #B357F4 | Disabled statesSecondary iconsMuted text |
| 500 | 9D27 #9D27F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 810D #810DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 660B #660BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4908 #490878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2F05 #2F054D | Primary textHigh emphasis contentDark headings |
| 950 | 1D03 #1D0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F8F1FE;
--indigo-100: #F0DDFD;
--indigo-200: #E3C1FB;
--indigo-300: #CD91F8;
--indigo-400: #B357F4;
--indigo-500: #9D27F1;
--indigo-600: #810DD3;
--indigo-700: #660BA8;
--indigo-800: #490878;
--indigo-900: #2F054D;
--indigo-950: #1D0330;
}