Indigo
#5105AD
PurpleColor Codes
All color formats for development
HEX
#5105ADRGB
rgb(81, 5, 173)HSL
hsl(267, 94%, 35%)OKLCH
oklch(0.394 0.217 292)CMYK
cmyk(53%, 97%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#49059C
2#41048B
3#390479
4#310368
5#280357
6#200245
7#180234
8#100123
9#080111
Tints
Lighter variations
1#6006CD
2#6F07ED
3#801EF8
4#923EF9
5#A45EFA
6#B67EFB
7#C99FFC
8#DBBFFD
9#EDDFFE
Tones
Muted variations
1#520EA5
2#53169C
3#531F94
4#54278C
5#552F83
6#56387B
7#574072
8#58486A
9#585162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBDC #EBDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBBF #DBBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | BF8D #BF8DFB | BordersInactive statesPlaceholder text |
| 400 | 9D52 #9D52FA | Disabled statesSecondary iconsMuted text |
| 500 | 8120 #8120F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6607 #6607DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5105 #5105AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A04 #3A047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2502 #25024F | Primary textHigh emphasis contentDark headings |
| 950 | 1702 #170231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F7F0FF;
--indigo-100: #EBDCFE;
--indigo-200: #DBBFFD;
--indigo-300: #BF8DFB;
--indigo-400: #9D52FA;
--indigo-500: #8120F8;
--indigo-600: #6607DA;
--indigo-700: #5105AD;
--indigo-800: #3A047C;
--indigo-900: #25024F;
--indigo-950: #170231;
}