Indigo
#5713A0
PurpleColor Codes
All color formats for development
HEX
#5713A0RGB
rgb(87, 19, 160)HSL
hsl(269, 79%, 35%)OKLCH
oklch(0.395 0.198 297.5)CMYK
cmyk(46%, 88%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4E1190
2#460F80
3#3D0D70
4#340B60
5#2B0950
6#230740
7#1A0630
8#110420
9#090210
Tints
Lighter variations
1#6716BD
2#771ADB
3#882FE7
4#994DEA
5#AA6BEE
6#BB88F1
7#CCA6F5
8#DDC4F8
9#EEE1FC
Tones
Muted variations
1#571A99
2#572192
3#58288B
4#582F84
5#58367D
6#583D75
7#59446E
8#594B67
9#595260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDDF #EDDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DDC4 #DDC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | C396 #C396F3 | BordersInactive statesPlaceholder text |
| 400 | A35F #A35FEC | Disabled statesSecondary iconsMuted text |
| 500 | 8932 #8932E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6D18 #6D18C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5713 #5713A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3E0D #3E0D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2809 #280949 | Primary textHigh emphasis contentDark headings |
| 950 | 1905 #19052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F7F1FD;
--indigo-100: #EDDFFB;
--indigo-200: #DDC4F8;
--indigo-300: #C396F3;
--indigo-400: #A35FEC;
--indigo-500: #8932E7;
--indigo-600: #6D18C9;
--indigo-700: #5713A0;
--indigo-800: #3E0D72;
--indigo-900: #280949;
--indigo-950: #19052E;
}