Indigo
#5C1BC5
PurpleColor Codes
All color formats for development
HEX
#5C1BC5RGB
rgb(92, 27, 197)HSL
hsl(263, 76%, 44%)OKLCH
oklch(0.443 0.23 290.5)CMYK
cmyk(53%, 86%, 0%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5318B2
2#4A169E
3#41138A
4#371076
5#2E0D63
6#250B4F
7#1C083B
8#120527
9#090314
Tints
Lighter variations
1#681EDF
2#7936E4
3#894FE7
4#9A68EA
5#AB81EE
6#BC9AF1
7#CDB4F5
8#DDCDF8
9#EEE6FC
Tones
Muted variations
1#5E23BD
2#602CB4
3#6235AC
4#643DA3
5#66469B
6#684E92
7#6A578A
8#6C5F81
9#6E6879
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F2 #F6F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAE0 #EAE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8C5 #D8C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | BA98 #BA98F1 | BordersInactive statesPlaceholder text |
| 400 | 9662 #9662EA | Disabled statesSecondary iconsMuted text |
| 500 | 7835 #7835E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C1B #5C1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4915 #49159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 340F #340F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 220A #220A48 | Primary textHigh emphasis contentDark headings |
| 950 | 1506 #15062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F2FD;
--indigo-100: #EAE0FB;
--indigo-200: #D8C5F7;
--indigo-300: #BA98F1;
--indigo-400: #9662EA;
--indigo-500: #7835E3;
--indigo-600: #5C1BC5;
--indigo-700: #49159D;
--indigo-800: #340F70;
--indigo-900: #220A48;
--indigo-950: #15062D;
}