Indigo
#6200B3
PurpleColor Codes
All color formats for development
HEX
#6200B3RGB
rgb(98, 0, 179)HSL
hsl(273, 100%, 35%)OKLCH
oklch(0.419 0.226 298.5)CMYK
cmyk(45%, 100%, 0%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5800A1
2#4F008F
3#45007D
4#3B006B
5#310059
6#270047
7#1D0036
8#140024
9#0A0012
Tints
Lighter variations
1#7400D4
2#8700F5
3#9717FF
4#A538FF
5#B459FF
6#C37AFF
7#D29CFF
8#E1BDFF
9#F0DEFF
Tones
Muted variations
1#6109AA
2#6012A1
3#5F1B98
4#5F248F
5#5E2D86
6#5D367D
7#5C3E74
8#5B476B
9#5A5062
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F0 #F8F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EFDB #EFDBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | E1BD #E1BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | CA8A #CA8AFF | BordersInactive statesPlaceholder text |
| 400 | AF4D #AF4DFF | Disabled statesSecondary iconsMuted text |
| 500 | 981A #981AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 7B00 #7B00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6200 #6200B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4600 #460080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2D00 #2D0052 | Primary textHigh emphasis contentDark headings |
| 950 | 1C00 #1C0033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F8F0FF;
--indigo-100: #EFDBFF;
--indigo-200: #E1BDFF;
--indigo-300: #CA8AFF;
--indigo-400: #AF4DFF;
--indigo-500: #981AFF;
--indigo-600: #7B00E0;
--indigo-700: #6200B3;
--indigo-800: #460080;
--indigo-900: #2D0052;
--indigo-950: #1C0033;
}