Indigo
#3805AD
PurpleColor Codes
All color formats for development
HEX
#3805ADRGB
rgb(56, 5, 173)HSL
hsl(258, 94%, 35%)OKLCH
oklch(0.369 0.219 280.3)CMYK
cmyk(68%, 97%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#32059C
2#2D048B
3#270479
4#210368
5#1C0357
6#160245
7#110234
8#0B0123
9#060111
Tints
Lighter variations
1#4206CD
2#4C07ED
3#5F1EF8
4#763EF9
5#8D5EFA
6#A47EFB
7#BB9FFC
8#D1BFFD
9#E8DFFE
Tones
Muted variations
1#3B0EA5
2#3E169C
3#421F94
4#45278C
5#482F83
6#4C387B
7#4F4072
8#53486A
9#565162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DC #E6DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1BF #D1BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | AE8D #AE8DFB | BordersInactive statesPlaceholder text |
| 400 | 8452 #8452FA | Disabled statesSecondary iconsMuted text |
| 500 | 6120 #6120F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4607 #4607DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3805 #3805AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2804 #28047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1902 #19024F | Primary textHigh emphasis contentDark headings |
| 950 | 1002 #100231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F4F0FF;
--indigo-100: #E6DCFE;
--indigo-200: #D1BFFD;
--indigo-300: #AE8DFB;
--indigo-400: #8452FA;
--indigo-500: #6120F8;
--indigo-600: #4607DA;
--indigo-700: #3805AD;
--indigo-800: #28047C;
--indigo-900: #19024F;
--indigo-950: #100231;
}