Indigo
#6500B3
PurpleColor Codes
All color formats for development
HEX
#6500B3RGB
rgb(101, 0, 179)HSL
hsl(274, 100%, 35%)OKLCH
oklch(0.423 0.226 299.8)CMYK
cmyk(44%, 100%, 0%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5B00A1
2#51008F
3#47007D
4#3D006B
5#330059
6#280047
7#1E0036
8#140024
9#0A0012
Tints
Lighter variations
1#7800D4
2#8B00F5
3#9A17FF
4#A938FF
5#B759FF
6#C67AFF
7#D49CFF
8#E2BDFF
9#F1DEFF
Tones
Muted variations
1#6409AA
2#6312A1
3#621B98
4#60248F
5#5F2D86
6#5E367D
7#5D3E74
8#5C476B
9#5A5062
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F0 #F8F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0DB #F0DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | E2BD #E2BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | CC8A #CC8AFF | BordersInactive statesPlaceholder text |
| 400 | B24D #B24DFF | Disabled statesSecondary iconsMuted text |
| 500 | 9C1A #9C1AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 7F00 #7F00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6500 #6500B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4800 #480080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2E00 #2E0052 | Primary textHigh emphasis contentDark headings |
| 950 | 1D00 #1D0033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F8F0FF;
--indigo-100: #F0DBFF;
--indigo-200: #E2BDFF;
--indigo-300: #CC8AFF;
--indigo-400: #B24DFF;
--indigo-500: #9C1AFF;
--indigo-600: #7F00E0;
--indigo-700: #6500B3;
--indigo-800: #480080;
--indigo-900: #2E0052;
--indigo-950: #1D0033;
}