Indigo
#3205AD
PurpleColor Codes
All color formats for development
HEX
#3205ADRGB
rgb(50, 5, 173)HSL
hsl(256, 94%, 35%)OKLCH
oklch(0.364 0.22 277.7)CMYK
cmyk(71%, 97%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D059C
2#28048B
3#230479
4#1E0368
5#190357
6#140245
7#0F0234
8#0A0123
9#050111
Tints
Lighter variations
1#3B06CD
2#4507ED
3#581EF8
4#703EF9
5#885EFA
6#A07EFB
7#B79FFC
8#CFBFFD
9#E7DFFE
Tones
Muted variations
1#360EA5
2#3A169C
3#3E1F94
4#42278C
5#462F83
6#4A387B
7#4E4072
8#51486A
9#555162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5DC #E5DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFBF #CFBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | AB8D #AB8DFB | BordersInactive statesPlaceholder text |
| 400 | 7F52 #7F52FA | Disabled statesSecondary iconsMuted text |
| 500 | 5A20 #5A20F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F07 #3F07DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3205 #3205AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2404 #24047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1702 #17024F | Primary textHigh emphasis contentDark headings |
| 950 | 0E02 #0E0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F4F0FF;
--indigo-100: #E5DCFE;
--indigo-200: #CFBFFD;
--indigo-300: #AB8DFB;
--indigo-400: #7F52FA;
--indigo-500: #5A20F8;
--indigo-600: #3F07DA;
--indigo-700: #3205AD;
--indigo-800: #24047C;
--indigo-900: #17024F;
--indigo-950: #0E0231;
}