Indigo
#660FA3
PurpleColor Codes
All color formats for development
HEX
#660FA3RGB
rgb(102, 15, 163)HSL
hsl(275, 83%, 35%)OKLCH
oklch(0.415 0.206 304.1)CMYK
cmyk(37%, 91%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5B0E93
2#510C83
3#470B72
4#3D0962
5#330852
6#290641
7#1E0531
8#140321
9#0A0210
Tints
Lighter variations
1#7812C2
2#8B15E0
3#9B2BEB
4#A949EE
5#B867F1
6#C686F4
7#D4A4F7
8#E2C2F9
9#F1E1FC
Tones
Muted variations
1#64179C
2#631E95
3#62258D
4#612D86
5#5F347E
6#5E3C77
7#5D436F
8#5C4A68
9#5A5261
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 | E2C2 #E2C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | CC94 #CC94F5 | BordersInactive statesPlaceholder text |
| 400 | B25C #B25CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 9C2D #9C2DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 8013 #8013CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 660F #660FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 490B #490B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2E07 #2E074B | 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: #E2C2F9;
--indigo-300: #CC94F5;
--indigo-400: #B25CF0;
--indigo-500: #9C2DEB;
--indigo-600: #8013CD;
--indigo-700: #660FA3;
--indigo-800: #490B75;
--indigo-900: #2E074B;
--indigo-950: #1D042F;
}