Indigo
#3607AB
PurpleColor Codes
All color formats for development
HEX
#3607ABRGB
rgb(54, 7, 171)HSL
hsl(257, 92%, 35%)OKLCH
oklch(0.366 0.217 279.7)CMYK
cmyk(68%, 96%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#30069A
2#2B0689
3#260578
4#200467
5#1B0456
6#150345
7#100233
8#0B0122
9#050111
Tints
Lighter variations
1#4008CB
2#4A0AEB
3#5D20F6
4#7440F7
5#8B60F8
6#A280FA
7#B9A0FB
8#D1BFFC
9#E8DFFE
Tones
Muted variations
1#390FA3
2#3D189B
3#402093
4#44288B
5#473082
6#4B387A
7#4F4172
8#52496A
9#565161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DD #E6DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1BF #D1BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | AD8E #AD8EFA | BordersInactive statesPlaceholder text |
| 400 | 8254 #8254F8 | Disabled statesSecondary iconsMuted text |
| 500 | 5F23 #5F23F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4309 #4309D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3607 #3607AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2605 #26057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1903 #19034E | Primary textHigh emphasis contentDark headings |
| 950 | 0F02 #0F0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F4F0FE;
--indigo-100: #E6DDFE;
--indigo-200: #D1BFFC;
--indigo-300: #AD8EFA;
--indigo-400: #8254F8;
--indigo-500: #5F23F6;
--indigo-600: #4309D7;
--indigo-700: #3607AB;
--indigo-800: #26057A;
--indigo-900: #19034E;
--indigo-950: #0F0231;
}