Indigo
#6205AD
PurpleColor Codes
All color formats for development
HEX
#6205ADRGB
rgb(98, 5, 173)HSL
hsl(273, 94%, 35%)OKLCH
oklch(0.415 0.218 299.9)CMYK
cmyk(43%, 97%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#58059C
2#4E048B
3#440479
4#3B0368
5#310357
6#270245
7#1D0234
8#140123
9#0A0111
Tints
Lighter variations
1#7406CD
2#8607ED
3#961EF8
4#A53EF9
5#B45EFA
6#C37EFB
7#D29FFC
8#E1BFFD
9#F0DFFE
Tones
Muted variations
1#610EA5
2#60169C
3#5F1F94
4#5E278C
5#5D2F83
6#5D387B
7#5C4072
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 | E1BF #E1BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | CA8D #CA8DFB | BordersInactive statesPlaceholder text |
| 400 | AE52 #AE52FA | Disabled statesSecondary iconsMuted text |
| 500 | 9720 #9720F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7B07 #7B07DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6205 #6205AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4604 #46047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2D02 #2D024F | Primary textHigh emphasis contentDark headings |
| 950 | 1C02 #1C0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F8F0FF;
--indigo-100: #EFDCFE;
--indigo-200: #E1BFFD;
--indigo-300: #CA8DFB;
--indigo-400: #AE52FA;
--indigo-500: #9720F8;
--indigo-600: #7B07DA;
--indigo-700: #6205AD;
--indigo-800: #46047C;
--indigo-900: #2D024F;
--indigo-950: #1C0231;
}