Indigo
#3E07AB
PurpleColor Codes
All color formats for development
HEX
#3E07ABRGB
rgb(62, 7, 171)HSL
hsl(260, 92%, 35%)OKLCH
oklch(0.373 0.215 283.3)CMYK
cmyk(64%, 96%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#38069A
2#320689
3#2B0578
4#250467
5#1F0456
6#190345
7#130233
8#0C0122
9#060111
Tints
Lighter variations
1#4908CB
2#550AEB
3#6720F6
4#7D40F7
5#9360F8
6#A880FA
7#BEA0FB
8#D4BFFC
9#E9DFFE
Tones
Muted variations
1#410FA3
2#43189B
3#462093
4#49288B
5#4C3082
6#4E387A
7#514172
8#54496A
9#575161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F0 #F5F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8DD #E8DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4BF #D4BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | B28E #B28EFA | BordersInactive statesPlaceholder text |
| 400 | 8A54 #8A54F8 | Disabled statesSecondary iconsMuted text |
| 500 | 6923 #6923F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4E09 #4E09D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3E07 #3E07AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2C05 #2C057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1C03 #1C034E | Primary textHigh emphasis contentDark headings |
| 950 | 1202 #120231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F5F0FE;
--indigo-100: #E8DDFE;
--indigo-200: #D4BFFC;
--indigo-300: #B28EFA;
--indigo-400: #8A54F8;
--indigo-500: #6923F6;
--indigo-600: #4E09D7;
--indigo-700: #3E07AB;
--indigo-800: #2C057A;
--indigo-900: #1C034E;
--indigo-950: #120231;
}