Indigo
#29027E
PurpleColor Codes
All color formats for development
HEX
#29027ERGB
rgb(41, 2, 126)HSL
hsl(259, 97%, 25%)OKLCH
oklch(0.295 0.174 281.9)CMYK
cmyk(67%, 98%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#250271
2#210264
3#1D0158
4#19014B
5#15013F
6#100132
7#0C0126
8#080019
9#04000D
Tints
Lighter variations
1#3502A3
2#4203C9
3#4E04EF
4#631DFC
5#7D43FC
6#9768FD
7#B18EFD
8#CBB4FE
9#E5D9FE
Tones
Muted variations
1#2B0877
2#2E0E71
3#30146B
4#321B65
5#34215F
6#372758
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 #E7DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2BE #D2BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | AF8B #AF8BFD | BordersInactive statesPlaceholder text |
| 400 | 864F #864FFC | Disabled statesSecondary iconsMuted text |
| 500 | 631D #631DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4803 #4803DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3A03 #3A03B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2902 #29027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A01 #1A0150 | 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: #E7DCFE;
--indigo-200: #D2BEFE;
--indigo-300: #AF8BFD;
--indigo-400: #864FFC;
--indigo-500: #631DFC;
--indigo-600: #4803DD;
--indigo-700: #3A03B0;
--indigo-800: #29027E;
--indigo-900: #1A0150;
--indigo-950: #100132;
}