Indigo
#29037D
PurpleColor Codes
All color formats for development
HEX
#29037DRGB
rgb(41, 3, 125)HSL
hsl(259, 95%, 25%)OKLCH
oklch(0.294 0.172 282.1)CMYK
cmyk(67%, 98%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#250370
2#210363
3#1D0257
4#19024B
5#15023E
6#110132
7#0C0125
8#080119
9#04000C
Tints
Lighter variations
1#3604A2
2#4205C7
3#4F06EC
4#641FF9
5#7E45FA
6#986AFB
7#B28FFC
8#CBB4FD
9#E5DAFE
Tones
Muted variations
1#2C0976
2#2E0F70
3#30156A
4#321B64
5#35215E
6#372858
7#392E52
8#3B344C
9#3E3A46
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 #D2BEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | B08D #B08DFC | BordersInactive statesPlaceholder text |
| 400 | 8751 #8751FB | Disabled statesSecondary iconsMuted text |
| 500 | 641F #641FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4906 #4906DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3A04 #3A04AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2A03 #2A037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B02 #1B0250 | Primary textHigh emphasis contentDark headings |
| 950 | 1101 #110132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F5F0FF;
--indigo-100: #E7DCFE;
--indigo-200: #D2BEFD;
--indigo-300: #B08DFC;
--indigo-400: #8751FB;
--indigo-500: #641FF9;
--indigo-600: #4906DB;
--indigo-700: #3A04AE;
--indigo-800: #2A037C;
--indigo-900: #1B0250;
--indigo-950: #110132;
}