Indigo
#3608AA
PurpleColor Codes
All color formats for development
HEX
#3608AARGB
rgb(54, 8, 170)HSL
hsl(257, 91%, 35%)OKLCH
oklch(0.365 0.215 279.8)CMYK
cmyk(68%, 95%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#310799
2#2B0688
3#260677
4#200566
5#1B0455
6#160344
7#100233
8#0B0222
9#050111
Tints
Lighter variations
1#400ACA
2#4A0BEA
3#5D21F5
4#7441F6
5#8B61F8
6#A380F9
7#BAA0FB
8#D1C0FC
9#E8DFFE
Tones
Muted variations
1#3A10A2
2#3D189A
3#412092
4#44298A
5#483182
6#4B397A
7#4F4172
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 | AD8F #AD8FFA | BordersInactive statesPlaceholder text |
| 400 | 8355 #8355F7 | Disabled statesSecondary iconsMuted text |
| 500 | 5F24 #5F24F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 440A #440AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3608 #3608AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2706 #27067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1904 #19044E | 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: #E6DDFD;
--indigo-200: #D1C0FC;
--indigo-300: #AD8FFA;
--indigo-400: #8355F7;
--indigo-500: #5F24F5;
--indigo-600: #440AD6;
--indigo-700: #3608AA;
--indigo-800: #27067A;
--indigo-900: #19044E;
--indigo-950: #0F0231;
}