Indigo
#6405AD
PurpleColor Codes
All color formats for development
HEX
#6405ADRGB
rgb(100, 5, 173)HSL
hsl(274, 94%, 35%)OKLCH
oklch(0.418 0.219 300.8)CMYK
cmyk(42%, 97%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5A059C
2#50048B
3#460479
4#3C0368
5#320357
6#280245
7#1E0234
8#140123
9#0A0111
Tints
Lighter variations
1#7706CD
2#8A07ED
3#9A1EF8
4#A83EF9
5#B75EFA
6#C57EFB
7#D49FFC
8#E2BFFD
9#F1DFFE
Tones
Muted variations
1#630EA5
2#62169C
3#611F94
4#60278C
5#5F2F83
6#5E387B
7#5D4072
8#5B486A
9#5A5162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F0 #F8F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EFDC #EFDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E2BF #E2BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | CC8D #CC8DFB | BordersInactive statesPlaceholder text |
| 400 | B152 #B152FA | Disabled statesSecondary iconsMuted text |
| 500 | 9B20 #9B20F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7E07 #7E07DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6405 #6405AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4804 #48047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2E02 #2E024F | Primary textHigh emphasis contentDark headings |
| 950 | 1D02 #1D0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F8F0FF;
--indigo-100: #EFDCFE;
--indigo-200: #E2BFFD;
--indigo-300: #CC8DFB;
--indigo-400: #B152FA;
--indigo-500: #9B20F8;
--indigo-600: #7E07DA;
--indigo-700: #6405AD;
--indigo-800: #48047C;
--indigo-900: #2E024F;
--indigo-950: #1D0231;
}