Indigo
#660DA5
PurpleColor Codes
All color formats for development
HEX
#660DA5RGB
rgb(102, 13, 165)HSL
hsl(275, 85%, 35%)OKLCH
oklch(0.416 0.209 303.6)CMYK
cmyk(38%, 92%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5C0C95
2#520B84
3#470974
4#3D0863
5#330753
6#290542
7#1F0432
8#140321
9#0A0111
Tints
Lighter variations
1#7910C4
2#8C12E2
3#9B28EE
4#AA47F0
5#B866F3
6#C684F5
7#D4A3F8
8#E3C2FA
9#F1E0FD
Tones
Muted variations
1#65159E
2#631D96
3#62248E
4#612C87
5#60337F
6#5E3B78
7#5D4270
8#5C4A68
9#5B5261
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0DE #F0DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E3C2 #E3C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | CD92 #CD92F6 | BordersInactive statesPlaceholder text |
| 400 | B25A #B25AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 9D2B #9D2BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 8011 #8011D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 660D #660DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 490A #490A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2F06 #2F064B | Primary textHigh emphasis contentDark headings |
| 950 | 1D04 #1D042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F8F1FE;
--indigo-100: #F0DEFC;
--indigo-200: #E3C2FA;
--indigo-300: #CD92F6;
--indigo-400: #B25AF2;
--indigo-500: #9D2BEE;
--indigo-600: #8011D0;
--indigo-700: #660DA5;
--indigo-800: #490A76;
--indigo-900: #2F064B;
--indigo-950: #1D042F;
}