Indigo
#651CC4
PurpleColor Codes
All color formats for development
HEX
#651CC4RGB
rgb(101, 28, 196)HSL
hsl(266, 75%, 44%)OKLCH
oklch(0.453 0.229 294.5)CMYK
cmyk(48%, 86%, 0%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5B19B1
2#51169D
3#471489
4#3D1176
5#320E62
6#280B4F
7#1E083B
8#140627
9#0A0314
Tints
Lighter variations
1#7220DD
2#8137E2
3#9150E6
4#A169EA
5#B082ED
6#C09BF1
7#D0B4F4
8#E0CDF8
9#EFE6FB
Tones
Muted variations
1#6624BC
2#672DB4
3#6835AB
4#693EA3
5#6B469A
6#6C4F92
7#6D5789
8#6E5F81
9#6F6879
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F2 #F7F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBE0 #EBE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBC5 #DBC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | BE98 #BE98F0 | BordersInactive statesPlaceholder text |
| 400 | 9D63 #9D63E9 | Disabled statesSecondary iconsMuted text |
| 500 | 8136 #8136E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 651C #651CC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5016 #50169C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3910 #391070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 250A #250A47 | Primary textHigh emphasis contentDark headings |
| 950 | 1706 #17062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F7F2FD;
--indigo-100: #EBE0FB;
--indigo-200: #DBC5F7;
--indigo-300: #BE98F0;
--indigo-400: #9D63E9;
--indigo-500: #8136E2;
--indigo-600: #651CC4;
--indigo-700: #50169C;
--indigo-800: #391070;
--indigo-900: #250A47;
--indigo-950: #17062D;
}