Indigo
#3505AD
PurpleColor Codes
All color formats for development
HEX
#3505ADRGB
rgb(53, 5, 173)HSL
hsl(257, 94%, 35%)OKLCH
oklch(0.366 0.22 279)CMYK
cmyk(69%, 97%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#30059C
2#2A048B
3#250479
4#200368
5#1A0357
6#150245
7#100234
8#0B0123
9#050111
Tints
Lighter variations
1#3F06CD
2#4907ED
3#5C1EF8
4#733EF9
5#8A5EFA
6#A27EFB
7#B99FFC
8#D0BFFD
9#E8DFFE
Tones
Muted variations
1#390EA5
2#3C169C
3#401F94
4#43278C
5#472F83
6#4B387B
7#4E4072
8#52486A
9#565162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DC #E6DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0BF #D0BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | AC8D #AC8DFB | BordersInactive statesPlaceholder text |
| 400 | 8152 #8152FA | Disabled statesSecondary iconsMuted text |
| 500 | 5E20 #5E20F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4207 #4207DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3505 #3505AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2604 #26047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1802 #18024F | 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: #F4F0FF;
--indigo-100: #E6DCFE;
--indigo-200: #D0BFFD;
--indigo-300: #AC8DFB;
--indigo-400: #8152FA;
--indigo-500: #5E20F8;
--indigo-600: #4207DA;
--indigo-700: #3505AD;
--indigo-800: #26047C;
--indigo-900: #18024F;
--indigo-950: #0F0231;
}