Indigo
#410FA3
PurpleColor Codes
All color formats for development
HEX
#410FA3RGB
rgb(65, 15, 163)HSL
hsl(260, 83%, 35%)OKLCH
oklch(0.371 0.204 286)CMYK
cmyk(60%, 91%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3A0E93
2#340C83
3#2D0B72
4#270962
5#200852
6#1A0641
7#130531
8#0D0321
9#060210
Tints
Lighter variations
1#4D12C2
2#5915E0
3#6B2BEB
4#8049EE
5#9567F1
6#AA86F4
7#C0A4F7
8#D5C2F9
9#EAE1FC
Tones
Muted variations
1#43179C
2#451E95
3#48258D
4#4A2D86
5#4D347E
6#4F3C77
7#52436F
8#544A68
9#575261
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8DE #E8DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5C2 #D5C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B494 #B494F5 | BordersInactive statesPlaceholder text |
| 400 | 8D5C #8D5CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 6D2D #6D2DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5113 #5113CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 410F #410FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E0B #2E0B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E07 #1E074B | Primary textHigh emphasis contentDark headings |
| 950 | 1204 #12042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F5F1FE;
--indigo-100: #E8DEFC;
--indigo-200: #D5C2F9;
--indigo-300: #B494F5;
--indigo-400: #8D5CF0;
--indigo-500: #6D2DEB;
--indigo-600: #5113CD;
--indigo-700: #410FA3;
--indigo-800: #2E0B75;
--indigo-900: #1E074B;
--indigo-950: #12042F;
}