Indigo
#3C0AA9
PurpleColor Codes
All color formats for development
HEX
#3C0AA9RGB
rgb(60, 10, 169)HSL
hsl(259, 89%, 35%)OKLCH
oklch(0.37 0.213 282.6)CMYK
cmyk(64%, 94%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#360998
2#300887
3#2A0776
4#240665
5#1E0554
6#180443
7#120333
8#0C0222
9#060111
Tints
Lighter variations
1#470CC8
2#520DE7
3#6524F2
4#7B43F4
5#9162F6
6#A782F8
7#BDA1FA
8#D3C0FB
9#E9E0FD
Tones
Muted variations
1#3F12A1
2#421A99
3#452291
4#482A89
5#4B3281
6#4E3979
7#514171
8#534969
9#565161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7DD #E7DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3C0 #D3C0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | B190 #B190F9 | BordersInactive statesPlaceholder text |
| 400 | 8956 #8956F5 | Disabled statesSecondary iconsMuted text |
| 500 | 6726 #6726F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4C0C #4C0CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C0A #3C0AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B07 #2B0778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B04 #1B044D | Primary textHigh emphasis contentDark headings |
| 950 | 1103 #110330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F5F1FE;
--indigo-100: #E7DDFD;
--indigo-200: #D3C0FB;
--indigo-300: #B190F9;
--indigo-400: #8956F5;
--indigo-500: #6726F2;
--indigo-600: #4C0CD4;
--indigo-700: #3C0AA9;
--indigo-800: #2B0778;
--indigo-900: #1B044D;
--indigo-950: #110330;
}