Indigo
#3609AA
PurpleColor Codes
All color formats for development
HEX
#3609AARGB
rgb(54, 9, 170)HSL
hsl(257, 90%, 35%)OKLCH
oklch(0.366 0.215 279.7)CMYK
cmyk(68%, 95%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#310899
2#2C0788
3#260677
4#210566
5#1B0455
6#160444
7#100333
8#0B0222
9#050111
Tints
Lighter variations
1#410BC9
2#4B0CE9
3#5E23F3
4#7542F5
5#8C62F7
6#A381F8
7#BAA1FA
8#D1C0FC
9#E8E0FD
Tones
Muted variations
1#3A11A2
2#3D199A
3#412191
4#442989
5#483181
6#4B3979
7#4F4171
8#524969
9#565161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DD #E6DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1C0 #D1C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | AD90 #AD90F9 | BordersInactive statesPlaceholder text |
| 400 | 8355 #8355F6 | Disabled statesSecondary iconsMuted text |
| 500 | 5F25 #5F25F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 440B #440BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3609 #3609AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2706 #270679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1904 #19044E | Primary textHigh emphasis contentDark headings |
| 950 | 1003 #100330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F4F0FE;
--indigo-100: #E6DDFD;
--indigo-200: #D1C0FC;
--indigo-300: #AD90F9;
--indigo-400: #8355F6;
--indigo-500: #5F25F4;
--indigo-600: #440BD5;
--indigo-700: #3609AA;
--indigo-800: #270679;
--indigo-900: #19044E;
--indigo-950: #100330;
}