Indigo
#29017E
PurpleColor Codes
All color formats for development
HEX
#29017ERGB
rgb(41, 1, 126)HSL
hsl(259, 98%, 25%)OKLCH
oklch(0.294 0.174 282)CMYK
cmyk(67%, 99%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#250172
2#210165
3#1D0158
4#19014C
5#14013F
6#100132
7#0C0026
8#080019
9#04000D
Tints
Lighter variations
1#3502A4
2#4102CA
3#4E02F0
4#631CFD
5#7D42FD
6#9768FD
7#B18DFE
8#CBB3FE
9#E5D9FF
Tones
Muted variations
1#2B0878
2#2D0E72
3#30146B
4#321A65
5#34215F
6#372759
7#392D52
8#3B334C
9#3D3A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F0 #F5F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7DC #E7DCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2BD #D2BDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | AF8B #AF8BFE | BordersInactive statesPlaceholder text |
| 400 | 864E #864EFD | Disabled statesSecondary iconsMuted text |
| 500 | 631C #631CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 4802 #4802DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3902 #3902B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2901 #29017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A01 #1A0151 | Primary textHigh emphasis contentDark headings |
| 950 | 1001 #100132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F5F0FF;
--indigo-100: #E7DCFF;
--indigo-200: #D2BDFE;
--indigo-300: #AF8BFE;
--indigo-400: #864EFD;
--indigo-500: #631CFD;
--indigo-600: #4802DE;
--indigo-700: #3902B1;
--indigo-800: #29017E;
--indigo-900: #1A0151;
--indigo-950: #100132;
}