Indigo
#600DD3
PurpleColor Codes
All color formats for development
HEX
#600DD3RGB
rgb(96, 13, 211)HSL
hsl(265, 88%, 44%)OKLCH
oklch(0.454 0.25 290.1)CMYK
cmyk(55%, 94%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#560CBE
2#4D0BA9
3#430994
4#39087F
5#300769
6#260554
7#1D043F
8#13032A
9#0A0115
Tints
Lighter variations
1#6C0FEE
2#7C28F1
3#8C43F3
4#9D5EF5
5#AD79F6
6#BE94F8
7#CEAEFA
8#DEC9FC
9#EFE4FD
Tones
Muted variations
1#6117C9
2#6321BF
3#652BB5
4#6635AB
5#683FA2
6#6A4998
7#6B538E
8#6D5C84
9#6F667A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBDD #EBDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9C1 #D9C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | BC91 #BC91F8 | BordersInactive statesPlaceholder text |
| 400 | 9957 #9957F4 | Disabled statesSecondary iconsMuted text |
| 500 | 7B27 #7B27F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 600D #600DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C0B #4C0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3608 #360878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2305 #23054D | Primary textHigh emphasis contentDark headings |
| 950 | 1603 #160330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F1FE;
--indigo-100: #EBDDFD;
--indigo-200: #D9C1FB;
--indigo-300: #BC91F8;
--indigo-400: #9957F4;
--indigo-500: #7B27F1;
--indigo-600: #600DD3;
--indigo-700: #4C0BA8;
--indigo-800: #360878;
--indigo-900: #23054D;
--indigo-950: #160330;
}