Indigo
#4100B3
PurpleColor Codes
All color formats for development
HEX
#4100B3RGB
rgb(65, 0, 179)HSL
hsl(262, 100%, 35%)OKLCH
oklch(0.382 0.226 283.5)CMYK
cmyk(64%, 100%, 0%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B00A1
2#34008F
3#2E007D
4#27006B
5#210059
6#1A0047
7#140036
8#0D0024
9#070012
Tints
Lighter variations
1#4E00D4
2#5A00F5
3#6C17FF
4#8138FF
5#9659FF
6#AB7AFF
7#C09CFF
8#D5BDFF
9#EADEFF
Tones
Muted variations
1#4409AA
2#4612A1
3#491B98
4#4B248F
5#4D2D86
6#50367D
7#523E74
8#54476B
9#575062
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F0 #F5F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8DB #E8DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5BD #D5BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | B58A #B58AFF | BordersInactive statesPlaceholder text |
| 400 | 8E4D #8E4DFF | Disabled statesSecondary iconsMuted text |
| 500 | 6E1A #6E1AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 5200 #5200E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4100 #4100B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F00 #2F0080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E00 #1E0052 | Primary textHigh emphasis contentDark headings |
| 950 | 1300 #130033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F5F0FF;
--indigo-100: #E8DBFF;
--indigo-200: #D5BDFF;
--indigo-300: #B58AFF;
--indigo-400: #8E4DFF;
--indigo-500: #6E1AFF;
--indigo-600: #5200E0;
--indigo-700: #4100B3;
--indigo-800: #2F0080;
--indigo-900: #1E0052;
--indigo-950: #130033;
}