Indigo
#660AD6
PurpleColor Codes
All color formats for development
HEX
#660AD6RGB
rgb(102, 10, 214)HSL
hsl(267, 91%, 44%)OKLCH
oklch(0.463 0.254 292)CMYK
cmyk(52%, 95%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5C09C1
2#5208AB
3#470796
4#3D0681
5#33056B
6#290456
7#1F0340
8#14022B
9#0A0115
Tints
Lighter variations
1#730BF2
2#8225F5
3#9240F6
4#A25BF7
5#B177F9
6#C192FA
7#D0ADFB
8#E0C8FC
9#EFE4FE
Tones
Muted variations
1#6714CC
2#681FC2
3#6929B8
4#6A33AD
5#6B3DA3
6#6C4799
7#6D528F
8#6E5C85
9#6F667A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECDD #ECDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBC0 #DBC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | BF8F #BF8FFA | BordersInactive statesPlaceholder text |
| 400 | 9E55 #9E55F7 | Disabled statesSecondary iconsMuted text |
| 500 | 8224 #8224F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 660A #660AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5108 #5108AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A06 #3A067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2504 #25044E | Primary textHigh emphasis contentDark headings |
| 950 | 1702 #170231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F7F0FE;
--indigo-100: #ECDDFD;
--indigo-200: #DBC0FC;
--indigo-300: #BF8FFA;
--indigo-400: #9E55F7;
--indigo-500: #8224F5;
--indigo-600: #660AD6;
--indigo-700: #5108AA;
--indigo-800: #3A067A;
--indigo-900: #25044E;
--indigo-950: #170231;
}